Trace number 4285394

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 NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22UNSAT 2.7624199 1.69001

General information on the benchmark

NameRadarSurveillance/RadarSurveillance-m1-s8-24/
RadarSurveillance-8-24-3-2-20.xml
MD5SUMf214ebe96c5c3c8776c4f6e3a073efa7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.12754899
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":132}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":12},{"degree":1,"count":13},{"degree":2,"count":9},{"degree":3,"count":16},{"degree":4,"count":4},{"degree":5,"count":17},{"degree":6,"count":73}]
Minimum constraint arity4
Maximum constraint arity18
Distribution of constraint arities[{"arity":4,"count":4},{"arity":5,"count":3},{"arity":6,"count":5},{"arity":7,"count":6},{"arity":8,"count":10},{"arity":9,"count":6},{"arity":10,"count":9},{"arity":11,"count":2},{"arity":12,"count":6},{"arity":13,"count":2},{"arity":14,"count":4},{"arity":15,"count":3},{"arity":16,"count":1},{"arity":18,"count":3}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-08-22
0.29/0.25	c seed: 2033243642
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 22000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
2.07/1.37	c Parsing done, starting search...
2.51/1.67	s UNSATISFIABLE

Verifier Data


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 (13163 MiB free)
  memory of node 1: 16384 MiB (9832 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285394-1503446801/watcher-4285394-1503446801 -o /tmp/evaluation-result-4285394-1503446801/solver-4285394-1503446801 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503438312-8174 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2033243642 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285394-1503446801.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=9304, runsolver pid=9301

[startup+0.100162 s]*
/proc/loadavg: 3.68 7.28 8.18 2/198 9324
/proc/meminfo: memFree=23529692/32770624 swapFree=67108860/67108860
[pid=9304] ppid=9301 vsize=26000852 memory=32880 CPUtime=0.12 cores=0-7
/proc/9304/stat : 9304 (java) S 9301 9304 8147 0 -1 1077944320 8624 0 0 0 10 2 0 0 20 0 20 0 177760945 26624872448 8220 33554432000 4194304 4196468 140733677534992 140733677517536 140497854992119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
/proc/9304/statm: 6500213 8220 3410 1 0 6487932 0
[pid=9304/tid=9306] ppid=9301 vsize=26000852 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/9304/task/9306/stat : 9306 (java) R 9301 9304 8147 0 -1 4202560 6569 0 0 0 8 1 0 0 20 0 20 0 177760945 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497859208816 140497855014045 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9307] ppid=9301 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/9304/task/9307/stat : 9307 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497777573008 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9308] ppid=9301 vsize=26000852 memory=139874335561344 CPUtime=0 cores=0-7
/proc/9304/task/9308/stat : 9308 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497411660816 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9309] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9309/stat : 9309 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497410608016 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9310] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9310/stat : 9310 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497409555216 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9311] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9311/stat : 9311 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497408502416 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9312] ppid=9301 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9304/task/9312/stat : 9312 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497407449616 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9313] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9313/stat : 9313 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497406396816 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9314] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9314/stat : 9314 (java) S 9301 9304 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497405344016 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9315] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9315/stat : 9315 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760947 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497251195760 140497855003266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9316] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9316/stat : 9316 (java) S 9301 9304 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177760948 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497250141728 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9317] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9317/stat : 9317 (java) S 9301 9304 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177760948 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497249088880 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9318] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9318/stat : 9318 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760950 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497248037200 140497855010715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9319] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9319/stat : 9319 (java) S 9301 9304 8147 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 177760950 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497246984560 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9320] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9320/stat : 9320 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760950 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497245931760 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9321] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9321/stat : 9321 (java) S 9301 9304 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177760951 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497244878960 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9322] ppid=9301 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/9304/task/9322/stat : 9322 (java) S 9301 9304 8147 0 -1 1077944384 367 0 0 0 2 0 0 0 20 0 20 0 177760951 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497243826160 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9323] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9323/stat : 9323 (java) S 9301 9304 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177760951 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497242774624 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9324] ppid=9301 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9304/task/9324/stat : 9324 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760951 26624872448 8220 33554432000 4194304 4196468 140733677534992 140497241721904 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32880 KiB

[startup+0.210567 s]*
/proc/loadavg: 3.68 7.28 8.18 3/198 9324
/proc/meminfo: memFree=23520684/32770624 swapFree=67108860/67108860
[pid=9304] ppid=9301 vsize=26000852 memory=41760 CPUtime=0.29 cores=0-7
/proc/9304/stat : 9304 (java) S 9301 9304 8147 0 -1 1077944320 9624 0 0 0 27 2 0 0 20 0 20 0 177760945 26624872448 10440 33554432000 4194304 4196468 140733677534992 140733677517536 140497854992119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
/proc/9304/statm: 6500213 10440 3598 1 0 6487932 0
[pid=9304/tid=9306] ppid=9301 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/9304/task/9306/stat : 9306 (java) R 9301 9304 8147 0 -1 4202560 7199 0 0 0 18 1 0 0 20 0 20 0 177760945 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497859204880 140497855014045 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9307] ppid=9301 vsize=26000852 memory=13941 CPUtime=0 cores=0-7
/proc/9304/task/9307/stat : 9307 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497777573008 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9308] ppid=9301 vsize=26000852 memory=139874335570034 CPUtime=0 cores=0-7
/proc/9304/task/9308/stat : 9308 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497411660816 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9309] ppid=9301 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9304/task/9309/stat : 9309 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497410608016 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9310] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9310/stat : 9310 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497409555216 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9311] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9311/stat : 9311 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497408502416 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9312] ppid=9301 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9304/task/9312/stat : 9312 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497407449616 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9313] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9313/stat : 9313 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497406396816 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9314] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9314/stat : 9314 (java) S 9301 9304 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177760946 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497405344016 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9315] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9315/stat : 9315 (java) S 9301 9304 8147 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177760947 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497251195760 140497855003266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9316] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9316/stat : 9316 (java) S 9301 9304 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177760948 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497250141728 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9317] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9317/stat : 9317 (java) S 9301 9304 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177760948 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497249088880 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9318] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9318/stat : 9318 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760950 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497248037200 140497855010715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9319] ppid=9301 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/9304/task/9319/stat : 9319 (java) S 9301 9304 8147 0 -1 1077944384 418 0 0 0 1 0 0 0 20 0 20 0 177760950 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497246984560 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9320] ppid=9301 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/9304/task/9320/stat : 9320 (java) S 9301 9304 8147 0 -1 1077944384 188 0 0 0 1 0 0 0 20 0 20 0 177760950 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497245931760 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9321] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9321/stat : 9321 (java) S 9301 9304 8147 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 177760951 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497244878960 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9322] ppid=9301 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/9304/task/9322/stat : 9322 (java) R 9301 9304 8147 0 -1 4202560 393 0 0 0 5 0 0 0 20 0 20 0 177760951 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497243826160 140497855004054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9323] ppid=9301 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9323/stat : 9323 (java) S 9301 9304 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177760951 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497242774624 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9324] ppid=9301 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9304/task/9324/stat : 9324 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760951 26624872448 10440 33554432000 4194304 4196468 140733677534992 140497241721904 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41760 KiB

[startup+0.310075 s]*
/proc/loadavg: 3.68 7.28 8.18 3/198 9324
/proc/meminfo: memFree=23514140/32770624 swapFree=67108860/67108860
[pid=9304] ppid=9301 vsize=26000872 memory=49176 CPUtime=0.48 cores=0-7
/proc/9304/stat : 9304 (java) S 9301 9304 8147 0 -1 1077944320 10622 0 0 0 45 3 0 0 20 0 20 0 177760945 26624892928 12294 33554432000 4194304 4196468 140733677534992 140733677517536 140497854992119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
/proc/9304/statm: 6500218 12294 3675 1 0 6487932 0
[pid=9304/tid=9306] ppid=9301 vsize=26000872 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9304/task/9306/stat : 9306 (java) R 9301 9304 8147 0 -1 4202560 7765 0 0 0 27 2 0 0 20 0 20 0 177760945 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497859211856 140497456820641 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9307] ppid=9301 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9307/stat : 9307 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497777573008 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9308] ppid=9301 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9308/stat : 9308 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497411660816 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9309] ppid=9301 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9309/stat : 9309 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497410608016 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9310] ppid=9301 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9310/stat : 9310 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497409555216 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9311] ppid=9301 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/9304/task/9311/stat : 9311 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497408502416 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9312] ppid=9301 vsize=26000872 memory=139874200023983 CPUtime=0 cores=0-7
/proc/9304/task/9312/stat : 9312 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497407449616 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9313] ppid=9301 vsize=26000872 memory=139874200026288 CPUtime=0 cores=0-7
/proc/9304/task/9313/stat : 9313 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497406396816 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9314] ppid=9301 vsize=26000872 memory=139874200028592 CPUtime=0 cores=0-7
/proc/9304/task/9314/stat : 9314 (java) S 9301 9304 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177760946 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497405344016 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9315] ppid=9301 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9315/stat : 9315 (java) S 9301 9304 8147 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177760947 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497251195760 140497855003266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9316] ppid=9301 vsize=26000872 memory=279748400064144 CPUtime=0 cores=0-7
/proc/9304/task/9316/stat : 9316 (java) S 9301 9304 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177760948 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497250141728 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9317] ppid=9301 vsize=26000872 memory=279748400071056 CPUtime=0 cores=0-7
/proc/9304/task/9317/stat : 9317 (java) S 9301 9304 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177760948 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497249088880 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9318] ppid=9301 vsize=26000872 memory=279748400012336 CPUtime=0 cores=0-7
/proc/9304/task/9318/stat : 9318 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760950 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497248037200 140497855010715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9319] ppid=9301 vsize=26000872 memory=279748400084880 CPUtime=0.04 cores=0-7
/proc/9304/task/9319/stat : 9319 (java) S 9301 9304 8147 0 -1 1077944384 636 0 0 0 4 0 0 0 20 0 20 0 177760950 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497246984560 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9320] ppid=9301 vsize=26000872 memory=279748400091792 CPUtime=0.01 cores=0-7
/proc/9304/task/9320/stat : 9320 (java) S 9301 9304 8147 0 -1 1077944384 195 0 0 0 1 0 0 0 20 0 20 0 177760950 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497245931760 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9321] ppid=9301 vsize=26000872 memory=279748400089488 CPUtime=0.02 cores=0-7
/proc/9304/task/9321/stat : 9321 (java) S 9301 9304 8147 0 -1 1077944384 214 0 0 0 2 0 0 0 20 0 20 0 177760951 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497244878960 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9322] ppid=9301 vsize=26000872 memory=279748400106096 CPUtime=0.08 cores=0-7
/proc/9304/task/9322/stat : 9322 (java) R 9301 9304 8147 0 -1 1077944384 425 0 0 0 8 0 0 0 20 0 20 0 177760951 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497243826160 140497855003266 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9323] ppid=9301 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9323/stat : 9323 (java) S 9301 9304 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177760951 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497242774624 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9324] ppid=9301 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/9304/task/9324/stat : 9324 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760951 26624892928 12294 33554432000 4194304 4196468 140733677534992 140497241721904 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49176 KiB

[startup+0.700923 s]
/proc/loadavg: 3.68 7.28 8.18 5/198 9324
/proc/meminfo: memFree=23500616/32770624 swapFree=67108860/67108860
[pid=9304] ppid=9301 vsize=26002920 memory=80224 CPUtime=1.32 cores=0-7
/proc/9304/stat : 9304 (java) S 9301 9304 8147 0 -1 1077944320 14230 0 0 0 127 5 0 0 20 0 20 0 177760945 26626990080 20056 33554432000 4194304 4196468 140733677534992 140733677517536 140497854992119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
/proc/9304/statm: 6500730 20056 3782 1 0 6488444 0
[pid=9304/tid=9306] ppid=9301 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/9304/task/9306/stat : 9306 (java) R 9301 9304 8147 0 -1 4202560 8687 0 0 0 64 3 0 0 20 0 20 0 177760945 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497859227088 140497459542336 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9307] ppid=9301 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9307/stat : 9307 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497777573008 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9308] ppid=9301 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9308/stat : 9308 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497411660816 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9309] ppid=9301 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9309/stat : 9309 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497410608016 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9310] ppid=9301 vsize=26002920 memory=792 CPUtime=0 cores=0-7
/proc/9304/task/9310/stat : 9310 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497409555216 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9311] ppid=9301 vsize=26002920 memory=1204 CPUtime=0 cores=0-7
/proc/9304/task/9311/stat : 9311 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497408502416 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9312] ppid=9301 vsize=26002920 memory=1728 CPUtime=0 cores=0-7
/proc/9304/task/9312/stat : 9312 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497407449616 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9313] ppid=9301 vsize=26002920 memory=1440 CPUtime=0 cores=0-7
/proc/9304/task/9313/stat : 9313 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497406396816 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9314] ppid=9301 vsize=26002920 memory=15880 CPUtime=0 cores=0-7
/proc/9304/task/9314/stat : 9314 (java) S 9301 9304 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177760946 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497405344016 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9315] ppid=9301 vsize=26002920 memory=16244 CPUtime=0 cores=0-7
/proc/9304/task/9315/stat : 9315 (java) S 9301 9304 8147 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177760947 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497251195760 140497855003266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9316] ppid=9301 vsize=26002920 memory=28048 CPUtime=0 cores=0-7
/proc/9304/task/9316/stat : 9316 (java) S 9301 9304 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177760948 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497250141728 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9317] ppid=9301 vsize=26002920 memory=4044 CPUtime=0 cores=0-7
/proc/9304/task/9317/stat : 9317 (java) S 9301 9304 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177760948 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497249088880 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9318] ppid=9301 vsize=26002920 memory=1792 CPUtime=0 cores=0-7
/proc/9304/task/9318/stat : 9318 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760950 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497248037200 140497855010715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9319] ppid=9301 vsize=26002920 memory=636 CPUtime=0.15 cores=0-7
/proc/9304/task/9319/stat : 9319 (java) S 9301 9304 8147 0 -1 1077944384 1535 0 0 0 15 0 0 0 20 0 20 0 177760950 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497246984560 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9320] ppid=9301 vsize=26002920 memory=12136 CPUtime=0.12 cores=0-7
/proc/9304/task/9320/stat : 9320 (java) S 9301 9304 8147 0 -1 1077944384 846 0 0 0 12 0 0 0 20 0 20 0 177760950 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497245931760 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9321] ppid=9301 vsize=26002920 memory=1004 CPUtime=0.13 cores=0-7
/proc/9304/task/9321/stat : 9321 (java) S 9301 9304 8147 0 -1 1077944384 704 0 0 0 13 0 0 0 20 0 20 0 177760951 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497244878960 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9322] ppid=9301 vsize=26002920 memory=1228 CPUtime=0.21 cores=0-7
/proc/9304/task/9322/stat : 9322 (java) S 9301 9304 8147 0 -1 1077944384 1071 0 0 0 21 0 0 0 20 0 20 0 177760951 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497243826160 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9323] ppid=9301 vsize=26002920 memory=1952 CPUtime=0 cores=0-7
/proc/9304/task/9323/stat : 9323 (java) S 9301 9304 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177760951 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497242774624 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9324] ppid=9301 vsize=26002920 memory=5796 CPUtime=0 cores=0-7
/proc/9304/task/9324/stat : 9324 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760951 26626990080 20056 33554432000 4194304 4196468 140733677534992 140497241721904 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 26002920 KiB
Current children cumulated memory: 80224 KiB

[startup+1.50083 s]
/proc/loadavg: 3.68 7.28 8.18 3/198 9324
/proc/meminfo: memFree=23469408/32770624 swapFree=67108860/67108860
[pid=9304] ppid=9301 vsize=26004968 memory=128540 CPUtime=2.33 cores=0-7
/proc/9304/stat : 9304 (java) S 9301 9304 8147 0 -1 1077944320 18998 0 0 0 225 8 0 0 20 0 20 0 177760945 26629087232 32135 33554432000 4194304 4196468 140733677534992 140733677517536 140497854992119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
/proc/9304/statm: 6501242 32135 3784 1 0 6488956 0
[pid=9304/tid=9306] ppid=9301 vsize=26004968 memory=0 CPUtime=1.46 cores=0-7
/proc/9304/task/9306/stat : 9306 (java) R 9301 9304 8147 0 -1 4202560 10080 0 0 0 142 4 0 0 20 0 20 0 177760945 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497859210192 140497839072606 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9307] ppid=9301 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9307/stat : 9307 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497777573008 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9308] ppid=9301 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9308/stat : 9308 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497411660816 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9309] ppid=9301 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9309/stat : 9309 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497410608016 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9310] ppid=9301 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9310/stat : 9310 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497409555216 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9311] ppid=9301 vsize=26004968 memory=279748400546160 CPUtime=0 cores=0-7
/proc/9304/task/9311/stat : 9311 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497408502416 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9312] ppid=9301 vsize=26004968 memory=42133629174762 CPUtime=0 cores=0-7
/proc/9304/task/9312/stat : 9312 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497407449616 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9313] ppid=9301 vsize=26004968 memory=42133629174762 CPUtime=0 cores=0-7
/proc/9304/task/9313/stat : 9313 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497406396816 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9314] ppid=9301 vsize=26004968 memory=2110224807384980 CPUtime=0 cores=0-7
/proc/9304/task/9314/stat : 9314 (java) S 9301 9304 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177760946 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497405344016 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9315] ppid=9301 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9315/stat : 9315 (java) S 9301 9304 8147 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 177760947 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497251195760 140497855003266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9316] ppid=9301 vsize=26004968 memory=792 CPUtime=0 cores=0-7
/proc/9304/task/9316/stat : 9316 (java) S 9301 9304 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177760948 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497250141728 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9317] ppid=9301 vsize=26004968 memory=1204 CPUtime=0 cores=0-7
/proc/9304/task/9317/stat : 9317 (java) S 9301 9304 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177760948 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497249088880 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9318] ppid=9301 vsize=26004968 memory=1728 CPUtime=0 cores=0-7
/proc/9304/task/9318/stat : 9318 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760950 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497248037200 140497855010715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9319] ppid=9301 vsize=26004968 memory=1440 CPUtime=0.16 cores=0-7
/proc/9304/task/9319/stat : 9319 (java) S 9301 9304 8147 0 -1 1077944384 1673 0 0 0 16 0 0 0 20 0 20 0 177760950 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497246984560 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9320] ppid=9301 vsize=26004968 memory=15880 CPUtime=0.14 cores=0-7
/proc/9304/task/9320/stat : 9320 (java) S 9301 9304 8147 0 -1 1077944384 923 0 0 0 13 1 0 0 20 0 20 0 177760950 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497245931760 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9321] ppid=9301 vsize=26004968 memory=16244 CPUtime=0.15 cores=0-7
/proc/9304/task/9321/stat : 9321 (java) S 9301 9304 8147 0 -1 1077944384 734 0 0 0 15 0 0 0 20 0 20 0 177760951 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497244878960 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9322] ppid=9301 vsize=26004968 memory=28048 CPUtime=0.37 cores=0-7
/proc/9304/task/9322/stat : 9322 (java) S 9301 9304 8147 0 -1 1077944384 4193 0 0 0 36 1 0 0 20 0 20 0 177760951 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497243826160 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9323] ppid=9301 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9323/stat : 9323 (java) S 9301 9304 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177760951 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497242774624 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9324] ppid=9301 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9324/stat : 9324 (java) S 9301 9304 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177760951 26629087232 32135 33554432000 4194304 4196468 140733677534992 140497241721904 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 26004968 KiB
Current children cumulated memory: 128540 KiB

[startup+1.68997 s]
# the end of solver process 9304 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.65695 s, system=0.105474 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60107 s]
/proc/loadavg: 3.68 7.28 8.18 3/198 9324
/proc/meminfo: memFree=23469408/32770624 swapFree=67108860/67108860
[pid=9304] ppid=9301 vsize=26007016 memory=141412 CPUtime=2.51 cores=0-7
/proc/9304/stat : 9304 (java) S 9301 9304 8147 0 -1 1077944320 20398 0 0 0 242 9 0 0 20 0 20 0 177760945 26631184384 35353 33554432000 4194304 4196468 140733677534992 140733677517536 140497854992119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
/proc/9304/statm: 6501754 35353 3785 1 0 6489468 0
[pid=9304/tid=9306] ppid=9301 vsize=26007016 memory=0 CPUtime=1.56 cores=0-7
/proc/9304/task/9306/stat : 9306 (java) R 9301 9304 8147 0 -1 4202560 11237 0 0 0 151 5 0 0 20 0 20 0 177760945 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497859223696 140497461317346 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9307] ppid=9301 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9307/stat : 9307 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497777573008 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9308] ppid=9301 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9308/stat : 9308 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497411660816 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9309] ppid=9301 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9309/stat : 9309 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497410608016 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9310] ppid=9301 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9310/stat : 9310 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497409555216 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9311] ppid=9301 vsize=26007016 memory=4096 CPUtime=0 cores=0-7
/proc/9304/task/9311/stat : 9311 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760946 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497408502416 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9312] ppid=9301 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9312/stat : 9312 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497407449616 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9313] ppid=9301 vsize=26007016 memory=139874200237504 CPUtime=0 cores=0-7
/proc/9304/task/9313/stat : 9313 (java) S 9301 9304 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177760946 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497406396816 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9314] ppid=9301 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9314/stat : 9314 (java) S 9301 9304 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177760946 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497405344016 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9315] ppid=9301 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9315/stat : 9315 (java) S 9301 9304 8147 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 177760947 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497251195760 140497855003266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9316] ppid=9301 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9316/stat : 9316 (java) S 9301 9304 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177760948 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497250141728 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9317] ppid=9301 vsize=26007016 memory=12352325946124 CPUtime=0 cores=0-7
/proc/9304/task/9317/stat : 9317 (java) S 9301 9304 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177760948 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497249088880 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9318] ppid=9301 vsize=26007016 memory=288230583166042425 CPUtime=0 cores=0-7
/proc/9304/task/9318/stat : 9318 (java) S 9301 9304 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177760950 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497248037200 140497855010715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9319] ppid=9301 vsize=26007016 memory=16106952816067941 CPUtime=0.17 cores=0-7
/proc/9304/task/9319/stat : 9319 (java) R 9301 9304 8147 0 -1 4202560 1694 0 0 0 17 0 0 0 20 0 20 0 177760950 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497246973360 140497836183904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9320] ppid=9301 vsize=26007016 memory=0 CPUtime=0.16 cores=0-7
/proc/9304/task/9320/stat : 9320 (java) R 9301 9304 8147 0 -1 4202560 1057 0 0 0 15 1 0 0 20 0 20 0 177760950 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497245915840 140497838903104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9321] ppid=9301 vsize=26007016 memory=0 CPUtime=0.17 cores=0-7
/proc/9304/task/9321/stat : 9321 (java) R 9301 9304 8147 0 -1 4202560 781 0 0 0 17 0 0 0 20 0 20 0 177760951 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497244870288 140497834140808 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9322] ppid=9301 vsize=26007016 memory=0 CPUtime=0.4 cores=0-7
/proc/9304/task/9322/stat : 9322 (java) S 9301 9304 8147 0 -1 1077944384 4231 0 0 0 39 1 0 0 20 0 20 0 177760951 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497243826160 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9323] ppid=9301 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9323/stat : 9323 (java) S 9301 9304 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177760951 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497242774624 140497855002325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
[pid=9304/tid=9324] ppid=9301 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9304/task/9324/stat : 9324 (java) S 9301 9304 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177760951 26631184384 35353 33554432000 4194304 4196468 140733677534992 140497241721904 140497855003266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11780096 140733677540449 140733677540635 140733677540635 140733677543375 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 141412 KiB

Child status: 0
Real time (s): 1.69001
CPU time (s): 2.76242
CPU user time (s): 2.65695
CPU system time (s): 0.105474
CPU usage (%): 163.456
Max. virtual memory (cumulated for all children) (KiB): 26007016
Max. memory (cumulated for all children) (KiB): 141412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.65695
system time used= 0.105474
maximum resident set size= 171112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20797
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3033
involuntary context switches= 4


# summary of solver processes directly reported to runsolver:
#   pid: 9304
#   total CPU time (s): 2.76242
#   total CPU user time (s): 2.65695
#   total CPU system time (s): 0.105474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022514 second user time and 0.067407 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-23 01:52:20
IDJOB=4285394
IDBENCH=134346
IDSOLVER=2681
FILE ID=node148/4285394-1503446801
RUNJOBID= node148-1503438312-8174
PBS_JOBID= 20632146
Free space on /tmp= 61644 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/RadarSurveillance/RadarSurveillance-m1-s8-24/RadarSurveillance-8-24-3-2-20.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285394-1503446801/watcher-4285394-1503446801 -o /tmp/evaluation-result-4285394-1503446801/solver-4285394-1503446801 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503438312-8174 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2033243642 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285394-1503446801.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f214ebe96c5c3c8776c4f6e3a073efa7
RANDOM SEED=2033243642

node148.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.19
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.19
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.19
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.19
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:        23548432 kB
MemAvailable:   31942280 kB
Buffers:          297604 kB
Cached:          8375340 kB
SwapCached:            0 kB
Active:          1727152 kB
Inactive:        6999980 kB
Active(anon):       4996 kB
Inactive(anon):    93496 kB
Active(file):    1722156 kB
Inactive(file):  6906484 kB
Unevictable:        7760 kB
Mlocked:            7760 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42464 kB
Writeback:             0 kB
AnonPages:         69512 kB
Mapped:            54916 kB
Shmem:             41608 kB
Slab:             189308 kB
SReclaimable:     162088 kB
SUnreclaim:        27220 kB
KernelStack:        3520 kB
PageTables:         4064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     341676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61600 MiB
End job on node148 at 2017-08-23 01:52:22