Trace number 4392408

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
Fun-sCOP order+ManyGlucose (2019-06-15)? (TO) 12713.3 2522.14

General information on the benchmark

NameQRandom/
QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-15.xml
MD5SUM1cb2c7d0d6cb70a3feacaee85115a742
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 benchmark20.9563
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree1888
Maximum variable degree1986
Distribution of variable degrees[{"degree":1888,"count":1},{"degree":1909,"count":1},{"degree":1914,"count":1},{"degree":1915,"count":2},{"degree":1921,"count":1},{"degree":1924,"count":1},{"degree":1927,"count":1},{"degree":1929,"count":1},{"degree":1933,"count":1},{"degree":1938,"count":1},{"degree":1939,"count":1},{"degree":1940,"count":1},{"degree":1949,"count":1},{"degree":1951,"count":1},{"degree":1953,"count":1},{"degree":1959,"count":1},{"degree":1961,"count":1},{"degree":1969,"count":1},{"degree":1975,"count":1},{"degree":1986,"count":1}]
Minimum constraint arity15
Maximum constraint arity15
Distribution of constraint arities[{"arity":15,"count":2713}]
Number of extensional constraints2713
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2713}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -order -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-28908-serial-file.bin HOME/instance-4392408-1568425312.xml
0.65/0.54	
0.65/0.54	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
0.65/0.54	
0.65/0.57	c BEGIN-Prog: Sat Sep 14 03:41:11 CEST 2019
0.65/0.57	c PID: 28911
0.65/0.57	c IP: 172.20.3.137
0.65/0.57	c HOST: node137.alineos.net
0.65/0.57	c (0,0) Parsing Begin
3.63/1.40	c (0,0) Parsing End
3.63/1.41	c (0,0) CSP: 0 int (0 aux), 21 bool (0 aux), 2713 ctr, max domain size 2
3.63/1.41	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 21 MiB used (max 0 MiB)
3.63/1.41	c (0,0) Constraint Name Generate Begin
3.63/1.44	c (0,0) Ctr:HOME/instance-4392408-1568425312.xml,ExtensionSupport:Var
3.63/1.44	c (0,0) Constraint Name Generate End
3.63/1.44	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 21 MiB used (max 0 MiB)
3.63/1.44	c (0,0) CSP to CSPinCNF Begin
330.82/248.23	c (247,236) translated 272 (10%) constraints
625.93/490.41	c (489,471) translated 543 (20%) constraints
927.73/733.70	c (733,706) translated 814 (30%) constraints
8158.53/1878.63	c (1878,946) translated 1086 (40%) constraints
12697.71/2520.02	c (scop.sh) Receiving Signal. Removing all intermediate files.
12697.71/2520.02	c (scop.sh) Killing background jobs.

Verifier Data

One s line expected

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392408-1568425312/watcher-4392408-1568425312 -o /tmp/evaluation-result-4392408-1568425312/solver-4392408-1568425312 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1568417397-27138 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392408-1568425312.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
solver pid=28908, runsolver pid=28905
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 4.80 4.62 6.12 2/211 28930
/proc/meminfo: memFree=26554476/32770624 swapFree=66927260/67108860
[pid=28908] ppid=28905 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/28908/stat : 28908 (scop.sh) S 28905 28908 27111 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 418778590 115843072 349 33554432000 4194304 5098028 140727864479952 140727864477208 140541167743612 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16711680 140727864484645 140727864484972 140727864484972 140727864487885 0
/proc/28908/statm: 28282 349 296 221 0 87 0
[pid=28911] ppid=28908 vsize=27314120 memory=107360 CPUtime=0.11 cores=0-7
/proc/28911/stat : 28911 (java) S 28908 28908 27111 0 -1 1077944320 6849 0 0 0 8 3 0 0 20 0 20 0 418778590 27969658880 26840 33554432000 4194304 4196468 140736715951072 140736715933616 140081434676983 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
/proc/28911/statm: 6828530 26840 2817 1 0 6790935 0
[pid=28911/tid=28912] ppid=28908 vsize=27314120 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/28911/task/28912/stat : 28912 (java) R 28908 28908 27111 0 -1 4202560 4936 0 0 0 6 2 0 0 20 0 20 0 418778591 27969658880 26840 33554432000 4194304 4196468 140736715951072 140081406503312 140081420108965 0 4 2 16800973 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28913] ppid=28908 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28911/task/28913/stat : 28913 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 26840 33554432000 4194304 4196468 140736715951072 140081438918928 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28914] ppid=28908 vsize=27314120 memory=140214974445184 CPUtime=0 cores=0-7
/proc/28911/task/28914/stat : 28914 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 26840 33554432000 4194304 4196468 140736715951072 140081253075344 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28915] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28915/stat : 28915 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 26840 33554432000 4194304 4196468 140736715951072 140081252022800 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28916] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28916/stat : 28916 (java) S 28908 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 26840 33554432000 4194304 4196468 140736715951072 140081250970256 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28917] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28917/stat : 28917 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 26840 33554432000 4194304 4196468 140736715951072 140081249917712 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28918] ppid=28908 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/28911/task/28918/stat : 28918 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 26840 33554432000 4194304 4196468 140736715951072 140081248865168 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28919] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28919/stat : 28919 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 26840 33554432000 4194304 4196468 140736715951072 140081247812624 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28920] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28920/stat : 28920 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 26840 33554432000 4194304 4196468 140736715951072 140081246760080 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28921] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28921/stat : 28921 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778595 27969658880 26840 33554432000 4194304 4196468 140736715951072 140080358352880 140081434688130 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28922] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28922/stat : 28922 (java) S 28908 28908 27111 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 418778595 27969658880 26840 33554432000 4194304 4196468 140736715951072 140079351718816 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28923] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28923/stat : 28923 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778595 27969658880 26840 33554432000 4194304 4196468 140736715951072 140079083283440 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28924] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28924/stat : 28924 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778598 27969658880 26840 33554432000 4194304 4196468 140736715951072 140078708775120 140081434695579 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28925] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28925/stat : 28925 (java) S 28908 28908 27111 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 418778598 27969658880 26840 33554432000 4194304 4196468 140736715951072 140080357300720 140081434688130 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28926] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28926/stat : 28926 (java) S 28908 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778598 27969658880 26840 33554432000 4194304 4196468 140736715951072 140080356248176 140081434688130 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28927] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28927/stat : 28927 (java) S 28908 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778598 27969658880 26840 33554432000 4194304 4196468 140736715951072 140080355195632 140081434688130 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28928] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28928/stat : 28928 (java) S 28908 28908 27111 0 -1 1077944384 271 0 0 0 0 0 0 0 20 0 20 0 418778598 27969658880 26840 33554432000 4194304 4196468 140736715951072 140080354143088 140081434688130 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28929] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28929/stat : 28929 (java) S 28908 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778598 27969658880 26840 33554432000 4194304 4196468 140736715951072 140078210869472 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28930] ppid=28908 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/28911/task/28930/stat : 28930 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778599 27969658880 26840 33554432000 4194304 4196468 140736715951072 140080353089968 140081434688130 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 108756 KiB

[startup+0.209961 s]*
/proc/loadavg: 4.80 4.62 6.12 3/211 28930
/proc/meminfo: memFree=26533660/32770624 swapFree=66927260/67108860
[pid=28908] ppid=28905 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/28908/stat : 28908 (scop.sh) S 28905 28908 27111 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 418778590 115843072 349 33554432000 4194304 5098028 140727864479952 140727864477208 140541167743612 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16711680 140727864484645 140727864484972 140727864484972 140727864487885 0
/proc/28908/statm: 28282 349 296 221 0 87 0
[pid=28911] ppid=28908 vsize=27314120 memory=126592 CPUtime=0.24 cores=0-7
/proc/28911/stat : 28911 (java) S 28908 28908 27111 0 -1 1077944320 12332 0 0 0 20 4 0 0 20 0 20 0 418778590 27969658880 31648 33554432000 4194304 4196468 140736715951072 140736715933616 140081434676983 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
/proc/28911/statm: 6828530 31648 2967 1 0 6790935 0
[pid=28911/tid=28912] ppid=28908 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/28911/task/28912/stat : 28912 (java) R 28908 28908 27111 0 -1 4202560 10040 0 0 0 16 3 0 0 20 0 20 0 418778591 27969658880 31648 33554432000 4194304 4196468 140736715951072 140081406484608 140081419842536 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28913] ppid=28908 vsize=27314120 memory=342 CPUtime=0 cores=0-7
/proc/28911/task/28913/stat : 28913 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 31648 33554432000 4194304 4196468 140736715951072 140081438918928 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28914] ppid=28908 vsize=27314120 memory=3979407169081734816 CPUtime=0 cores=0-7
/proc/28911/task/28914/stat : 28914 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 31648 33554432000 4194304 4196468 140736715951072 140081253075344 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28915] ppid=28908 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/28911/task/28915/stat : 28915 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 31648 33554432000 4194304 4196468 140736715951072 140081252022800 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28916] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28916/stat : 28916 (java) S 28908 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 31648 33554432000 4194304 4196468 140736715951072 140081250970256 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28917] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28917/stat : 28917 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 31648 33554432000 4194304 4196468 140736715951072 140081249917712 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28918] ppid=28908 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/28911/task/28918/stat : 28918 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 31648 33554432000 4194304 4196468 140736715951072 140081248865168 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28919] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28919/stat : 28919 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 31648 33554432000 4194304 4196468 140736715951072 140081247812624 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28920] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28920/stat : 28920 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 31648 33554432000 4194304 4196468 140736715951072 140081246760080 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28921] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28921/stat : 28921 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778595 27969658880 31648 33554432000 4194304 4196468 140736715951072 140080358352880 140081434688130 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28922] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28922/stat : 28922 (java) S 28908 28908 27111 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 418778595 27969658880 31648 33554432000 4194304 4196468 140736715951072 140079351718816 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28923] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28923/stat : 28923 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778595 27969658880 31648 33554432000 4194304 4196468 140736715951072 140079083283440 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28924] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28924/stat : 28924 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778598 27969658880 31648 33554432000 4194304 4196468 140736715951072 140078708775120 140081434695579 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28925] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28925/stat : 28925 (java) S 28908 28908 27111 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 20 0 418778598 27969658880 31648 33554432000 4194304 4196468 140736715951072 140080357300720 140081434688130 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28926] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28926/stat : 28926 (java) S 28908 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778598 27969658880 31648 33554432000 4194304 4196468 140736715951072 140080356248176 140081434688130 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28927] ppid=28908 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/28911/task/28927/stat : 28927 (java) S 28908 28908 27111 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 20 0 418778598 27969658880 31648 33554432000 4194304 4196468 140736715951072 140080355195632 140081434688130 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28928] ppid=28908 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/28911/task/28928/stat : 28928 (java) S 28908 28908 27111 0 -1 1077944384 467 0 0 0 2 0 0 0 20 0 20 0 418778598 27969658880 31648 33554432000 4194304 4196468 140736715951072 140080354143088 140081434688130 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28929] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28929/stat : 28929 (java) S 28908 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778598 27969658880 31648 33554432000 4194304 4196468 140736715951072 140078210869472 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28930] ppid=28908 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/28911/task/28930/stat : 28930 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778599 27969658880 31648 33554432000 4194304 4196468 140736715951072 140080353089968 140081434688130 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 127988 KiB

[startup+0.309486 s]*
/proc/loadavg: 4.80 4.62 6.12 2/211 28930
/proc/meminfo: memFree=26531116/32770624 swapFree=66927260/67108860
[pid=28908] ppid=28905 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/28908/stat : 28908 (scop.sh) S 28905 28908 27111 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 418778590 115843072 349 33554432000 4194304 5098028 140727864479952 140727864477208 140541167743612 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16711680 140727864484645 140727864484972 140727864484972 140727864487885 0
/proc/28908/statm: 28282 349 296 221 0 87 0
[pid=28911] ppid=28908 vsize=27314120 memory=129672 CPUtime=0.43 cores=0-7
/proc/28911/stat : 28911 (java) S 28908 28908 27111 0 -1 1077944320 13298 0 0 0 38 5 0 0 20 0 20 0 418778590 27969658880 32418 33554432000 4194304 4196468 140736715951072 140736715933616 140081434676983 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
/proc/28911/statm: 6828530 32418 3021 1 0 6790935 0
[pid=28911/tid=28912] ppid=28908 vsize=27314120 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/28911/task/28912/stat : 28912 (java) R 28908 28908 27111 0 -1 4202560 10839 0 0 0 26 4 0 0 20 0 20 0 418778591 27969658880 32418 33554432000 4194304 4196468 140736715951072 140081406494480 140081414952867 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28913] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28913/stat : 28913 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 32418 33554432000 4194304 4196468 140736715951072 140081438918928 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28914] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28914/stat : 28914 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 32418 33554432000 4194304 4196468 140736715951072 140081253075344 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28915] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28915/stat : 28915 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 32418 33554432000 4194304 4196468 140736715951072 140081252022800 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28916] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28916/stat : 28916 (java) S 28908 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 32418 33554432000 4194304 4196468 140736715951072 140081250970256 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28917] ppid=28908 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/28911/task/28917/stat : 28917 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 32418 33554432000 4194304 4196468 140736715951072 140081249917712 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28918] ppid=28908 vsize=27314120 memory=140214844617647 CPUtime=0 cores=0-7
/proc/28911/task/28918/stat : 28918 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 32418 33554432000 4194304 4196468 140736715951072 140081248865168 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28919] ppid=28908 vsize=27314120 memory=140214844619952 CPUtime=0 cores=0-7
/proc/28911/task/28919/stat : 28919 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 32418 33554432000 4194304 4196468 140736715951072 140081247812624 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28920] ppid=28908 vsize=27314120 memory=140214844622256 CPUtime=0 cores=0-7
/proc/28911/task/28920/stat : 28920 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778593 27969658880 32418 33554432000 4194304 4196468 140736715951072 140081246760080 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28921] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28921/stat : 28921 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778595 27969658880 32418 33554432000 4194304 4196468 140736715951072 140080358352880 140081434688130 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28922] ppid=28908 vsize=27314120 memory=280429689251472 CPUtime=0 cores=0-7
/proc/28911/task/28922/stat : 28922 (java) S 28908 28908 27111 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 418778595 27969658880 32418 33554432000 4194304 4196468 140736715951072 140079351718816 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28923] ppid=28908 vsize=27314120 memory=280429689258384 CPUtime=0 cores=0-7
/proc/28911/task/28923/stat : 28923 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778595 27969658880 32418 33554432000 4194304 4196468 140736715951072 140079083283440 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28924] ppid=28908 vsize=27314120 memory=280429689199664 CPUtime=0 cores=0-7
/proc/28911/task/28924/stat : 28924 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778598 27969658880 32418 33554432000 4194304 4196468 140736715951072 140078708775120 140081434695579 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28925] ppid=28908 vsize=27314120 memory=280429689272208 CPUtime=0.01 cores=0-7
/proc/28911/task/28925/stat : 28925 (java) S 28908 28908 27111 0 -1 1077944384 442 0 0 0 1 0 0 0 20 0 20 0 418778598 27969658880 32418 33554432000 4194304 4196468 140736715951072 140080357300720 140081434688130 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28926] ppid=28908 vsize=27314120 memory=280429689279120 CPUtime=0.01 cores=0-7
/proc/28911/task/28926/stat : 28926 (java) S 28908 28908 27111 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 20 0 418778598 27969658880 32418 33554432000 4194304 4196468 140736715951072 140080356248176 140081434688130 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28927] ppid=28908 vsize=27314120 memory=280429689276816 CPUtime=0.01 cores=0-7
/proc/28911/task/28927/stat : 28927 (java) S 28908 28908 27111 0 -1 1077944384 155 0 0 0 1 0 0 0 20 0 20 0 418778598 27969658880 32418 33554432000 4194304 4196468 140736715951072 140080355195632 140081434688130 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28928] ppid=28908 vsize=27314120 memory=280429689292976 CPUtime=0.07 cores=0-7
/proc/28911/task/28928/stat : 28928 (java) S 28908 28908 27111 0 -1 1077944384 489 0 0 0 7 0 0 0 20 0 20 0 418778598 27969658880 32418 33554432000 4194304 4196468 140736715951072 140080354143088 140081434688130 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28929] ppid=28908 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28929/stat : 28929 (java) S 28908 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778598 27969658880 32418 33554432000 4194304 4196468 140736715951072 140078210869472 140081434687189 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28930] ppid=28908 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/28911/task/28930/stat : 28930 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778599 27969658880 32418 33554432000 4194304 4196468 140736715951072 140080353089968 140081434688130 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 131068 KiB

[startup+0.700896 s]
/proc/loadavg: 4.80 4.62 6.12 2/211 28930
/proc/meminfo: memFree=26510036/32770624 swapFree=66927260/67108860
[pid=28908] ppid=28905 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/28908/stat : 28908 (scop.sh) S 28905 28908 27111 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 418778590 115843072 349 33554432000 4194304 5098028 140727864479952 140727864477208 140541167743612 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16711680 140727864484645 140727864484972 140727864484972 140727864487885 0
/proc/28908/statm: 28282 349 296 221 0 87 0
[pid=28911] ppid=28908 vsize=27320392 memory=165144 CPUtime=0.99 cores=0-7
/proc/28911/stat : 28911 (java) S 28908 28908 27111 0 -1 1077944320 20402 0 0 0 92 7 0 0 20 0 20 0 418778590 27976081408 41286 33554432000 4194304 4196468 140736715951072 140736715933616 140081434676983 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
/proc/28911/statm: 6830098 41286 3185 1 0 6791447 0
[pid=28911/tid=28912] ppid=28908 vsize=27320392 memory=280429689650864 CPUtime=0.68 cores=0-7
/proc/28911/task/28912/stat : 28912 (java) R 28908 28908 27111 0 -1 4202560 17386 0 0 0 62 6 0 0 20 0 20 0 418778591 27976081408 41286 33554432000 4194304 4196468 140736715951072 140081406511920 140081434688918 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28913] ppid=28908 vsize=27320392 memory=140214844826480 CPUtime=0 cores=0-7
/proc/28911/task/28913/stat : 28913 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778593 27976081408 41286 33554432000 4194304 4196468 140736715951072 140081438918928 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28914] ppid=28908 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/28911/task/28914/stat : 28914 (java) S 28908 28908 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418778593 27976081408 41286 33554432000 4194304 4196468 140736715951072 140081253075344 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28915] ppid=28908 vsize=27320392 memory=1124 CPUtime=0 cores=0-7
/proc/28911/task/28915/stat : 28915 (java) S 28908 28908 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418778593 27976081408 41286 33554432000 4194304 4196468 140736715951072 140081252022800 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0

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

# cumulated CPU time of all completed processes:  user=0.000854 s, system=0.002999 s

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

[startup+2522.14 s]
# the end of solver process 28911 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=12629.7 s, system=83.5932 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2520.8 s]
/proc/loadavg: 6.74 6.79 6.18 9/211 29142
/proc/meminfo: memFree=2594140/32770624 swapFree=66927260/67108860
[pid=28911] ppid=28905 vsize=27326612 memory=24023616 CPUtime=12703.8 cores=0-7
/proc/28911/stat : 28911 (java) S 28905 28908 27111 0 -1 1077944320 5306528 0 0 0 1262039 8342 0 0 20 0 20 0 418778590 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140736715933616 140081434676983 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
/proc/28911/statm: 6831653 6005904 3310 1 0 6792983 0
[pid=28911/tid=28912] ppid=28905 vsize=27326612 memory=4872558044660077418 CPUtime=1008.21 cores=0-7
/proc/28911/task/28912/stat : 28912 (java) S 28905 28908 27111 0 -1 1077944384 160919 0 0 0 100678 143 0 0 20 0 20 0 418778591 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081406515648 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28913] ppid=28905 vsize=27326612 memory=40944 CPUtime=1457.85 cores=0-7
/proc/28911/task/28913/stat : 28913 (java) R 28905 28908 27111 0 -1 4202560 554085 0 0 0 144715 1070 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081438919128 140081419376769 0 4 2 25189581 0 0 0 -1 3 0 0 46 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28914] ppid=28905 vsize=27326612 memory=2028 CPUtime=1464.32 cores=0-7
/proc/28911/task/28914/stat : 28914 (java) R 28905 28908 27111 0 -1 4202560 719255 0 0 0 145447 985 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081253075464 140081427305191 0 4 2 25189581 0 0 0 -1 2 0 0 46 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28915] ppid=28905 vsize=27326612 memory=988 CPUtime=1460.46 cores=0-7
/proc/28911/task/28915/stat : 28915 (java) R 28905 28908 27111 0 -1 4202560 709253 0 0 0 145056 990 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081252022920 140081427305191 0 4 2 25189581 0 0 0 -1 5 0 0 42 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28916] ppid=28905 vsize=27326612 memory=1436 CPUtime=1457.19 cores=0-7
/proc/28911/task/28916/stat : 28916 (java) R 28905 28908 27111 0 -1 4202560 586792 0 0 0 144711 1008 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081250970064 140081427305191 0 4 2 25189581 0 0 0 -1 6 0 0 41 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28917] ppid=28905 vsize=27326612 memory=9592 CPUtime=1454.4 cores=0-7
/proc/28911/task/28917/stat : 28917 (java) R 28905 28908 27111 0 -1 4202560 429555 0 0 0 144423 1017 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081249917520 140081427305191 0 4 2 25189581 0 0 0 -1 1 0 0 43 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28918] ppid=28905 vsize=27326612 memory=776 CPUtime=1456.71 cores=0-7
/proc/28911/task/28918/stat : 28918 (java) R 28905 28908 27111 0 -1 4202560 391110 0 0 0 144661 1010 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081248865288 140081427305191 0 4 2 25189581 0 0 0 -1 7 0 0 45 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28919] ppid=28905 vsize=27326612 memory=1540 CPUtime=1463.67 cores=0-7
/proc/28911/task/28919/stat : 28919 (java) R 28905 28908 27111 0 -1 4202560 742588 0 0 0 145354 1013 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081247812744 140081427305191 0 4 2 25189581 0 0 0 -1 0 0 0 45 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28920] ppid=28905 vsize=27326612 memory=692 CPUtime=1460.63 cores=0-7
/proc/28911/task/28920/stat : 28920 (java) R 28905 28908 27111 0 -1 4202560 475964 0 0 0 145038 1025 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081246760280 140081416286598 0 4 2 25189581 0 0 0 -1 4 0 0 45 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28921] ppid=28905 vsize=27326612 memory=4164 CPUtime=9.48 cores=0-7
/proc/28911/task/28921/stat : 28921 (java) S 28905 28908 27111 0 -1 1077944384 491037 0 0 0 913 35 0 0 20 0 20 0 418778595 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080358351424 140081434687189 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28922] ppid=28905 vsize=27326612 memory=1060 CPUtime=0 cores=0-7
/proc/28911/task/28922/stat : 28922 (java) S 28905 28908 27111 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 418778595 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140079351718880 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28923] ppid=28905 vsize=27326612 memory=2832 CPUtime=0 cores=0-7
/proc/28911/task/28923/stat : 28923 (java) S 28905 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778595 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140079083283440 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28924] ppid=28905 vsize=27326612 memory=1716 CPUtime=0 cores=0-7
/proc/28911/task/28924/stat : 28924 (java) S 28905 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140078708774768 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28925] ppid=28905 vsize=27326612 memory=1124 CPUtime=2.68 cores=0-7
/proc/28911/task/28925/stat : 28925 (java) S 28905 28908 27111 0 -1 1077944384 7084 0 0 0 267 1 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080357300768 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28926] ppid=28905 vsize=27326612 memory=5984 CPUtime=3.63 cores=0-7
/proc/28911/task/28926/stat : 28926 (java) S 28905 28908 27111 0 -1 1077944384 13129 0 0 0 359 4 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080356247936 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28927] ppid=28905 vsize=27326612 memory=916 CPUtime=2.36 cores=0-7
/proc/28911/task/28927/stat : 28927 (java) S 28905 28908 27111 0 -1 1077944384 5062 0 0 0 234 2 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080355195680 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28928] ppid=28905 vsize=27326612 memory=1656 CPUtime=1.1 cores=0-7
/proc/28911/task/28928/stat : 28928 (java) S 28905 28908 27111 0 -1 1077944384 15454 0 0 0 108 2 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080354143136 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28929] ppid=28905 vsize=27326612 memory=14004 CPUtime=0 cores=0-7
/proc/28911/task/28929/stat : 28929 (java) S 28905 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140078210869472 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28930] ppid=28905 vsize=27326612 memory=24023616 CPUtime=0.95 cores=0-7
/proc/28911/task/28930/stat : 28930 (java) S 28905 28908 27111 0 -1 1077944384 3913 0 0 0 52 43 0 0 20 0 20 0 418778599 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080353089968 140081434688130 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
Current cumulated CPU time of completed processes: 0.003853 s
Current children cumulated CPU time: 12703.8 s
Current children cumulated vsize: 27326612 KiB
Current children cumulated memory: 24023616 KiB

[startup+2521.6 s]
/proc/loadavg: 6.74 6.79 6.18 9/211 29142
/proc/meminfo: memFree=2594280/32770624 swapFree=66927260/67108860
[pid=28911] ppid=28905 vsize=27326612 memory=24023616 CPUtime=12710 cores=0-7
/proc/28911/stat : 28911 (java) S 28905 28908 27111 0 -1 1077944320 5306735 0 0 0 1262652 8345 0 0 20 0 20 0 418778590 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140736715933616 140081434676983 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
/proc/28911/statm: 6831653 6005904 3310 1 0 6792983 0
[pid=28911/tid=28912] ppid=28905 vsize=27326612 memory=988 CPUtime=1008.21 cores=0-7
/proc/28911/task/28912/stat : 28912 (java) S 28905 28908 27111 0 -1 1077944384 160919 0 0 0 100678 143 0 0 20 0 20 0 418778591 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081406515648 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28913] ppid=28905 vsize=27326612 memory=1436 CPUtime=1458.65 cores=0-7
/proc/28911/task/28913/stat : 28913 (java) R 28905 28908 27111 0 -1 4202560 554291 0 0 0 144795 1070 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081438919128 140081419376854 0 4 2 25189581 0 0 0 -1 3 0 0 46 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28914] ppid=28905 vsize=27326612 memory=9592 CPUtime=1465.07 cores=0-7
/proc/28911/task/28914/stat : 28914 (java) R 28905 28908 27111 0 -1 4202560 719255 0 0 0 145521 986 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081253075152 140081427305191 0 4 2 25189581 0 0 0 -1 2 0 0 46 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28915] ppid=28905 vsize=27326612 memory=2832 CPUtime=1461.23 cores=0-7
/proc/28911/task/28915/stat : 28915 (java) R 28905 28908 27111 0 -1 4202560 709253 0 0 0 145133 990 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081252022608 140081427305191 0 4 2 25189581 0 0 0 -1 1 0 0 42 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28916] ppid=28905 vsize=27326612 memory=1716 CPUtime=1457.97 cores=0-7
/proc/28911/task/28916/stat : 28916 (java) R 28905 28908 27111 0 -1 4202560 586792 0 0 0 144788 1009 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081250970064 140081427305191 0 4 2 25189581 0 0 0 -1 6 0 0 41 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28917] ppid=28905 vsize=27326612 memory=1124 CPUtime=1455.17 cores=0-7
/proc/28911/task/28917/stat : 28917 (java) R 28905 28908 27111 0 -1 4202560 429555 0 0 0 144499 1018 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081249917520 140081427305191 0 4 2 25189581 0 0 0 -1 5 0 0 43 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28918] ppid=28905 vsize=27326612 memory=5984 CPUtime=1457.45 cores=0-7
/proc/28911/task/28918/stat : 28918 (java) R 28905 28908 27111 0 -1 4202560 391110 0 0 0 144734 1011 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081248865288 140081427305191 0 4 2 25189581 0 0 0 -1 7 0 0 45 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28919] ppid=28905 vsize=27326612 memory=776 CPUtime=1464.44 cores=0-7
/proc/28911/task/28919/stat : 28919 (java) R 28905 28908 27111 0 -1 4202560 742588 0 0 0 145431 1013 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081247812432 140081427305191 0 4 2 25189581 0 0 0 -1 0 0 0 45 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28920] ppid=28905 vsize=27326612 memory=1540 CPUtime=1461.43 cores=0-7
/proc/28911/task/28920/stat : 28920 (java) R 28905 28908 27111 0 -1 4202560 475964 0 0 0 145118 1025 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081246760280 140081416286616 0 4 2 25189581 0 0 0 -1 4 0 0 45 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28921] ppid=28905 vsize=27326612 memory=692 CPUtime=9.48 cores=0-7
/proc/28911/task/28921/stat : 28921 (java) S 28905 28908 27111 0 -1 1077944384 491037 0 0 0 913 35 0 0 20 0 20 0 418778595 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080358351424 140081434687189 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28922] ppid=28905 vsize=27326612 memory=4164 CPUtime=0 cores=0-7
/proc/28911/task/28922/stat : 28922 (java) S 28905 28908 27111 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 418778595 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140079351718880 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28923] ppid=28905 vsize=27326612 memory=1060 CPUtime=0 cores=0-7
/proc/28911/task/28923/stat : 28923 (java) S 28905 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778595 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140079083283440 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28924] ppid=28905 vsize=27326612 memory=2832 CPUtime=0 cores=0-7
/proc/28911/task/28924/stat : 28924 (java) S 28905 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140078708774768 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28925] ppid=28905 vsize=27326612 memory=1716 CPUtime=2.68 cores=0-7
/proc/28911/task/28925/stat : 28925 (java) S 28905 28908 27111 0 -1 1077944384 7084 0 0 0 267 1 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080357300768 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28926] ppid=28905 vsize=27326612 memory=1124 CPUtime=3.63 cores=0-7
/proc/28911/task/28926/stat : 28926 (java) S 28905 28908 27111 0 -1 1077944384 13129 0 0 0 359 4 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080356247936 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28927] ppid=28905 vsize=27326612 memory=5984 CPUtime=2.36 cores=0-7
/proc/28911/task/28927/stat : 28927 (java) S 28905 28908 27111 0 -1 1077944384 5062 0 0 0 234 2 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080355195680 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28928] ppid=28905 vsize=27326612 memory=916 CPUtime=1.1 cores=0-7
/proc/28911/task/28928/stat : 28928 (java) S 28905 28908 27111 0 -1 1077944384 15454 0 0 0 108 2 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080354143136 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28929] ppid=28905 vsize=27326612 memory=1656 CPUtime=0 cores=0-7
/proc/28911/task/28929/stat : 28929 (java) S 28905 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140078210869472 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28930] ppid=28905 vsize=27326612 memory=14004 CPUtime=0.95 cores=0-7
/proc/28911/task/28930/stat : 28930 (java) S 28905 28908 27111 0 -1 1077944384 3913 0 0 0 52 43 0 0 20 0 20 0 418778599 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080353089968 140081434688130 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
Current cumulated CPU time of completed processes: 0.003853 s
Current children cumulated CPU time: 12710 s
Current children cumulated vsize: 27326612 KiB
Current children cumulated memory: 24023616 KiB

[startup+2522 s]*
/proc/loadavg: 6.84 6.81 6.19 9/211 29142
/proc/meminfo: memFree=2594280/32770624 swapFree=66927260/67108860
[pid=28911] ppid=28905 vsize=27326612 memory=24023616 CPUtime=12713.1 cores=0-7
/proc/28911/stat : 28911 (java) S 28905 28908 27111 0 -1 1077944320 5306828 0 0 0 1262968 8346 0 0 20 0 20 0 418778590 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140736715933616 140081434676983 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
/proc/28911/statm: 6831653 6005904 3310 1 0 6792983 0
[pid=28911/tid=28912] ppid=28905 vsize=27326612 memory=7665526154063210065 CPUtime=1008.21 cores=0-7
/proc/28911/task/28912/stat : 28912 (java) S 28905 28908 27111 0 -1 1077944384 160919 0 0 0 100678 143 0 0 20 0 20 0 418778591 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081406515648 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28913] ppid=28905 vsize=27326612 memory=280429690308672 CPUtime=1459.06 cores=0-7
/proc/28911/task/28913/stat : 28913 (java) R 28905 28908 27111 0 -1 4202560 554384 0 0 0 144836 1070 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081438919128 140081416286729 0 4 2 25189581 0 0 0 -1 3 0 0 46 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28914] ppid=28905 vsize=27326612 memory=1396 CPUtime=1465.46 cores=0-7
/proc/28911/task/28914/stat : 28914 (java) R 28905 28908 27111 0 -1 4202560 719255 0 0 0 145560 986 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081253075152 140081427305191 0 4 2 25189581 0 0 0 -1 2 0 0 46 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28915] ppid=28905 vsize=27326612 memory=4872558044660077418 CPUtime=1461.63 cores=0-7
/proc/28911/task/28915/stat : 28915 (java) R 28905 28908 27111 0 -1 4202560 709253 0 0 0 145172 991 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081252022920 140081427305191 0 4 2 25189581 0 0 0 -1 1 0 0 42 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28916] ppid=28905 vsize=27326612 memory=1124 CPUtime=1458.36 cores=0-7
/proc/28911/task/28916/stat : 28916 (java) R 28905 28908 27111 0 -1 4202560 586792 0 0 0 144827 1009 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081250970064 140081427305191 0 4 2 25189581 0 0 0 -1 6 0 0 41 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28917] ppid=28905 vsize=27326612 memory=1396 CPUtime=1455.56 cores=0-7
/proc/28911/task/28917/stat : 28917 (java) R 28905 28908 27111 0 -1 4202560 429555 0 0 0 144538 1018 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081249917520 140081427305191 0 4 2 25189581 0 0 0 -1 5 0 0 43 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28918] ppid=28905 vsize=27326612 memory=24023616 CPUtime=1457.83 cores=0-7
/proc/28911/task/28918/stat : 28918 (java) R 28905 28908 27111 0 -1 4202560 391110 0 0 0 144772 1011 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081248865288 140081427305191 0 4 2 25189581 0 0 0 -1 7 0 0 45 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28919] ppid=28905 vsize=27326612 memory=4164 CPUtime=1464.84 cores=0-7
/proc/28911/task/28919/stat : 28919 (java) R 28905 28908 27111 0 -1 4202560 742588 0 0 0 145470 1014 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081247812432 140081427305191 0 4 2 25189581 0 0 0 -1 0 0 0 45 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28920] ppid=28905 vsize=27326612 memory=1060 CPUtime=1461.83 cores=0-7
/proc/28911/task/28920/stat : 28920 (java) R 28905 28908 27111 0 -1 4202560 475964 0 0 0 145158 1025 0 0 20 0 20 0 418778593 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140081246760280 140081419673350 0 4 2 25189581 0 0 0 -1 4 0 0 45 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28921] ppid=28905 vsize=27326612 memory=2832 CPUtime=9.48 cores=0-7
/proc/28911/task/28921/stat : 28921 (java) S 28905 28908 27111 0 -1 1077944384 491037 0 0 0 913 35 0 0 20 0 20 0 418778595 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080358351424 140081434687189 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28922] ppid=28905 vsize=27326612 memory=24023616 CPUtime=0 cores=0-7
/proc/28911/task/28922/stat : 28922 (java) S 28905 28908 27111 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 418778595 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140079351718880 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28923] ppid=28905 vsize=27326612 memory=1396 CPUtime=0 cores=0-7
/proc/28911/task/28923/stat : 28923 (java) S 28905 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778595 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140079083283440 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28924] ppid=28905 vsize=27326612 memory=4100 CPUtime=0 cores=0-7
/proc/28911/task/28924/stat : 28924 (java) S 28905 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140078708774768 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28925] ppid=28905 vsize=27326612 memory=1408 CPUtime=2.68 cores=0-7
/proc/28911/task/28925/stat : 28925 (java) S 28905 28908 27111 0 -1 1077944384 7084 0 0 0 267 1 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080357300768 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28926] ppid=28905 vsize=27326612 memory=3440 CPUtime=3.63 cores=0-7
/proc/28911/task/28926/stat : 28926 (java) S 28905 28908 27111 0 -1 1077944384 13129 0 0 0 359 4 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080356247936 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28927] ppid=28905 vsize=27326612 memory=1396 CPUtime=2.36 cores=0-7
/proc/28911/task/28927/stat : 28927 (java) S 28905 28908 27111 0 -1 1077944384 5062 0 0 0 234 2 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080355195680 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28928] ppid=28905 vsize=27326612 memory=24023616 CPUtime=1.1 cores=0-7
/proc/28911/task/28928/stat : 28928 (java) S 28905 28908 27111 0 -1 1077944384 15454 0 0 0 108 2 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080354143136 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28929] ppid=28905 vsize=27326612 memory=14004 CPUtime=0 cores=0-7
/proc/28911/task/28929/stat : 28929 (java) S 28905 28908 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418778598 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140078210869472 140081434687189 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
[pid=28911/tid=28930] ppid=28905 vsize=27326612 memory=1804 CPUtime=0.95 cores=0-7
/proc/28911/task/28930/stat : 28930 (java) S 28905 28908 27111 0 -1 1077944384 3913 0 0 0 52 43 0 0 20 0 20 0 418778599 27982450688 6005904 33554432000 4194304 4196468 140736715951072 140080353089968 140081434688130 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 30339072 140736715952875 140736715953302 140736715953302 140736715956175 0
Current cumulated CPU time of completed processes: 0.003853 s
Current children cumulated CPU time: 12713.1 s
Current children cumulated vsize: 27326612 KiB
Current children cumulated memory: 24023616 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.14
CPU time (s): 12713.3
CPU user time (s): 12629.7
CPU system time (s): 83.5932
CPU usage (%): 504.069
Max. virtual memory (cumulated for all children) (KiB): 27439740
Max. memory (cumulated for all children) (KiB): 24025012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12629.7
system time used= 83.5932
maximum resident set size= 24023784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5307935
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 330352
involuntary context switches= 757295


# summary of solver processes directly reported to runsolver:
#   pid: 28908,28911
#   total CPU time (s): 12713.3
#   total CPU user time (s): 12629.7
#   total CPU system time (s): 83.5932

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1569 second user time and 24.885 second system time

The end

Launcher Data

Begin job on node137 at 2019-09-14 03:41:10
IDJOB=4392408
IDBENCH=125859
IDSOLVER=2838
FILE ID=node137/4392408-1568425312
RUNJOBID= node137-1568417397-27138
PBS_JOBID= 21702274
Free space on /tmp= 61428 MiB

SOLVER NAME= Fun-sCOP order+ManyGlucose (2019-06-15)
BENCH NAME= XCSP17/QRandom/QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-15.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -order DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392408-1568425312/watcher-4392408-1568425312 -o /tmp/evaluation-result-4392408-1568425312/solver-4392408-1568425312 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1568417397-27138 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392408-1568425312.xml

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

MD5SUM BENCH= 1cb2c7d0d6cb70a3feacaee85115a742
RANDOM SEED=714856423

node137.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	: 5334.00
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	: 5334.00
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	: 5334.00
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	: 5334.00
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:        26650096 kB
MemAvailable:   31800980 kB
Buffers:          186592 kB
Cached:          5229716 kB
SwapCached:        77548 kB
Active:          1414376 kB
Inactive:        4082608 kB
Active(anon):       4580 kB
Inactive(anon):   117624 kB
Active(file):    1409796 kB
Inactive(file):  3964984 kB
Unevictable:      108688 kB
Mlocked:          108688 kB
SwapTotal:      67108860 kB
SwapFree:       66927260 kB
Dirty:             20980 kB
Writeback:            12 kB
AnonPages:        113648 kB
Mapped:            44652 kB
Shmem:             32772 kB
Slab:             213768 kB
SReclaimable:     183880 kB
SUnreclaim:        29888 kB
KernelStack:        3376 kB
PageTables:         5680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61408 MiB
End job on node137 at 2019-09-14 04:23:12