Trace number 4285393

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 3.1236601 1.7294

General information on the benchmark

NameRadarSurveillance/RadarSurveillance-m1-s8-24/
RadarSurveillance-8-24-3-2-14.xml
MD5SUM7d43106829e6532dfda12d24404dada5
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.077803001
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":113}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":31},{"degree":1,"count":9},{"degree":2,"count":9},{"degree":3,"count":11},{"degree":4,"count":7},{"degree":5,"count":21},{"degree":6,"count":56}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":3},{"arity":4,"count":3},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":7},{"arity":8,"count":10},{"arity":9,"count":3},{"arity":10,"count":10},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":6},{"arity":14,"count":1}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 414701587
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 22000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
2.05/1.30	c Parsing done, starting search...
3.04/1.72	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 (13123 MiB free)
  memory of node 1: 16384 MiB (9873 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285393-1503446804/watcher-4285393-1503446804 -o /tmp/evaluation-result-4285393-1503446804/solver-4285393-1503446804 -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 414701587 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285393-1503446804.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=9390, runsolver pid=9387


[startup+0.100156 s]*
/proc/loadavg: 3.46 7.17 8.15 1/198 9410
/proc/meminfo: memFree=23530872/32770624 swapFree=67108860/67108860
[pid=9390] ppid=9387 vsize=26000852 memory=32344 CPUtime=0.12 cores=0-7
/proc/9390/stat : 9390 (java) S 9387 9390 8147 0 -1 1077944320 8481 0 0 0 10 2 0 0 20 0 20 0 177761190 26624872448 8086 33554432000 4194304 4196468 140733808483152 140733808465696 139858958352119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
/proc/9390/statm: 6500213 8086 3412 1 0 6487932 0
[pid=9390/tid=9392] ppid=9387 vsize=26000852 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/9390/task/9392/stat : 9392 (java) R 9387 9390 8147 0 -1 4202560 6434 0 0 0 7 1 0 0 20 0 20 0 177761190 26624872448 8086 33554432000 4194304 4196468 140733808483152 139858962530032 139858942432606 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9393] ppid=9387 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/9390/task/9393/stat : 9393 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 8086 33554432000 4194304 4196468 140733808483152 139858910972304 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9394] ppid=9387 vsize=26000852 memory=140323849873024 CPUtime=0 cores=0-7
/proc/9390/task/9394/stat : 9394 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 8086 33554432000 4194304 4196468 140733808483152 139858909919504 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9395] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9395/stat : 9395 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 8086 33554432000 4194304 4196468 140733808483152 139858908867216 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9396] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9396/stat : 9396 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 8086 33554432000 4194304 4196468 140733808483152 139858907814416 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9397] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9397/stat : 9397 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 8086 33554432000 4194304 4196468 140733808483152 139858906762128 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9398] ppid=9387 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9390/task/9398/stat : 9398 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 8086 33554432000 4194304 4196468 140733808483152 139858905709328 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9399] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9399/stat : 9399 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 8086 33554432000 4194304 4196468 140733808483152 139858904657040 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9400] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9400/stat : 9400 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 8086 33554432000 4194304 4196468 140733808483152 139858903604240 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9401] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9401/stat : 9401 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761193 26624872448 8086 33554432000 4194304 4196468 140733808483152 139857633454192 139858958363266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9402] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9402/stat : 9402 (java) S 9387 9390 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177761193 26624872448 8086 33554432000 4194304 4196468 140733808483152 139857632400160 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9403] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9403/stat : 9403 (java) S 9387 9390 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177761193 26624872448 8086 33554432000 4194304 4196468 140733808483152 139857631347824 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9404] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9404/stat : 9404 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761196 26624872448 8086 33554432000 4194304 4196468 140733808483152 139857630296144 139858958370715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9405] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9405/stat : 9405 (java) S 9387 9390 8147 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 177761196 26624872448 8086 33554432000 4194304 4196468 140733808483152 139857629244016 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9406] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9406/stat : 9406 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761196 26624872448 8086 33554432000 4194304 4196468 140733808483152 139857628191216 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9407] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9407/stat : 9407 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761196 26624872448 8086 33554432000 4194304 4196468 140733808483152 139857627138928 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9408] ppid=9387 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/9390/task/9408/stat : 9408 (java) S 9387 9390 8147 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 20 0 177761196 26624872448 8086 33554432000 4194304 4196468 140733808483152 139857626086128 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9409] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9409/stat : 9409 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761196 26624872448 8086 33554432000 4194304 4196468 140733808483152 139857422707040 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9410] ppid=9387 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9390/task/9410/stat : 9410 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761196 26624872448 8086 33554432000 4194304 4196468 140733808483152 139857421654320 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32344 KiB

[startup+0.20972 s]*
/proc/loadavg: 3.46 7.17 8.15 3/198 9410
/proc/meminfo: memFree=23520800/32770624 swapFree=67108860/67108860
[pid=9390] ppid=9387 vsize=26000852 memory=41492 CPUtime=0.3 cores=0-7
/proc/9390/stat : 9390 (java) S 9387 9390 8147 0 -1 1077944320 9471 0 0 0 27 3 0 0 20 0 20 0 177761190 26624872448 10373 33554432000 4194304 4196468 140733808483152 140733808465696 139858958352119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
/proc/9390/statm: 6500213 10373 3613 1 0 6487932 0
[pid=9390/tid=9392] ppid=9387 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/9390/task/9392/stat : 9392 (java) R 9387 9390 8147 0 -1 4202560 7060 0 0 0 17 2 0 0 20 0 20 0 177761190 26624872448 10373 33554432000 4194304 4196468 140733808483152 139858962574176 139858942432606 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9393] ppid=9387 vsize=26000852 memory=13941 CPUtime=0 cores=0-7
/proc/9390/task/9393/stat : 9393 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 10373 33554432000 4194304 4196468 140733808483152 139858910972304 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9394] ppid=9387 vsize=26000852 memory=140323849881714 CPUtime=0 cores=0-7
/proc/9390/task/9394/stat : 9394 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 10373 33554432000 4194304 4196468 140733808483152 139858909919504 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9395] ppid=9387 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9390/task/9395/stat : 9395 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 10373 33554432000 4194304 4196468 140733808483152 139858908867216 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9396] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9396/stat : 9396 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 10373 33554432000 4194304 4196468 140733808483152 139858907814416 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9397] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9397/stat : 9397 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 10373 33554432000 4194304 4196468 140733808483152 139858906762128 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9398] ppid=9387 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9390/task/9398/stat : 9398 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 10373 33554432000 4194304 4196468 140733808483152 139858905709328 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9399] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9399/stat : 9399 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 10373 33554432000 4194304 4196468 140733808483152 139858904657040 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9400] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9400/stat : 9400 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26624872448 10373 33554432000 4194304 4196468 140733808483152 139858903604240 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9401] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9401/stat : 9401 (java) S 9387 9390 8147 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177761193 26624872448 10373 33554432000 4194304 4196468 140733808483152 139857633454192 139858958363266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9402] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9402/stat : 9402 (java) S 9387 9390 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177761193 26624872448 10373 33554432000 4194304 4196468 140733808483152 139857632400160 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9403] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9403/stat : 9403 (java) S 9387 9390 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177761193 26624872448 10373 33554432000 4194304 4196468 140733808483152 139857631347824 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9404] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9404/stat : 9404 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761196 26624872448 10373 33554432000 4194304 4196468 140733808483152 139857630296144 139858958370715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9405] ppid=9387 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/9390/task/9405/stat : 9405 (java) S 9387 9390 8147 0 -1 1077944384 536 0 0 0 1 0 0 0 20 0 20 0 177761196 26624872448 10373 33554432000 4194304 4196468 140733808483152 139857629244016 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9406] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9406/stat : 9406 (java) S 9387 9390 8147 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 177761196 26624872448 10373 33554432000 4194304 4196468 140733808483152 139857628191216 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9407] ppid=9387 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/9390/task/9407/stat : 9407 (java) S 9387 9390 8147 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 20 0 177761196 26624872448 10373 33554432000 4194304 4196468 140733808483152 139857627138928 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9408] ppid=9387 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/9390/task/9408/stat : 9408 (java) S 9387 9390 8147 0 -1 1077944384 407 0 0 0 5 0 0 0 20 0 20 0 177761196 26624872448 10373 33554432000 4194304 4196468 140733808483152 139857626086128 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9409] ppid=9387 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9409/stat : 9409 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761196 26624872448 10373 33554432000 4194304 4196468 140733808483152 139857422707040 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9410] ppid=9387 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9390/task/9410/stat : 9410 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761196 26624872448 10373 33554432000 4194304 4196468 140733808483152 139857421654320 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41492 KiB

[startup+0.30949 s]*
/proc/loadavg: 3.46 7.17 8.15 2/198 9410
/proc/meminfo: memFree=23513868/32770624 swapFree=67108860/67108860
[pid=9390] ppid=9387 vsize=26000872 memory=49148 CPUtime=0.47 cores=0-7
/proc/9390/stat : 9390 (java) S 9387 9390 8147 0 -1 1077944320 10594 0 0 0 44 3 0 0 20 0 20 0 177761190 26624892928 12287 33554432000 4194304 4196468 140733808483152 140733808465696 139858958352119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
/proc/9390/statm: 6500218 12287 3700 1 0 6487932 0
[pid=9390/tid=9392] ppid=9387 vsize=26000872 memory=8112282956445269571 CPUtime=0.28 cores=0-7
/proc/9390/task/9392/stat : 9392 (java) R 9387 9390 8147 0 -1 4202560 7732 0 0 0 26 2 0 0 20 0 20 0 177761190 26624892928 12287 33554432000 4194304 4196468 140733808483152 139858962580528 139858942395749 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9393] ppid=9387 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9393/stat : 9393 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26624892928 12287 33554432000 4194304 4196468 140733808483152 139858910972304 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9394] ppid=9387 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9394/stat : 9394 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761191 26624892928 12287 33554432000 4194304 4196468 140733808483152 139858909919504 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9395] ppid=9387 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9395/stat : 9395 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26624892928 12287 33554432000 4194304 4196468 140733808483152 139858908867216 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9396] ppid=9387 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9396/stat : 9396 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26624892928 12287 33554432000 4194304 4196468 140733808483152 139858907814416 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9397] ppid=9387 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/9390/task/9397/stat : 9397 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26624892928 12287 33554432000 4194304 4196468 140733808483152 139858906762128 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9398] ppid=9387 vsize=26000872 memory=140323695195055 CPUtime=0 cores=0-7
/proc/9390/task/9398/stat : 9398 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26624892928 12287 33554432000 4194304 4196468 140733808483152 139858905709328 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9399] ppid=9387 vsize=26000872 memory=140323695197360 CPUtime=0 cores=0-7
/proc/9390/task/9399/stat : 9399 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26624892928 12287 33554432000 4194304 4196468 140733808483152 139858904657040 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9400] ppid=9387 vsize=26000872 memory=140323695199664 CPUtime=0 cores=0-7
/proc/9390/task/9400/stat : 9400 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26624892928 12287 33554432000 4194304 4196468 140733808483152 139858903604240 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9401] ppid=9387 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9401/stat : 9401 (java) S 9387 9390 8147 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177761193 26624892928 12287 33554432000 4194304 4196468 140733808483152 139857633454192 139858958363266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9402] ppid=9387 vsize=26000872 memory=280647390406288 CPUtime=0 cores=0-7
/proc/9390/task/9402/stat : 9402 (java) S 9387 9390 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177761193 26624892928 12287 33554432000 4194304 4196468 140733808483152 139857632400160 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9403] ppid=9387 vsize=26000872 memory=280647390413200 CPUtime=0 cores=0-7
/proc/9390/task/9403/stat : 9403 (java) S 9387 9390 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177761193 26624892928 12287 33554432000 4194304 4196468 140733808483152 139857631347824 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9404] ppid=9387 vsize=26000872 memory=280647390354480 CPUtime=0 cores=0-7
/proc/9390/task/9404/stat : 9404 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761196 26624892928 12287 33554432000 4194304 4196468 140733808483152 139857630296144 139858958370715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9405] ppid=9387 vsize=26000872 memory=280647390427024 CPUtime=0.03 cores=0-7
/proc/9390/task/9405/stat : 9405 (java) S 9387 9390 8147 0 -1 1077944384 751 0 0 0 3 0 0 0 20 0 20 0 177761196 26624892928 12287 33554432000 4194304 4196468 140733808483152 139857629244016 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9406] ppid=9387 vsize=26000872 memory=280647390433936 CPUtime=0.03 cores=0-7
/proc/9390/task/9406/stat : 9406 (java) S 9387 9390 8147 0 -1 1077944384 255 0 0 0 3 0 0 0 20 0 20 0 177761196 26624892928 12287 33554432000 4194304 4196468 140733808483152 139857628191216 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9407] ppid=9387 vsize=26000872 memory=280647390431632 CPUtime=0.02 cores=0-7
/proc/9390/task/9407/stat : 9407 (java) S 9387 9390 8147 0 -1 1077944384 54 0 0 0 2 0 0 0 20 0 20 0 177761196 26624892928 12287 33554432000 4194304 4196468 140733808483152 139857627138928 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9408] ppid=9387 vsize=26000872 memory=280647390448240 CPUtime=0.07 cores=0-7
/proc/9390/task/9408/stat : 9408 (java) S 9387 9390 8147 0 -1 1077944384 422 0 0 0 7 0 0 0 20 0 20 0 177761196 26624892928 12287 33554432000 4194304 4196468 140733808483152 139857626086128 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9409] ppid=9387 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9409/stat : 9409 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761196 26624892928 12287 33554432000 4194304 4196468 140733808483152 139857422707040 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9410] ppid=9387 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/9390/task/9410/stat : 9410 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761196 26624892928 12287 33554432000 4194304 4196468 140733808483152 139857421654320 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49148 KiB

[startup+0.700872 s]
/proc/loadavg: 3.46 7.17 8.15 3/198 9410
/proc/meminfo: memFree=23501088/32770624 swapFree=67108860/67108860
[pid=9390] ppid=9387 vsize=26002920 memory=80080 CPUtime=1.32 cores=0-7
/proc/9390/stat : 9390 (java) S 9387 9390 8147 0 -1 1077944320 14144 0 0 0 127 5 0 0 20 0 20 0 177761190 26626990080 20020 33554432000 4194304 4196468 140733808483152 140733808465696 139858958352119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
/proc/9390/statm: 6500730 20020 3782 1 0 6488444 0
[pid=9390/tid=9392] ppid=9387 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/9390/task/9392/stat : 9392 (java) R 9387 9390 8147 0 -1 4202560 8655 0 0 0 64 3 0 0 20 0 20 0 177761190 26626990080 20020 33554432000 4194304 4196468 140733808483152 139858962587136 139858583117906 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9393] ppid=9387 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9393/stat : 9393 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26626990080 20020 33554432000 4194304 4196468 140733808483152 139858910972304 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9394] ppid=9387 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9394/stat : 9394 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761191 26626990080 20020 33554432000 4194304 4196468 140733808483152 139858909919504 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9395] ppid=9387 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9395/stat : 9395 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26626990080 20020 33554432000 4194304 4196468 140733808483152 139858908867216 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9396] ppid=9387 vsize=26002920 memory=792 CPUtime=0 cores=0-7
/proc/9390/task/9396/stat : 9396 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26626990080 20020 33554432000 4194304 4196468 140733808483152 139858907814416 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9397] ppid=9387 vsize=26002920 memory=1204 CPUtime=0 cores=0-7
/proc/9390/task/9397/stat : 9397 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26626990080 20020 33554432000 4194304 4196468 140733808483152 139858906762128 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9398] ppid=9387 vsize=26002920 memory=1728 CPUtime=0 cores=0-7
/proc/9390/task/9398/stat : 9398 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26626990080 20020 33554432000 4194304 4196468 140733808483152 139858905709328 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9399] ppid=9387 vsize=26002920 memory=1440 CPUtime=0 cores=0-7
/proc/9390/task/9399/stat : 9399 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26626990080 20020 33554432000 4194304 4196468 140733808483152 139858904657040 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9400] ppid=9387 vsize=26002920 memory=15880 CPUtime=0 cores=0-7
/proc/9390/task/9400/stat : 9400 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26626990080 20020 33554432000 4194304 4196468 140733808483152 139858903604240 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9401] ppid=9387 vsize=26002920 memory=16244 CPUtime=0 cores=0-7
/proc/9390/task/9401/stat : 9401 (java) S 9387 9390 8147 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177761193 26626990080 20020 33554432000 4194304 4196468 140733808483152 139857633454192 139858958363266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0

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

[pid=9390/tid=9409] ppid=9387 vsize=26002920 memory=1952 CPUtime=0 cores=0-7
/proc/9390/task/9409/stat : 9409 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761196 26626990080 20020 33554432000 4194304 4196468 140733808483152 139857422707040 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9410] ppid=9387 vsize=26002920 memory=5796 CPUtime=0 cores=0-7
/proc/9390/task/9410/stat : 9410 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761196 26626990080 20020 33554432000 4194304 4196468 140733808483152 139857421654320 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 26002920 KiB
Current children cumulated memory: 80080 KiB

[startup+1.50081 s]
/proc/loadavg: 3.46 7.17 8.15 2/198 9410
/proc/meminfo: memFree=23470824/32770624 swapFree=67108860/67108860
[pid=9390] ppid=9387 vsize=26007016 memory=128296 CPUtime=2.31 cores=0-7
/proc/9390/stat : 9390 (java) S 9387 9390 8147 0 -1 1077944320 18038 0 0 0 223 8 0 0 20 0 20 0 177761190 26631184384 32074 33554432000 4194304 4196468 140733808483152 140733808465696 139858958352119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
/proc/9390/statm: 6501754 32074 3783 1 0 6489468 0
[pid=9390/tid=9392] ppid=9387 vsize=26007016 memory=0 CPUtime=1.47 cores=0-7
/proc/9390/task/9392/stat : 9392 (java) R 9387 9390 8147 0 -1 4202560 11197 0 0 0 142 5 0 0 20 0 20 0 177761190 26631184384 32074 33554432000 4194304 4196468 140733808483152 139858962584688 139858958364054 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9393] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9393/stat : 9393 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 32074 33554432000 4194304 4196468 140733808483152 139858910972304 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9394] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9394/stat : 9394 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 32074 33554432000 4194304 4196468 140733808483152 139858909919504 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9395] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9395/stat : 9395 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 32074 33554432000 4194304 4196468 140733808483152 139858908867216 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9396] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9396/stat : 9396 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 32074 33554432000 4194304 4196468 140733808483152 139858907814416 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9397] ppid=9387 vsize=26007016 memory=280647390888304 CPUtime=0 cores=0-7
/proc/9390/task/9397/stat : 9397 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 32074 33554432000 4194304 4196468 140733808483152 139858906762128 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9398] ppid=9387 vsize=26007016 memory=42502996362218 CPUtime=0 cores=0-7
/proc/9390/task/9398/stat : 9398 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 32074 33554432000 4194304 4196468 140733808483152 139858905709328 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9399] ppid=9387 vsize=26007016 memory=42502996362218 CPUtime=0 cores=0-7
/proc/9390/task/9399/stat : 9399 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 32074 33554432000 4194304 4196468 140733808483152 139858904657040 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9400] ppid=9387 vsize=26007016 memory=2110674302556052 CPUtime=0 cores=0-7
/proc/9390/task/9400/stat : 9400 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 32074 33554432000 4194304 4196468 140733808483152 139858903604240 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9401] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9401/stat : 9401 (java) S 9387 9390 8147 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 177761193 26631184384 32074 33554432000 4194304 4196468 140733808483152 139857633454192 139858958363266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9402] ppid=9387 vsize=26007016 memory=792 CPUtime=0 cores=0-7
/proc/9390/task/9402/stat : 9402 (java) S 9387 9390 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177761193 26631184384 32074 33554432000 4194304 4196468 140733808483152 139857632400160 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9403] ppid=9387 vsize=26007016 memory=1204 CPUtime=0 cores=0-7
/proc/9390/task/9403/stat : 9403 (java) S 9387 9390 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177761193 26631184384 32074 33554432000 4194304 4196468 140733808483152 139857631347824 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9404] ppid=9387 vsize=26007016 memory=1728 CPUtime=0 cores=0-7
/proc/9390/task/9404/stat : 9404 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761196 26631184384 32074 33554432000 4194304 4196468 140733808483152 139857630296144 139858958370715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9405] ppid=9387 vsize=26007016 memory=1440 CPUtime=0.12 cores=0-7
/proc/9390/task/9405/stat : 9405 (java) S 9387 9390 8147 0 -1 1077944384 1212 0 0 0 11 1 0 0 20 0 20 0 177761196 26631184384 32074 33554432000 4194304 4196468 140733808483152 139857629244016 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9406] ppid=9387 vsize=26007016 memory=15880 CPUtime=0.16 cores=0-7
/proc/9390/task/9406/stat : 9406 (java) S 9387 9390 8147 0 -1 1077944384 1236 0 0 0 16 0 0 0 20 0 20 0 177761196 26631184384 32074 33554432000 4194304 4196468 140733808483152 139857628191216 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9407] ppid=9387 vsize=26007016 memory=16244 CPUtime=0.17 cores=0-7
/proc/9390/task/9407/stat : 9407 (java) S 9387 9390 8147 0 -1 1077944384 906 0 0 0 17 0 0 0 20 0 20 0 177761196 26631184384 32074 33554432000 4194304 4196468 140733808483152 139857627138928 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9408] ppid=9387 vsize=26007016 memory=28048 CPUtime=0.34 cores=0-7
/proc/9390/task/9408/stat : 9408 (java) S 9387 9390 8147 0 -1 1077944384 2091 0 0 0 34 0 0 0 20 0 20 0 177761196 26631184384 32074 33554432000 4194304 4196468 140733808483152 139857626086128 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9409] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9409/stat : 9409 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761196 26631184384 32074 33554432000 4194304 4196468 140733808483152 139857422707040 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9410] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9410/stat : 9410 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761196 26631184384 32074 33554432000 4194304 4196468 140733808483152 139857421654320 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 128296 KiB

[startup+1.72935 s]
# the end of solver process 9390 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.90185 s, system=0.22181 s

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

[startup+1.60098 s]
/proc/loadavg: 3.46 7.17 8.15 2/198 9410
/proc/meminfo: memFree=23470824/32770624 swapFree=67108860/67108860
[pid=9390] ppid=9387 vsize=26007016 memory=153652 CPUtime=2.65 cores=0-7
/proc/9390/stat : 9390 (java) S 9387 9390 8147 0 -1 1077944320 19040 0 0 0 256 9 0 0 20 0 20 0 177761190 26631184384 38413 33554432000 4194304 4196468 140733808483152 140733808465696 139858958352119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
/proc/9390/statm: 6501754 38413 3789 1 0 6489468 0
[pid=9390/tid=9392] ppid=9387 vsize=26007016 memory=0 CPUtime=1.57 cores=0-7
/proc/9390/task/9392/stat : 9392 (java) R 9387 9390 8147 0 -1 4202560 11247 0 0 0 152 5 0 0 20 0 20 0 177761190 26631184384 38413 33554432000 4194304 4196468 140733808483152 139858962585168 139858584705491 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9393] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9393/stat : 9393 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 38413 33554432000 4194304 4196468 140733808483152 139858910972304 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9394] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9394/stat : 9394 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 38413 33554432000 4194304 4196468 140733808483152 139858909919504 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9395] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9395/stat : 9395 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 38413 33554432000 4194304 4196468 140733808483152 139858908867216 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9396] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9396/stat : 9396 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 38413 33554432000 4194304 4196468 140733808483152 139858907814416 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9397] ppid=9387 vsize=26007016 memory=4096 CPUtime=0 cores=0-7
/proc/9390/task/9397/stat : 9397 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 38413 33554432000 4194304 4196468 140733808483152 139858906762128 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9398] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9398/stat : 9398 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 38413 33554432000 4194304 4196468 140733808483152 139858905709328 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9399] ppid=9387 vsize=26007016 memory=140323695408576 CPUtime=0 cores=0-7
/proc/9390/task/9399/stat : 9399 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 38413 33554432000 4194304 4196468 140733808483152 139858904657040 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9400] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9400/stat : 9400 (java) S 9387 9390 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177761191 26631184384 38413 33554432000 4194304 4196468 140733808483152 139858903604240 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9401] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9401/stat : 9401 (java) S 9387 9390 8147 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 177761193 26631184384 38413 33554432000 4194304 4196468 140733808483152 139857633454192 139858958363266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9402] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9402/stat : 9402 (java) S 9387 9390 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177761193 26631184384 38413 33554432000 4194304 4196468 140733808483152 139857632400160 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9403] ppid=9387 vsize=26007016 memory=12352325946124 CPUtime=0 cores=0-7
/proc/9390/task/9403/stat : 9403 (java) S 9387 9390 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177761193 26631184384 38413 33554432000 4194304 4196468 140733808483152 139857631347824 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9404] ppid=9387 vsize=26007016 memory=288230583166042425 CPUtime=0 cores=0-7
/proc/9390/task/9404/stat : 9404 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761196 26631184384 38413 33554432000 4194304 4196468 140733808483152 139857630296144 139858958370715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9405] ppid=9387 vsize=26007016 memory=16106952816067941 CPUtime=0.19 cores=0-7
/proc/9390/task/9405/stat : 9405 (java) R 9387 9390 8147 0 -1 4202560 1494 0 0 0 18 1 0 0 20 0 20 0 177761196 26631184384 38413 33554432000 4194304 4196468 140733808483152 139857629244016 139858943471405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9406] ppid=9387 vsize=26007016 memory=0 CPUtime=0.22 cores=0-7
/proc/9390/task/9406/stat : 9406 (java) R 9387 9390 8147 0 -1 4202560 1503 0 0 0 22 0 0 0 20 0 20 0 177761196 26631184384 38413 33554432000 4194304 4196468 140733808483152 139857628191216 139858950641501 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9407] ppid=9387 vsize=26007016 memory=0 CPUtime=0.25 cores=0-7
/proc/9390/task/9407/stat : 9407 (java) R 9387 9390 8147 0 -1 4202560 1242 0 0 0 25 0 0 0 20 0 20 0 177761196 26631184384 38413 33554432000 4194304 4196468 140733808483152 139857627138928 139858943955889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9408] ppid=9387 vsize=26007016 memory=0 CPUtime=0.38 cores=0-7
/proc/9390/task/9408/stat : 9408 (java) S 9387 9390 8147 0 -1 1077944384 2167 0 0 0 37 1 0 0 20 0 20 0 177761196 26631184384 38413 33554432000 4194304 4196468 140733808483152 139857626086128 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9409] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9409/stat : 9409 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761196 26631184384 38413 33554432000 4194304 4196468 140733808483152 139857422707040 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9410] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9410/stat : 9410 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761196 26631184384 38413 33554432000 4194304 4196468 140733808483152 139857421654320 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 153652 KiB

[startup+1.70078 s]
/proc/loadavg: 3.46 7.17 8.15 2/198 9410
/proc/meminfo: memFree=23470824/32770624 swapFree=67108860/67108860
[pid=9390] ppid=9387 vsize=26007016 memory=242084 CPUtime=3.04 cores=0-7
/proc/9390/stat : 9390 (java) S 9387 9390 8147 0 -1 1077944320 19783 0 0 0 283 21 0 0 20 0 20 0 177761190 26631184384 60521 33554432000 4194304 4196468 140733808483152 140733808465696 139858958352119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
/proc/9390/statm: 6501754 60521 3806 1 0 6489468 0
[pid=9390/tid=9392] ppid=9387 vsize=26007016 memory=128296 CPUtime=1.62 cores=0-7
/proc/9390/task/9392/stat : 9392 (java) R 9387 9390 8147 0 -1 4202560 11331 0 0 0 156 6 0 0 20 0 20 0 177761190 26631184384 60521 33554432000 4194304 4196468 140733808483152 139858962586800 139858584946170 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9393] ppid=9387 vsize=26007016 memory=0 CPUtime=0.03 cores=0-7
/proc/9390/task/9393/stat : 9393 (java) S 9387 9390 8147 0 -1 1077944384 58 0 0 0 2 1 0 0 20 0 20 0 177761191 26631184384 60521 33554432000 4194304 4196468 140733808483152 139858910972304 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9394] ppid=9387 vsize=26007016 memory=0 CPUtime=0.03 cores=0-7
/proc/9390/task/9394/stat : 9394 (java) S 9387 9390 8147 0 -1 1077944384 25 0 0 0 2 1 0 0 20 0 20 0 177761191 26631184384 60521 33554432000 4194304 4196468 140733808483152 139858909919504 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9395] ppid=9387 vsize=26007016 memory=0 CPUtime=0.01 cores=0-7
/proc/9390/task/9395/stat : 9395 (java) S 9387 9390 8147 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 20 0 177761191 26631184384 60521 33554432000 4194304 4196468 140733808483152 139858908867216 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9396] ppid=9387 vsize=26007016 memory=0 CPUtime=0.03 cores=0-7
/proc/9390/task/9396/stat : 9396 (java) S 9387 9390 8147 0 -1 1077944384 112 0 0 0 2 1 0 0 20 0 20 0 177761191 26631184384 60521 33554432000 4194304 4196468 140733808483152 139858907814416 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9397] ppid=9387 vsize=26007016 memory=0 CPUtime=0.02 cores=0-7
/proc/9390/task/9397/stat : 9397 (java) S 9387 9390 8147 0 -1 1077944384 57 0 0 0 1 1 0 0 20 0 20 0 177761191 26631184384 60521 33554432000 4194304 4196468 140733808483152 139858906762128 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9398] ppid=9387 vsize=26007016 memory=0 CPUtime=0.01 cores=0-7
/proc/9390/task/9398/stat : 9398 (java) S 9387 9390 8147 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 20 0 177761191 26631184384 60521 33554432000 4194304 4196468 140733808483152 139858905709328 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9399] ppid=9387 vsize=26007016 memory=0 CPUtime=0.03 cores=0-7
/proc/9390/task/9399/stat : 9399 (java) S 9387 9390 8147 0 -1 1077944384 23 0 0 0 2 1 0 0 20 0 20 0 177761191 26631184384 60521 33554432000 4194304 4196468 140733808483152 139858904657040 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9400] ppid=9387 vsize=26007016 memory=280647390888304 CPUtime=0.03 cores=0-7
/proc/9390/task/9400/stat : 9400 (java) S 9387 9390 8147 0 -1 1077944384 48 0 0 0 2 1 0 0 20 0 20 0 177761191 26631184384 60521 33554432000 4194304 4196468 140733808483152 139858903604240 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9401] ppid=9387 vsize=26007016 memory=42502996362218 CPUtime=0 cores=0-7
/proc/9390/task/9401/stat : 9401 (java) S 9387 9390 8147 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 20 0 177761193 26631184384 60521 33554432000 4194304 4196468 140733808483152 139857633454192 139858958363266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9402] ppid=9387 vsize=26007016 memory=42502996362218 CPUtime=0 cores=0-7
/proc/9390/task/9402/stat : 9402 (java) S 9387 9390 8147 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 177761193 26631184384 60521 33554432000 4194304 4196468 140733808483152 139857632400224 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9403] ppid=9387 vsize=26007016 memory=2110674302556052 CPUtime=0 cores=0-7
/proc/9390/task/9403/stat : 9403 (java) S 9387 9390 8147 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 177761193 26631184384 60521 33554432000 4194304 4196468 140733808483152 139857631347840 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9404] ppid=9387 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9390/task/9404/stat : 9404 (java) S 9387 9390 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177761196 26631184384 60521 33554432000 4194304 4196468 140733808483152 139857630296144 139858958370715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9405] ppid=9387 vsize=26007016 memory=792 CPUtime=0.19 cores=0-7
/proc/9390/task/9405/stat : 9405 (java) S 9387 9390 8147 0 -1 1077944384 1532 0 0 0 18 1 0 0 20 0 20 0 177761196 26631184384 60521 33554432000 4194304 4196468 140733808483152 139857629244016 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9406] ppid=9387 vsize=26007016 memory=1204 CPUtime=0.23 cores=0-7
/proc/9390/task/9406/stat : 9406 (java) S 9387 9390 8147 0 -1 1077944384 1526 0 0 0 23 0 0 0 20 0 20 0 177761196 26631184384 60521 33554432000 4194304 4196468 140733808483152 139857628191216 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9407] ppid=9387 vsize=26007016 memory=1728 CPUtime=0.26 cores=0-7
/proc/9390/task/9407/stat : 9407 (java) S 9387 9390 8147 0 -1 1077944384 1268 0 0 0 26 0 0 0 20 0 20 0 177761196 26631184384 60521 33554432000 4194304 4196468 140733808483152 139857627138928 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9408] ppid=9387 vsize=26007016 memory=1440 CPUtime=0.4 cores=0-7
/proc/9390/task/9408/stat : 9408 (java) S 9387 9390 8147 0 -1 1077944384 2221 0 0 0 39 1 0 0 20 0 20 0 177761196 26631184384 60521 33554432000 4194304 4196468 140733808483152 139857626086128 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9409] ppid=9387 vsize=26007016 memory=15880 CPUtime=0 cores=0-7
/proc/9390/task/9409/stat : 9409 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761196 26631184384 60521 33554432000 4194304 4196468 140733808483152 139857422707040 139858958362325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
[pid=9390/tid=9410] ppid=9387 vsize=26007016 memory=16244 CPUtime=0 cores=0-7
/proc/9390/task/9410/stat : 9410 (java) S 9387 9390 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177761196 26631184384 60521 33554432000 4194304 4196468 140733808483152 139857421654320 139858958363266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14376960 140733808489570 140733808489755 140733808489755 140733808492495 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 242084 KiB

Child status: 0
Real time (s): 1.7294
CPU time (s): 3.12366
CPU user time (s): 2.90185
CPU system time (s): 0.22181
CPU usage (%): 180.621
Max. virtual memory (cumulated for all children) (KiB): 26007016
Max. memory (cumulated for all children) (KiB): 242084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.90185
system time used= 0.22181
maximum resident set size= 242940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19837
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= 3213
involuntary context switches= 6


# summary of solver processes directly reported to runsolver:
#   pid: 9390
#   total CPU time (s): 3.12366
#   total CPU user time (s): 2.90185
#   total CPU system time (s): 0.22181

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030372 second user time and 0.054865 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-23 01:52:23
IDJOB=4285393
IDBENCH=134361
IDSOLVER=2681
FILE ID=node148/4285393-1503446804
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-14.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-4285393-1503446804/watcher-4285393-1503446804 -o /tmp/evaluation-result-4285393-1503446804/solver-4285393-1503446804 -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 414701587 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285393-1503446804.xml

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

MD5SUM BENCH= 7d43106829e6532dfda12d24404dada5
RANDOM SEED=414701587

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:        23549212 kB
MemAvailable:   31942852 kB
Buffers:          297604 kB
Cached:          8375288 kB
SwapCached:            0 kB
Active:          1725168 kB
Inactive:        6999992 kB
Active(anon):       3240 kB
Inactive(anon):    93496 kB
Active(file):    1721928 kB
Inactive(file):  6906496 kB
Unevictable:        7760 kB
Mlocked:            7760 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42424 kB
Writeback:             0 kB
AnonPages:         60132 kB
Mapped:            55280 kB
Shmem:             41608 kB
Slab:             189372 kB
SReclaimable:     162104 kB
SUnreclaim:        27268 kB
KernelStack:        3184 kB
PageTables:         4860 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:      6144 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:25