Trace number 4304231

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? (TO) 2527.98 697.479

General information on the benchmark

NamePseudoBoolean-opt/
Pb-radar-30-70-45-050-100_c18.xml
MD5SUM23165fcfff40784a2bf31a56a137e510
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark158
Best CPU time to get the best result obtained on this benchmark2400.15
Satisfiable
(Un)Satisfiability was proved
Number of variables10772
Number of constraints12051
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":10772}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":11},{"degree":3,"count":276},{"degree":4,"count":2592},{"degree":5,"count":2714},{"degree":6,"count":4775},{"degree":7,"count":8},{"degree":8,"count":396}]
Minimum constraint arity1
Maximum constraint arity31
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":10198},{"arity":3,"count":51},{"arity":4,"count":82},{"arity":5,"count":78},{"arity":6,"count":82},{"arity":7,"count":76},{"arity":8,"count":83},{"arity":9,"count":58},{"arity":10,"count":61},{"arity":11,"count":69},{"arity":12,"count":86},{"arity":13,"count":92},{"arity":14,"count":114},{"arity":15,"count":121},{"arity":16,"count":124},{"arity":17,"count":119},{"arity":18,"count":133},{"arity":19,"count":96},{"arity":20,"count":100},{"arity":21,"count":81},{"arity":22,"count":45},{"arity":23,"count":37},{"arity":24,"count":21},{"arity":25,"count":17},{"arity":26,"count":7},{"arity":27,"count":13},{"arity":28,"count":2},{"arity":29,"count":2},{"arity":30,"count":1},{"arity":31,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":12051}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running

Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (5302 MiB free)
  memory of node 1: 16384 MiB (5423 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304231-1534048984/watcher-4304231-1534048984 -o /tmp/evaluation-result-4304231-1534048984/solver-4304231-1534048984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534038877-15391 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=749107145 HOME/instance-4304231-1534048984.xml 

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

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


[startup+0.100112 s]*
/proc/loadavg: 1.41 1.39 1.42 3/206 17220
/proc/meminfo: memFree=10975440/32770624 swapFree=67108496/67108860
[pid=17163] ppid=17160 vsize=10088124 memory=15968 CPUtime=0.09 cores=1,3,5,7
/proc/17163/stat : 17163 (java) S 17160 17163 14233 0 -1 1077944320 4670 12865 0 0 2 0 4 3 20 0 7 0 222461654 10330238976 3992 33554432000 4194304 4196468 140723908910576 140723908893120 140383456214775 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
/proc/17163/statm: 2522031 3992 2026 1 0 2510469 0
[pid=17163/tid=17216] ppid=17160 vsize=10088124 memory=4279135704047453836 CPUtime=0.08 cores=1,3,5,7
/proc/17163/task/17216/stat : 17216 (java) R 17160 17163 14233 0 -1 4202560 2472 12865 0 0 1 0 4 3 20 0 7 0 222461662 10330238976 3992 33554432000 4194304 4196468 140723908910576 140383428057872 140383456236701 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17217] ppid=17160 vsize=10088124 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17217/stat : 17217 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 7 0 222461663 10330238976 3992 33554432000 4194304 4196468 140723908910576 140383460457232 140383456224981 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17218] ppid=17160 vsize=10088124 memory=140614781740672 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17218/stat : 17218 (java) S 17160 17163 14233 0 -1 1077944384 2 12865 0 0 0 0 4 3 20 0 7 0 222461663 10330238976 3992 33554432000 4194304 4196468 140723908910576 140383356660624 140383456224981 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17219] ppid=17160 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17219/stat : 17219 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 7 0 222461663 10330238976 3992 33554432000 4194304 4196468 140723908910576 140382994623504 140383456224981 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17220] ppid=17160 vsize=10088124 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17220/stat : 17220 (java) S 17160 17163 14233 0 -1 1077944384 2 12865 0 0 0 0 4 3 20 0 7 0 222461663 10330238976 3992 33554432000 4194304 4196468 140723908910576 140382993570960 140383456224981 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17221] ppid=17160 vsize=10088124 memory=140614781740672 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17221/stat : 17221 (java) S 17160 17163 14233 0 -1 1077944384 2 12865 0 0 0 0 4 3 20 0 7 0 222461664 10330238976 3992 33554432000 4194304 4196468 140723908910576 140382881953776 140383456225922 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10088124 KiB
Current children cumulated memory: 15968 KiB

[startup+0.210197 s]*
/proc/loadavg: 1.41 1.39 1.42 3/215 17229
/proc/meminfo: memFree=10954108/32770624 swapFree=67108496/67108860
[pid=17163] ppid=17160 vsize=10985364 memory=46152 CPUtime=0.26 cores=1,3,5,7
/proc/17163/stat : 17163 (java) S 17160 17163 14233 0 -1 1077944320 8723 12865 0 0 17 2 4 3 20 0 15 0 222461654 11249012736 11538 33554432000 4194304 4196468 140723908910576 140723908893120 140383456214775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
/proc/17163/statm: 2746341 11538 2985 1 0 2708764 0
[pid=17163/tid=17216] ppid=17160 vsize=10985364 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/17163/task/17216/stat : 17216 (java) R 17160 17163 14233 0 -1 4202560 5262 12865 0 0 11 1 4 3 20 0 15 0 222461662 11249012736 11238 33554432000 4194304 4196468 140723908910576 140383428039584 140383448931879 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17217] ppid=17160 vsize=10983736 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17217/stat : 17217 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461663 11247345664 10998 33554432000 4194304 4196468 140723908910576 140383460457232 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17218] ppid=17160 vsize=10983736 memory=140614781756334 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17218/stat : 17218 (java) S 17160 17163 14233 0 -1 1077944384 2 12865 0 0 0 0 4 3 20 0 15 0 222461663 11247345664 10998 33554432000 4194304 4196468 140723908910576 140383356660624 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17219] ppid=17160 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17219/stat : 17219 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461663 11246329856 10990 33554432000 4194304 4196468 140723908910576 140382994623504 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17220] ppid=17160 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17220/stat : 17220 (java) S 17160 17163 14233 0 -1 1077944384 2 12865 0 0 0 0 4 3 20 0 15 0 222461663 11246329856 10990 33554432000 4194304 4196468 140723908910576 140382993570960 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17221] ppid=17160 vsize=10982744 memory=140614781740672 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17221/stat : 17221 (java) S 17160 17163 14233 0 -1 1077944384 2 12865 0 0 0 0 4 3 20 0 15 0 222461664 11246329856 10990 33554432000 4194304 4196468 140723908910576 140382881953776 140383456225922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17222] ppid=17160 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17222/stat : 17222 (java) S 17160 17163 14233 0 -1 1077944384 13 12865 0 0 0 0 4 3 20 0 15 0 222461665 11246329856 10990 33554432000 4194304 4196468 140723908910576 140382294762400 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17223] ppid=17160 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17223/stat : 17223 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461665 11246329856 10990 33554432000 4194304 4196468 140723908910576 140382146913264 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17224] ppid=17160 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17224/stat : 17224 (java) S 17160 17163 14233 0 -1 1077944384 3 12865 0 0 0 0 4 3 20 0 15 0 222461668 11246329856 10990 33554432000 4194304 4196468 140723908910576 140381839513808 140383456233371 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17225] ppid=17160 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17225/stat : 17225 (java) S 17160 17163 14233 0 -1 1077944384 429 12865 0 0 0 0 4 3 20 0 15 0 222461668 11246329856 10990 33554432000 4194304 4196468 140723908910576 140382880901616 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17226] ppid=17160 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17163/task/17226/stat : 17226 (java) S 17160 17163 14233 0 -1 1077944384 203 12865 0 0 1 0 4 3 20 0 15 0 222461668 11246329856 10990 33554432000 4194304 4196468 140723908910576 140382879849072 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17227] ppid=17160 vsize=10982776 memory=140614781740672 CPUtime=0.1 cores=1,3,5,7
/proc/17163/task/17227/stat : 17227 (java) S 17160 17163 14233 0 -1 1077944384 672 12865 0 0 3 0 4 3 20 0 15 0 222461668 11246362624 10990 33554432000 4194304 4196468 140723908910576 140382878796528 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17228] ppid=17160 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17228/stat : 17228 (java) S 17160 17163 14233 0 -1 1077944384 3 12865 0 0 0 0 4 3 20 0 15 0 222461668 11246362624 10990 33554432000 4194304 4196468 140723908910576 140381408717920 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17229] ppid=17160 vsize=10982776 memory=140614781740672 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17229/stat : 17229 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461668 11246362624 10990 33554432000 4194304 4196468 140723908910576 140382877743408 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 46152 KiB

[startup+0.310248 s]*
/proc/loadavg: 1.41 1.39 1.42 4/215 17229
/proc/meminfo: memFree=10942076/32770624 swapFree=67108496/67108860
[pid=17163] ppid=17160 vsize=10983192 memory=54432 CPUtime=0.38 cores=1,3,5,7
/proc/17163/stat : 17163 (java) S 17160 17163 14233 0 -1 1077944320 10667 12865 0 0 28 3 4 3 20 0 15 0 222461654 11246788608 13608 33554432000 4194304 4196468 140723908910576 140723908893120 140383456214775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
/proc/17163/statm: 2745798 13608 3104 1 0 2708109 0
[pid=17163/tid=17216] ppid=17160 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/17163/task/17216/stat : 17216 (java) R 17160 17163 14233 0 -1 4202560 7103 12865 0 0 19 2 4 3 20 0 15 0 222461662 11246788608 13608 33554432000 4194304 4196468 140723908910576 140383428026784 140383440295262 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17217] ppid=17160 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17217/stat : 17217 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461663 11246788608 13608 33554432000 4194304 4196468 140723908910576 140383460457232 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17218] ppid=17160 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17218/stat : 17218 (java) S 17160 17163 14233 0 -1 1077944384 2 12865 0 0 0 0 4 3 20 0 15 0 222461663 11246788608 13608 33554432000 4194304 4196468 140723908910576 140383356660624 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17219] ppid=17160 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17219/stat : 17219 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461663 11246788608 13608 33554432000 4194304 4196468 140723908910576 140382994623504 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17220] ppid=17160 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17220/stat : 17220 (java) S 17160 17163 14233 0 -1 1077944384 2 12865 0 0 0 0 4 3 20 0 15 0 222461663 11246788608 13608 33554432000 4194304 4196468 140723908910576 140382993570960 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17221] ppid=17160 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17221/stat : 17221 (java) S 17160 17163 14233 0 -1 1077944384 2 12865 0 0 0 0 4 3 20 0 15 0 222461664 11246788608 13608 33554432000 4194304 4196468 140723908910576 140382881953776 140383456225922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17222] ppid=17160 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17222/stat : 17222 (java) S 17160 17163 14233 0 -1 1077944384 13 12865 0 0 0 0 4 3 20 0 15 0 222461665 11246788608 13608 33554432000 4194304 4196468 140723908910576 140382294762400 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17223] ppid=17160 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17223/stat : 17223 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461665 11246788608 13608 33554432000 4194304 4196468 140723908910576 140382146913264 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17224] ppid=17160 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17224/stat : 17224 (java) S 17160 17163 14233 0 -1 1077944384 3 12865 0 0 0 0 4 3 20 0 15 0 222461668 11246788608 13608 33554432000 4194304 4196468 140723908910576 140381839513808 140383456233371 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17225] ppid=17160 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17163/task/17225/stat : 17225 (java) S 17160 17163 14233 0 -1 1077944384 434 12865 0 0 1 0 4 3 20 0 15 0 222461668 11246788608 13608 33554432000 4194304 4196468 140723908910576 140382880901616 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17226] ppid=17160 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17163/task/17226/stat : 17226 (java) S 17160 17163 14233 0 -1 1077944384 211 12865 0 0 1 0 4 3 20 0 15 0 222461668 11246788608 13608 33554432000 4194304 4196468 140723908910576 140382879849072 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17227] ppid=17160 vsize=10983192 memory=140614781740672 CPUtime=0.11 cores=1,3,5,7
/proc/17163/task/17227/stat : 17227 (java) R 17160 17163 14233 0 -1 4202560 702 12865 0 0 4 0 4 3 20 0 15 0 222461668 11246788608 13608 33554432000 4194304 4196468 140723908910576 140382878796528 140383456236122 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17228] ppid=17160 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17228/stat : 17228 (java) S 17160 17163 14233 0 -1 1077944384 3 12865 0 0 0 0 4 3 20 0 15 0 222461668 11246788608 13608 33554432000 4194304 4196468 140723908910576 140381408717920 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17229] ppid=17160 vsize=10983192 memory=140614781740672 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17229/stat : 17229 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461668 11246788608 13608 33554432000 4194304 4196468 140723908910576 140382877743408 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54432 KiB

[startup+0.70077 s]
/proc/loadavg: 1.41 1.39 1.42 3/215 17229
/proc/meminfo: memFree=10930540/32770624 swapFree=67108496/67108860
[pid=17163] ppid=17160 vsize=10983192 memory=87812 CPUtime=0.98 cores=1,3,5,7
/proc/17163/stat : 17163 (java) S 17160 17163 14233 0 -1 1077944320 17076 12865 0 0 86 5 4 3 20 0 15 0 222461654 11246788608 21953 33554432000 4194304 4196468 140723908910576 140723908893120 140383456214775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
/proc/17163/statm: 2745798 21953 3238 1 0 2708109 0
[pid=17163/tid=17216] ppid=17160 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/17163/task/17216/stat : 17216 (java) R 17160 17163 14233 0 -1 4202560 12295 12865 0 0 56 3 4 3 20 0 15 0 222461662 11246788608 21953 33554432000 4194304 4196468 140723908910576 140383428035600 140383456228684 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17217] ppid=17160 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17217/stat : 17217 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461663 11246788608 21953 33554432000 4194304 4196468 140723908910576 140383460457232 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17218] ppid=17160 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17218/stat : 17218 (java) S 17160 17163 14233 0 -1 1077944384 2 12865 0 0 0 0 4 3 20 0 15 0 222461663 11246788608 21953 33554432000 4194304 4196468 140723908910576 140383356660624 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17219] ppid=17160 vsize=10983192 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17219/stat : 17219 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461663 11246788608 21953 33554432000 4194304 4196468 140723908910576 140382994623504 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17220] ppid=17160 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17220/stat : 17220 (java) S 17160 17163 14233 0 -1 1077944384 2 12865 0 0 0 0 4 3 20 0 15 0 222461663 11246788608 21953 33554432000 4194304 4196468 140723908910576 140382993570960 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17221] ppid=17160 vsize=10983192 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17221/stat : 17221 (java) S 17160 17163 14233 0 -1 1077944384 6 12865 0 0 0 0 4 3 20 0 15 0 222461664 11246788608 21953 33554432000 4194304 4196468 140723908910576 140382881953776 140383456225922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17222] ppid=17160 vsize=10983192 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17222/stat : 17222 (java) S 17160 17163 14233 0 -1 1077944384 13 12865 0 0 0 0 4 3 20 0 15 0 222461665 11246788608 21953 33554432000 4194304 4196468 140723908910576 140382294762400 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17223] ppid=17160 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17223/stat : 17223 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461665 11246788608 21953 33554432000 4194304 4196468 140723908910576 140382146913264 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17224] ppid=17160 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17224/stat : 17224 (java) S 17160 17163 14233 0 -1 1077944384 3 12865 0 0 0 0 4 3 20 0 15 0 222461668 11246788608 21953 33554432000 4194304 4196468 140723908910576 140381839513808 140383456233371 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17225] ppid=17160 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/17163/task/17225/stat : 17225 (java) S 17160 17163 14233 0 -1 1077944384 819 12865 0 0 6 0 4 3 20 0 15 0 222461668 11246788608 21953 33554432000 4194304 4196468 140723908910576 140382880901616 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17226] ppid=17160 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/17163/task/17226/stat : 17226 (java) S 17160 17163 14233 0 -1 1077944384 826 12865 0 0 9 0 4 3 20 0 15 0 222461668 11246788608 21953 33554432000 4194304 4196468 140723908910576 140382879849072 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17227] ppid=17160 vsize=10983192 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/17163/task/17227/stat : 17227 (java) S 17160 17163 14233 0 -1 1077944384 910 12865 0 0 12 0 4 3 20 0 15 0 222461668 11246788608 21953 33554432000 4194304 4196468 140723908910576 140382878796528 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17228] ppid=17160 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17228/stat : 17228 (java) S 17160 17163 14233 0 -1 1077944384 3 12865 0 0 0 0 4 3 20 0 15 0 222461668 11246788608 21953 33554432000 4194304 4196468 140723908910576 140381408717920 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17229] ppid=17160 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17229/stat : 17229 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461668 11246788608 21953 33554432000 4194304 4196468 140723908910576 140382877743408 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87812 KiB

[startup+1.5008 s]
/proc/loadavg: 1.41 1.39 1.42 4/215 17229
/proc/meminfo: memFree=10884208/32770624 swapFree=67108496/67108860
[pid=17163] ppid=17160 vsize=10991948 memory=191864 CPUtime=3.09 cores=1,3,5,7
/proc/17163/stat : 17163 (java) S 17160 17163 14233 0 -1 1077944320 24382 12865 0 0 293 9 4 3 20 0 15 0 222461654 11255754752 47966 33554432000 4194304 4196468 140723908910576 140723908893120 140383456214775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
/proc/17163/statm: 2747987 47966 3448 1 0 2709645 0
[pid=17163/tid=17216] ppid=17160 vsize=10991948 memory=-5185266903443465577 CPUtime=1.46 cores=1,3,5,7
/proc/17163/task/17216/stat : 17216 (java) R 17160 17163 14233 0 -1 4202560 15038 12865 0 0 133 6 4 3 20 0 15 0 222461662 11255754752 47966 33554432000 4194304 4196468 140723908910576 140383428048208 140383456226710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17217] ppid=17160 vsize=10991948 memory=-7334328148921326750 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17217/stat : 17217 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461663 11255754752 47966 33554432000 4194304 4196468 140723908910576 140383460457232 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17218] ppid=17160 vsize=10991948 memory=6720696446780543624 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17218/stat : 17218 (java) S 17160 17163 14233 0 -1 1077944384 2 12865 0 0 0 0 4 3 20 0 15 0 222461663 11255754752 47966 33554432000 4194304 4196468 140723908910576 140383356660624 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17219] ppid=17160 vsize=10991948 memory=-5153075247754915967 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17219/stat : 17219 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461663 11255754752 47966 33554432000 4194304 4196468 140723908910576 140382994623504 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17220] ppid=17160 vsize=10991948 memory=123196 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17220/stat : 17220 (java) S 17160 17163 14233 0 -1 1077944384 2 12865 0 0 0 0 4 3 20 0 15 0 222461663 11255754752 47966 33554432000 4194304 4196468 140723908910576 140382993570960 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17221] ppid=17160 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17221/stat : 17221 (java) S 17160 17163 14233 0 -1 1077944384 6 12865 0 0 0 0 4 3 20 0 15 0 222461664 11255754752 47966 33554432000 4194304 4196468 140723908910576 140382881953776 140383456225922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17222] ppid=17160 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17222/stat : 17222 (java) S 17160 17163 14233 0 -1 1077944384 13 12865 0 0 0 0 4 3 20 0 15 0 222461665 11255754752 47966 33554432000 4194304 4196468 140723908910576 140382294762400 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17223] ppid=17160 vsize=10991948 memory=281229358335680 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17223/stat : 17223 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461665 11255754752 47966 33554432000 4194304 4196468 140723908910576 140382146913264 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17224] ppid=17160 vsize=10991948 memory=281229358749904 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17224/stat : 17224 (java) S 17160 17163 14233 0 -1 1077944384 3 12865 0 0 0 0 4 3 20 0 15 0 222461668 11255754752 47966 33554432000 4194304 4196468 140723908910576 140381839513808 140383456233371 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17225] ppid=17160 vsize=10991948 memory=140614679177552 CPUtime=0.64 cores=1,3,5,7
/proc/17163/task/17225/stat : 17225 (java) R 17160 17163 14233 0 -1 4202560 2519 12865 0 0 57 0 4 3 20 0 15 0 222461668 11255754752 47966 33554432000 4194304 4196468 140723908910576 140382880888144 140383441133672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17226] ppid=17160 vsize=10991948 memory=140614781743185 CPUtime=0.68 cores=1,3,5,7
/proc/17163/task/17226/stat : 17226 (java) R 17160 17163 14233 0 -1 4202560 2951 12865 0 0 61 0 4 3 20 0 15 0 222461668 11255754752 47966 33554432000 4194304 4196468 140723908910576 140382879841560 140383435404336 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17227] ppid=17160 vsize=10991948 memory=7944 CPUtime=0.48 cores=1,3,5,7
/proc/17163/task/17227/stat : 17227 (java) R 17160 17163 14233 0 -1 1077944384 1648 12865 0 0 40 1 4 3 20 0 15 0 222461668 11255754752 47966 33554432000 4194304 4196468 140723908910576 140382878796528 140383456225922 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17228] ppid=17160 vsize=10991948 memory=6 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17228/stat : 17228 (java) S 17160 17163 14233 0 -1 1077944384 3 12865 0 0 0 0 4 3 20 0 15 0 222461668 11255754752 47966 33554432000 4194304 4196468 140723908910576 140381408717920 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17229] ppid=17160 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17229/stat : 17229 (java) S 17160 17163 14233 0 -1 1077944384 1 12865 0 0 0 0 4 3 20 0 15 0 222461668 11255754752 47966 33554432000 4194304 4196468 140723908910576 140382877743408 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0

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


[startup+697.479 s]
# the end of solver process 17163 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.55 s, system=12.4338 s

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

[startup+696.001 s]*
/proc/loadavg: 4.83 4.45 3.13 6/216 17505
/proc/meminfo: memFree=490996/32770624 swapFree=67108496/67108860
[pid=17163] ppid=17160 vsize=11008352 memory=8446260 CPUtime=2522.48 cores=1,3,5,7
/proc/17163/stat : 17163 (java) S 17160 17163 14233 0 -1 1077944320 1686836 12865 0 0 251010 1231 4 3 20 0 15 0 222461654 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140723908893120 140383456214775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
/proc/17163/statm: 2752088 2111565 3525 1 0 2713741 0
[pid=17163/tid=17216] ppid=17160 vsize=11008352 memory=6791534058613427641 CPUtime=62.69 cores=1,3,5,7
/proc/17163/task/17216/stat : 17216 (java) S 17160 17163 14233 0 -1 1077944384 83600 12865 0 0 6206 56 4 3 20 0 15 0 222461662 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140383428048704 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17217] ppid=17160 vsize=11008352 memory=4126316290023845779 CPUtime=605.51 cores=1,3,5,7
/proc/17163/task/17217/stat : 17217 (java) R 17160 17163 14233 0 -1 4202560 262652 12865 0 0 60224 320 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140383460457128 140383448842983 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17218] ppid=17160 vsize=11008352 memory=756 CPUtime=608.42 cores=1,3,5,7
/proc/17163/task/17218/stat : 17218 (java) R 17160 17163 14233 0 -1 4202560 402155 12865 0 0 60557 278 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140383356660520 140383448842983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17219] ppid=17160 vsize=11008352 memory=1624 CPUtime=612.22 cores=1,3,5,7
/proc/17163/task/17219/stat : 17219 (java) R 17160 17163 14233 0 -1 4202560 309378 12865 0 0 60956 259 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382994623704 140383441165902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17220] ppid=17160 vsize=11008352 memory=1836 CPUtime=608.35 cores=1,3,5,7
/proc/17163/task/17220/stat : 17220 (java) R 17160 17163 14233 0 -1 4202560 276167 12865 0 0 60541 287 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382993570544 140383448842983 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17221] ppid=17160 vsize=11008352 memory=1132 CPUtime=13.32 cores=1,3,5,7
/proc/17163/task/17221/stat : 17221 (java) S 17160 17163 14233 0 -1 1077944384 324050 12865 0 0 1309 16 4 3 20 0 15 0 222461664 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382881952096 140383456224981 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17222] ppid=17160 vsize=11008352 memory=6640 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17222/stat : 17222 (java) S 17160 17163 14233 0 -1 1077944384 39 12865 0 0 0 0 4 3 20 0 15 0 222461665 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382294762464 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17223] ppid=17160 vsize=11008352 memory=5420 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17223/stat : 17223 (java) S 17160 17163 14233 0 -1 1077944384 22 12865 0 0 0 0 4 3 20 0 15 0 222461665 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382146913280 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17224] ppid=17160 vsize=11008352 memory=4424 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17224/stat : 17224 (java) S 17160 17163 14233 0 -1 1077944384 7 12865 0 0 0 0 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140381839513456 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17225] ppid=17160 vsize=11008352 memory=1380 CPUtime=4.93 cores=1,3,5,7
/proc/17163/task/17225/stat : 17225 (java) S 17160 17163 14233 0 -1 1077944384 6725 12865 0 0 484 2 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382880901376 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17226] ppid=17160 vsize=11008352 memory=6791534058613427641 CPUtime=5.29 cores=1,3,5,7
/proc/17163/task/17226/stat : 17226 (java) S 17160 17163 14233 0 -1 1077944384 7233 12865 0 0 520 2 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382879849120 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17227] ppid=17160 vsize=11008352 memory=2260 CPUtime=1.84 cores=1,3,5,7
/proc/17163/task/17227/stat : 17227 (java) S 17160 17163 14233 0 -1 1077944384 11791 12865 0 0 173 4 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382878796576 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17228] ppid=17160 vsize=11008352 memory=1788 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17228/stat : 17228 (java) S 17160 17163 14233 0 -1 1077944384 3 12865 0 0 0 0 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140381408717920 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17229] ppid=17160 vsize=11008352 memory=860 CPUtime=0.47 cores=1,3,5,7
/proc/17163/task/17229/stat : 17229 (java) S 17160 17163 14233 0 -1 1077944384 820 12865 0 0 24 16 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382877743408 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
Current children cumulated CPU time: 2522.48 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 8446260 KiB

[startup+696.801 s]
/proc/loadavg: 4.83 4.45 3.13 6/216 17505
/proc/meminfo: memFree=490996/32770624 swapFree=67108496/67108860
[pid=17163] ppid=17160 vsize=11008352 memory=8446260 CPUtime=2525.55 cores=1,3,5,7
/proc/17163/stat : 17163 (java) S 17160 17163 14233 0 -1 1077944320 1686844 12865 0 0 251316 1232 4 3 20 0 15 0 222461654 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140723908893120 140383456214775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
/proc/17163/statm: 2752088 2111565 3525 1 0 2713741 0
[pid=17163/tid=17216] ppid=17160 vsize=11008352 memory=8446260 CPUtime=62.69 cores=1,3,5,7
/proc/17163/task/17216/stat : 17216 (java) S 17160 17163 14233 0 -1 1077944384 83600 12865 0 0 6206 56 4 3 20 0 15 0 222461662 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140383428048704 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17217] ppid=17160 vsize=11008352 memory=6791534058613427641 CPUtime=606.26 cores=1,3,5,7
/proc/17163/task/17217/stat : 17217 (java) R 17160 17163 14233 0 -1 4202560 262652 12865 0 0 60299 320 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140383460457128 140383448842983 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17218] ppid=17160 vsize=11008352 memory=1224 CPUtime=609.17 cores=1,3,5,7
/proc/17163/task/17218/stat : 17218 (java) R 17160 17163 14233 0 -1 4202560 402155 12865 0 0 60632 278 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140383356660208 140383448842983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17219] ppid=17160 vsize=11008352 memory=2260 CPUtime=613.01 cores=1,3,5,7
/proc/17163/task/17219/stat : 17219 (java) R 17160 17163 14233 0 -1 4202560 309386 12865 0 0 61035 259 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382994623704 140383437811233 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17220] ppid=17160 vsize=11008352 memory=1788 CPUtime=609.11 cores=1,3,5,7
/proc/17163/task/17220/stat : 17220 (java) R 17160 17163 14233 0 -1 4202560 276167 12865 0 0 60617 287 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382993570544 140383448842983 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17221] ppid=17160 vsize=11008352 memory=860 CPUtime=13.32 cores=1,3,5,7
/proc/17163/task/17221/stat : 17221 (java) S 17160 17163 14233 0 -1 1077944384 324050 12865 0 0 1309 16 4 3 20 0 15 0 222461664 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382881952096 140383456224981 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17222] ppid=17160 vsize=11008352 memory=12604 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17222/stat : 17222 (java) S 17160 17163 14233 0 -1 1077944384 39 12865 0 0 0 0 4 3 20 0 15 0 222461665 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382294762464 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17223] ppid=17160 vsize=11008352 memory=756 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17223/stat : 17223 (java) S 17160 17163 14233 0 -1 1077944384 22 12865 0 0 0 0 4 3 20 0 15 0 222461665 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382146913280 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17224] ppid=17160 vsize=11008352 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17224/stat : 17224 (java) S 17160 17163 14233 0 -1 1077944384 7 12865 0 0 0 0 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140381839513456 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17225] ppid=17160 vsize=11008352 memory=1836 CPUtime=4.93 cores=1,3,5,7
/proc/17163/task/17225/stat : 17225 (java) S 17160 17163 14233 0 -1 1077944384 6725 12865 0 0 484 2 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382880901376 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17226] ppid=17160 vsize=11008352 memory=1132 CPUtime=5.29 cores=1,3,5,7
/proc/17163/task/17226/stat : 17226 (java) S 17160 17163 14233 0 -1 1077944384 7233 12865 0 0 520 2 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382879849120 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17227] ppid=17160 vsize=11008352 memory=6640 CPUtime=1.84 cores=1,3,5,7
/proc/17163/task/17227/stat : 17227 (java) S 17160 17163 14233 0 -1 1077944384 11791 12865 0 0 173 4 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382878796576 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17228] ppid=17160 vsize=11008352 memory=5420 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17228/stat : 17228 (java) S 17160 17163 14233 0 -1 1077944384 3 12865 0 0 0 0 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140381408717920 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17229] ppid=17160 vsize=11008352 memory=4424 CPUtime=0.47 cores=1,3,5,7
/proc/17163/task/17229/stat : 17229 (java) S 17160 17163 14233 0 -1 1077944384 820 12865 0 0 24 16 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382877743408 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
Current children cumulated CPU time: 2525.55 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 8446260 KiB

[startup+697.201 s]
/proc/loadavg: 4.83 4.45 3.13 6/216 17505
/proc/meminfo: memFree=490996/32770624 swapFree=67108496/67108860
[pid=17163] ppid=17160 vsize=11008352 memory=8446260 CPUtime=2527.09 cores=1,3,5,7
/proc/17163/stat : 17163 (java) S 17160 17163 14233 0 -1 1077944320 1686846 12865 0 0 251470 1232 4 3 20 0 15 0 222461654 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140723908893120 140383456214775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
/proc/17163/statm: 2752088 2111565 3525 1 0 2713741 0
[pid=17163/tid=17216] ppid=17160 vsize=11008352 memory=288230583166042426 CPUtime=62.69 cores=1,3,5,7
/proc/17163/task/17216/stat : 17216 (java) S 17160 17163 14233 0 -1 1077944384 83600 12865 0 0 6206 56 4 3 20 0 15 0 222461662 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140383428048704 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17217] ppid=17160 vsize=11008352 memory=14694093276057294 CPUtime=606.64 cores=1,3,5,7
/proc/17163/task/17217/stat : 17217 (java) R 17160 17163 14233 0 -1 4202560 262652 12865 0 0 60336 321 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140383460457128 140383448842983 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17218] ppid=17160 vsize=11008352 memory=33860 CPUtime=609.56 cores=1,3,5,7
/proc/17163/task/17218/stat : 17218 (java) R 17160 17163 14233 0 -1 4202560 402155 12865 0 0 60671 278 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140383356660208 140383448842983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17219] ppid=17160 vsize=11008352 memory=1180 CPUtime=613.41 cores=1,3,5,7
/proc/17163/task/17219/stat : 17219 (java) R 17160 17163 14233 0 -1 4202560 309386 12865 0 0 61075 259 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382994623704 140383441165902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17220] ppid=17160 vsize=11008352 memory=504 CPUtime=609.49 cores=1,3,5,7
/proc/17163/task/17220/stat : 17220 (java) R 17160 17163 14233 0 -1 4202560 276167 12865 0 0 60655 287 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382993570856 140383448842983 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17221] ppid=17160 vsize=11008352 memory=1720 CPUtime=13.32 cores=1,3,5,7
/proc/17163/task/17221/stat : 17221 (java) S 17160 17163 14233 0 -1 1077944384 324050 12865 0 0 1309 16 4 3 20 0 15 0 222461664 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382881952096 140383456224981 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17222] ppid=17160 vsize=11008352 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17222/stat : 17222 (java) S 17160 17163 14233 0 -1 1077944384 39 12865 0 0 0 0 4 3 20 0 15 0 222461665 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382294762464 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17223] ppid=17160 vsize=11008352 memory=2288 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17223/stat : 17223 (java) S 17160 17163 14233 0 -1 1077944384 22 12865 0 0 0 0 4 3 20 0 15 0 222461665 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382146913280 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17224] ppid=17160 vsize=11008352 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17224/stat : 17224 (java) S 17160 17163 14233 0 -1 1077944384 7 12865 0 0 0 0 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140381839513456 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17225] ppid=17160 vsize=11008352 memory=1564 CPUtime=4.93 cores=1,3,5,7
/proc/17163/task/17225/stat : 17225 (java) S 17160 17163 14233 0 -1 1077944384 6725 12865 0 0 484 2 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382880901376 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17226] ppid=17160 vsize=11008352 memory=2212 CPUtime=5.29 cores=1,3,5,7
/proc/17163/task/17226/stat : 17226 (java) S 17160 17163 14233 0 -1 1077944384 7233 12865 0 0 520 2 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382879849120 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17227] ppid=17160 vsize=11008352 memory=3988 CPUtime=1.84 cores=1,3,5,7
/proc/17163/task/17227/stat : 17227 (java) S 17160 17163 14233 0 -1 1077944384 11791 12865 0 0 173 4 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382878796576 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17228] ppid=17160 vsize=11008352 memory=2048 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17228/stat : 17228 (java) S 17160 17163 14233 0 -1 1077944384 3 12865 0 0 0 0 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140381408717920 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17229] ppid=17160 vsize=11008352 memory=8446260 CPUtime=0.47 cores=1,3,5,7
/proc/17163/task/17229/stat : 17229 (java) S 17160 17163 14233 0 -1 1077944384 822 12865 0 0 24 16 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382877743408 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
Current children cumulated CPU time: 2527.09 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 8446260 KiB

[startup+697.401 s]
/proc/loadavg: 4.83 4.45 3.13 6/216 17505
/proc/meminfo: memFree=490996/32770624 swapFree=67108496/67108860
[pid=17163] ppid=17160 vsize=11008352 memory=8446260 CPUtime=2527.86 cores=1,3,5,7
/proc/17163/stat : 17163 (java) S 17160 17163 14233 0 -1 1077944320 1686846 12865 0 0 251547 1232 4 3 20 0 15 0 222461654 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140723908893120 140383456214775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
/proc/17163/statm: 2752088 2111565 3525 1 0 2713741 0
[pid=17163/tid=17216] ppid=17160 vsize=11008352 memory=1624 CPUtime=62.69 cores=1,3,5,7
/proc/17163/task/17216/stat : 17216 (java) S 17160 17163 14233 0 -1 1077944384 83600 12865 0 0 6206 56 4 3 20 0 15 0 222461662 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140383428048704 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17217] ppid=17160 vsize=11008352 memory=1836 CPUtime=606.83 cores=1,3,5,7
/proc/17163/task/17217/stat : 17217 (java) R 17160 17163 14233 0 -1 4202560 262652 12865 0 0 60355 321 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140383460457128 140383448842983 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17218] ppid=17160 vsize=11008352 memory=1132 CPUtime=609.75 cores=1,3,5,7
/proc/17163/task/17218/stat : 17218 (java) R 17160 17163 14233 0 -1 4202560 402155 12865 0 0 60690 278 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140383356660208 140383448842983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17219] ppid=17160 vsize=11008352 memory=6640 CPUtime=613.61 cores=1,3,5,7
/proc/17163/task/17219/stat : 17219 (java) R 17160 17163 14233 0 -1 4202560 309386 12865 0 0 61095 259 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382994623704 140383440912472 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17220] ppid=17160 vsize=11008352 memory=5420 CPUtime=609.68 cores=1,3,5,7
/proc/17163/task/17220/stat : 17220 (java) R 17160 17163 14233 0 -1 4202560 276167 12865 0 0 60674 287 4 3 20 0 15 0 222461663 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382993570544 140383448842983 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17221] ppid=17160 vsize=11008352 memory=4424 CPUtime=13.32 cores=1,3,5,7
/proc/17163/task/17221/stat : 17221 (java) S 17160 17163 14233 0 -1 1077944384 324050 12865 0 0 1309 16 4 3 20 0 15 0 222461664 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382881952096 140383456224981 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17222] ppid=17160 vsize=11008352 memory=1380 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17222/stat : 17222 (java) S 17160 17163 14233 0 -1 1077944384 39 12865 0 0 0 0 4 3 20 0 15 0 222461665 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382294762464 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17223] ppid=17160 vsize=11008352 memory=8446260 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17223/stat : 17223 (java) S 17160 17163 14233 0 -1 1077944384 22 12865 0 0 0 0 4 3 20 0 15 0 222461665 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382146913280 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17224] ppid=17160 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17224/stat : 17224 (java) S 17160 17163 14233 0 -1 1077944384 7 12865 0 0 0 0 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140381839513456 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17225] ppid=17160 vsize=11008352 memory=7100839878645619564 CPUtime=4.93 cores=1,3,5,7
/proc/17163/task/17225/stat : 17225 (java) S 17160 17163 14233 0 -1 1077944384 6725 12865 0 0 484 2 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382880901376 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17226] ppid=17160 vsize=11008352 memory=7897517683652307531 CPUtime=5.29 cores=1,3,5,7
/proc/17163/task/17226/stat : 17226 (java) S 17160 17163 14233 0 -1 1077944384 7233 12865 0 0 520 2 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382879849120 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17227] ppid=17160 vsize=11008352 memory=8514726395715349656 CPUtime=1.84 cores=1,3,5,7
/proc/17163/task/17227/stat : 17227 (java) S 17160 17163 14233 0 -1 1077944384 11791 12865 0 0 173 4 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382878796576 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17228] ppid=17160 vsize=11008352 memory=6948037616782961728 CPUtime=0.07 cores=1,3,5,7
/proc/17163/task/17228/stat : 17228 (java) S 17160 17163 14233 0 -1 1077944384 3 12865 0 0 0 0 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140381408717920 140383456224981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
[pid=17163/tid=17229] ppid=17160 vsize=11008352 memory=6948037616782961728 CPUtime=0.47 cores=1,3,5,7
/proc/17163/task/17229/stat : 17229 (java) S 17160 17163 14233 0 -1 1077944384 822 12865 0 0 24 16 4 3 20 0 15 0 222461668 11272552448 2111565 33554432000 4194304 4196468 140723908910576 140382877743408 140383456225922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140723908917869 140723908920668 140723908920668 140723908923343 0
Current children cumulated CPU time: 2527.86 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 8446260 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 697.479
CPU time (s): 2527.98
CPU user time (s): 2515.55
CPU system time (s): 12.4338
CPU usage (%): 362.445
Max. virtual memory (cumulated for all children) (KiB): 11008352
Max. memory (cumulated for all children) (KiB): 8446260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.55
system time used= 12.4338
maximum resident set size= 8446440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1699713
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55079
involuntary context switches= 34727


# summary of solver processes directly reported to runsolver:
#   pid: 17163
#   total CPU time (s): 2527.98
#   total CPU user time (s): 2515.55
#   total CPU system time (s): 12.4338

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.24486 second user time and 6.92559 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 06:43:04
IDJOB=4304231
IDBENCH=141116
IDSOLVER=2780
FILE ID=node149/4304231-1534048984
RUNJOBID= node149-1534038877-15391
PBS_JOBID= 21036971
Free space on /tmp= 38776 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-radar-30-70-45-050-100_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304231-1534048984/watcher-4304231-1534048984 -o /tmp/evaluation-result-4304231-1534048984/solver-4304231-1534048984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534038877-15391 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=749107145 HOME/instance-4304231-1534048984.xml

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

MD5SUM BENCH= 23165fcfff40784a2bf31a56a137e510
RANDOM SEED=749107145

node149.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.60
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.60
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.60
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.60
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:        10982996 kB
MemAvailable:   30658424 kB
Buffers:          176056 kB
Cached:         19511988 kB
SwapCached:           28 kB
Active:          9103732 kB
Inactive:       11886440 kB
Active(anon):    1250892 kB
Inactive(anon):   103136 kB
Active(file):    7852840 kB
Inactive(file): 11783304 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             26816 kB
Writeback:             0 kB
AnonPages:       1309496 kB
Mapped:            66852 kB
Shmem:             49616 kB
Slab:             495768 kB
SReclaimable:     467744 kB
SUnreclaim:        28024 kB
KernelStack:        3824 kB
PageTables:         7720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2392948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1071104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 38752 MiB
End job on node149 at 2018-08-12 06:54:42