Trace number 4405568

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 hybrid+ManyGlucose (2019-09-22)? (TO) 12694.8 2522.11

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 -hybrid -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-10169-serial-file.bin HOME/instance-4405568-1569335979.xml
0.64/0.55	
0.64/0.55	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.64/0.55	
0.64/0.58	c BEGIN-Prog: Tue Sep 24 16:38:55 CEST 2019
0.64/0.58	c PID: 10172
0.64/0.58	c IP: 172.20.3.136
0.64/0.58	c HOST: node136.alineos.net
0.64/0.59	c (0,0) Parsing Begin
3.73/1.45	c (0,0) Parsing End
3.73/1.46	c (0,0) CSP: 0 int (0 aux), 21 bool (0 aux), 2713 ctr, max domain size 2
3.73/1.46	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 21 MiB used (max 0 MiB)
3.73/1.46	c (0,0) Constraint Name Generate Begin
3.73/1.49	c (0,0) Ctr:HOME/instance-4405568-1569335979.xml,ExtensionSupport:Var
3.73/1.49	c (0,0) Constraint Name Generate End
3.73/1.49	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 21 MiB used (max 0 MiB)
3.73/1.49	c (0,0) CSP to CSPinCNF Begin
334.28/250.09	c (249,238) translated 272 (10%) constraints
632.12/493.75	c (493,474) translated 543 (20%) constraints
936.35/738.30	c (737,710) translated 814 (30%) constraints
8117.40/1876.68	c (1876,950) translated 1086 (40%) constraints
12679.30/2520.02	c (scop.sh) Receiving Signal. Removing all intermediate files.
12679.30/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 (13141 MiB free)
  memory of node 1: 16384 MiB (12322 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405568-1569335979/watcher-4405568-1569335979 -o /var/tmp/evaluation-result-4405568-1569335979/solver-4405568-1569335979 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node136-1569335934-10152 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405568-1569335979.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=10169, runsolver pid=10166
Current StackSize limit: 8192 KiB


[startup+0.100148 s]*
/proc/loadavg: 0.08 0.03 0.05 2/211 10191
/proc/meminfo: memFree=25982528/32770624 swapFree=67002120/67108860
[pid=10169] ppid=10166 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/10169/stat : 10169 (scop.sh) S 10166 10169 10125 0 -1 4202496 555 320 0 0 0 0 0 0 20 0 1 0 509846459 115843072 348 33554432000 4194304 5098028 140737325125200 140737325122456 140470696198780 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29249536 140737325126396 140737325126744 140737325126744 140737325129673 0
/proc/10169/statm: 28282 348 296 221 0 87 0
[pid=10172] ppid=10169 vsize=27314120 memory=103412 CPUtime=0.09 cores=0-7
/proc/10172/stat : 10172 (java) S 10169 10169 10125 0 -1 1077944320 6445 0 0 0 6 3 0 0 20 0 20 0 509846459 27969658880 25853 33554432000 4194304 4196468 140725257959504 140725257942048 139829537644279 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
/proc/10172/statm: 6828530 25853 2753 1 0 6790935 0
[pid=10172/tid=10173] ppid=10169 vsize=27314120 memory=4134930498285298233 CPUtime=0.07 cores=0-7
/proc/10172/task/10173/stat : 10173 (java) R 10169 10169 10125 0 -1 4202560 4545 0 0 0 5 2 0 0 20 0 20 0 509846460 27969658880 25853 33554432000 4194304 4196468 140725257959504 139829509470464 139829537666205 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10174] ppid=10169 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/10172/task/10174/stat : 10174 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846462 27969658880 25853 33554432000 4194304 4196468 140725257959504 139829541886608 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10175] ppid=10169 vsize=27314120 memory=140072070284928 CPUtime=0 cores=0-7
/proc/10172/task/10175/stat : 10175 (java) S 10169 10169 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509846462 27969658880 25853 33554432000 4194304 4196468 140725257959504 139829373135376 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10176] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10176/stat : 10176 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846462 27969658880 25853 33554432000 4194304 4196468 140725257959504 139828958439824 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10177] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10177/stat : 10177 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846462 27969658880 25853 33554432000 4194304 4196468 140725257959504 139828957387024 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10178] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10178/stat : 10178 (java) S 10169 10169 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509846463 27969658880 25853 33554432000 4194304 4196468 140725257959504 139828956335248 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10179] ppid=10169 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10172/task/10179/stat : 10179 (java) S 10169 10169 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509846463 27969658880 25853 33554432000 4194304 4196468 140725257959504 139828955282448 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10180] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10180/stat : 10180 (java) S 10169 10169 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509846463 27969658880 25853 33554432000 4194304 4196468 140725257959504 139828954229648 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10181] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10181/stat : 10181 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846463 27969658880 25853 33554432000 4194304 4196468 140725257959504 139828953176848 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10182] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10182/stat : 10182 (java) S 10169 10169 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509846464 27969658880 25853 33554432000 4194304 4196468 140725257959504 139828797249904 139829537655426 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10183] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10183/stat : 10183 (java) S 10169 10169 10125 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 509846465 27969658880 25853 33554432000 4194304 4196468 140725257959504 139827357934624 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10184] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10184/stat : 10184 (java) S 10169 10169 10125 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 509846465 27969658880 25853 33554432000 4194304 4196468 140725257959504 139827223712624 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10185] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10185/stat : 10185 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846467 27969658880 25853 33554432000 4194304 4196468 140725257959504 139826849208144 139829537662875 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10186] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10186/stat : 10186 (java) S 10169 10169 10125 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 509846467 27969658880 25853 33554432000 4194304 4196468 140725257959504 139828796197744 139829537655426 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10187] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10187/stat : 10187 (java) S 10169 10169 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509846467 27969658880 25853 33554432000 4194304 4196468 140725257959504 139828795144944 139829537655426 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10188] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10188/stat : 10188 (java) S 10169 10169 10125 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 20 0 509846467 27969658880 25853 33554432000 4194304 4196468 140725257959504 139828794092144 139829537655426 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10189] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10189/stat : 10189 (java) S 10169 10169 10125 0 -1 1077944384 248 0 0 0 0 0 0 0 20 0 20 0 509846467 27969658880 25853 33554432000 4194304 4196468 140725257959504 139828793039344 139829537655426 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10190] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10190/stat : 10190 (java) S 10169 10169 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509846468 27969658880 25853 33554432000 4194304 4196468 140725257959504 139826351303264 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10191] ppid=10169 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10172/task/10191/stat : 10191 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846468 27969658880 25853 33554432000 4194304 4196468 140725257959504 139828791986736 139829537655426 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 104804 KiB

[startup+0.210487 s]*
/proc/loadavg: 0.08 0.03 0.05 2/211 10191
/proc/meminfo: memFree=25964740/32770624 swapFree=67002120/67108860
[pid=10169] ppid=10166 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/10169/stat : 10169 (scop.sh) S 10166 10169 10125 0 -1 4202496 555 320 0 0 0 0 0 0 20 0 1 0 509846459 115843072 348 33554432000 4194304 5098028 140737325125200 140737325122456 140470696198780 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29249536 140737325126396 140737325126744 140737325126744 140737325129673 0
/proc/10169/statm: 28282 348 296 221 0 87 0
[pid=10172] ppid=10169 vsize=27314120 memory=120652 CPUtime=0.24 cores=0-7
/proc/10172/stat : 10172 (java) S 10169 10169 10125 0 -1 1077944320 11605 0 0 0 19 5 0 0 20 0 20 0 509846459 27969658880 30163 33554432000 4194304 4196468 140725257959504 140725257942048 139829537644279 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
/proc/10172/statm: 6828530 30163 2934 1 0 6790935 0
[pid=10172/tid=10173] ppid=10169 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/10172/task/10173/stat : 10173 (java) R 10169 10169 10125 0 -1 4202560 9244 0 0 0 15 4 0 0 20 0 20 0 509846460 27969658880 30163 33554432000 4194304 4196468 140725257959504 139829509443664 139829521724796 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10174] ppid=10169 vsize=27314120 memory=330 CPUtime=0 cores=0-7
/proc/10172/task/10174/stat : 10174 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846462 27969658880 30163 33554432000 4194304 4196468 140725257959504 139829541886608 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10175] ppid=10169 vsize=27314120 memory=4122676664025089696 CPUtime=0 cores=0-7
/proc/10172/task/10175/stat : 10175 (java) S 10169 10169 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509846462 27969658880 30163 33554432000 4194304 4196468 140725257959504 139829373135376 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10176] ppid=10169 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10172/task/10176/stat : 10176 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846462 27969658880 30163 33554432000 4194304 4196468 140725257959504 139828958439824 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10177] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10177/stat : 10177 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846462 27969658880 30163 33554432000 4194304 4196468 140725257959504 139828957387024 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10178] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10178/stat : 10178 (java) S 10169 10169 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509846463 27969658880 30163 33554432000 4194304 4196468 140725257959504 139828956335248 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10179] ppid=10169 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10172/task/10179/stat : 10179 (java) S 10169 10169 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509846463 27969658880 30163 33554432000 4194304 4196468 140725257959504 139828955282448 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10180] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10180/stat : 10180 (java) S 10169 10169 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509846463 27969658880 30163 33554432000 4194304 4196468 140725257959504 139828954229648 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10181] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10181/stat : 10181 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846463 27969658880 30163 33554432000 4194304 4196468 140725257959504 139828953176848 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10182] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10182/stat : 10182 (java) S 10169 10169 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509846464 27969658880 30163 33554432000 4194304 4196468 140725257959504 139828797249904 139829537655426 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10183] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10183/stat : 10183 (java) S 10169 10169 10125 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 509846465 27969658880 30163 33554432000 4194304 4196468 140725257959504 139827357934624 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10184] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10184/stat : 10184 (java) S 10169 10169 10125 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 509846465 27969658880 30163 33554432000 4194304 4196468 140725257959504 139827223712624 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10185] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10185/stat : 10185 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846467 27969658880 30163 33554432000 4194304 4196468 140725257959504 139826849208144 139829537662875 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10186] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10186/stat : 10186 (java) S 10169 10169 10125 0 -1 1077944384 184 0 0 0 0 0 0 0 20 0 20 0 509846467 27969658880 30163 33554432000 4194304 4196468 140725257959504 139828796197744 139829537655426 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10187] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10187/stat : 10187 (java) S 10169 10169 10125 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 509846467 27969658880 30163 33554432000 4194304 4196468 140725257959504 139828795144944 139829537655426 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10188] ppid=10169 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10172/task/10188/stat : 10188 (java) S 10169 10169 10125 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 20 0 509846467 27969658880 30163 33554432000 4194304 4196468 140725257959504 139828794092144 139829537655426 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10189] ppid=10169 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/10172/task/10189/stat : 10189 (java) R 10169 10169 10125 0 -1 4202560 524 0 0 0 2 0 0 0 20 0 20 0 509846467 27969658880 30163 33554432000 4194304 4196468 140725257959504 139828793039344 139829514868432 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10190] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10190/stat : 10190 (java) S 10169 10169 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509846468 27969658880 30163 33554432000 4194304 4196468 140725257959504 139826351303264 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10191] ppid=10169 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10172/task/10191/stat : 10191 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846468 27969658880 30163 33554432000 4194304 4196468 140725257959504 139828791986736 139829537655426 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 122044 KiB

[startup+0.31944 s]*
/proc/loadavg: 0.08 0.03 0.05 2/211 10191
/proc/meminfo: memFree=25961204/32770624 swapFree=67002120/67108860
[pid=10169] ppid=10166 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/10169/stat : 10169 (scop.sh) S 10166 10169 10125 0 -1 4202496 555 320 0 0 0 0 0 0 20 0 1 0 509846459 115843072 348 33554432000 4194304 5098028 140737325125200 140737325122456 140470696198780 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29249536 140737325126396 140737325126744 140737325126744 140737325129673 0
/proc/10169/statm: 28282 348 296 221 0 87 0
[pid=10172] ppid=10169 vsize=27314120 memory=125168 CPUtime=0.42 cores=0-7
/proc/10172/stat : 10172 (java) S 10169 10169 10125 0 -1 1077944320 12638 0 0 0 37 5 0 0 20 0 20 0 509846459 27969658880 31292 33554432000 4194304 4196468 140725257959504 140725257942048 139829537644279 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
/proc/10172/statm: 6828530 31292 3058 1 0 6790935 0
[pid=10172/tid=10173] ppid=10169 vsize=27314120 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/10172/task/10173/stat : 10173 (java) R 10169 10169 10125 0 -1 4202560 10014 0 0 0 25 4 0 0 20 0 20 0 509846460 27969658880 31292 33554432000 4194304 4196468 140725257959504 139829509438952 139829517919659 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10174] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10174/stat : 10174 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846462 27969658880 31292 33554432000 4194304 4196468 140725257959504 139829541886608 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10175] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10175/stat : 10175 (java) S 10169 10169 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509846462 27969658880 31292 33554432000 4194304 4196468 140725257959504 139829373135376 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10176] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10176/stat : 10176 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846462 27969658880 31292 33554432000 4194304 4196468 140725257959504 139828958439824 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10177] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10177/stat : 10177 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846462 27969658880 31292 33554432000 4194304 4196468 140725257959504 139828957387024 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10178] ppid=10169 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/10172/task/10178/stat : 10178 (java) S 10169 10169 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509846463 27969658880 31292 33554432000 4194304 4196468 140725257959504 139828956335248 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10179] ppid=10169 vsize=27314120 memory=140071969846191 CPUtime=0 cores=0-7
/proc/10172/task/10179/stat : 10179 (java) S 10169 10169 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509846463 27969658880 31292 33554432000 4194304 4196468 140725257959504 139828955282448 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10180] ppid=10169 vsize=27314120 memory=140071969848496 CPUtime=0 cores=0-7
/proc/10172/task/10180/stat : 10180 (java) S 10169 10169 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509846463 27969658880 31292 33554432000 4194304 4196468 140725257959504 139828954229648 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10181] ppid=10169 vsize=27314120 memory=140071969850800 CPUtime=0 cores=0-7
/proc/10172/task/10181/stat : 10181 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846463 27969658880 31292 33554432000 4194304 4196468 140725257959504 139828953176848 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10182] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10182/stat : 10182 (java) S 10169 10169 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509846464 27969658880 31292 33554432000 4194304 4196468 140725257959504 139828797249904 139829537655426 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10183] ppid=10169 vsize=27314120 memory=280143939708560 CPUtime=0 cores=0-7
/proc/10172/task/10183/stat : 10183 (java) S 10169 10169 10125 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 509846465 27969658880 31292 33554432000 4194304 4196468 140725257959504 139827357934624 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10184] ppid=10169 vsize=27314120 memory=280143939715472 CPUtime=0 cores=0-7
/proc/10172/task/10184/stat : 10184 (java) S 10169 10169 10125 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 509846465 27969658880 31292 33554432000 4194304 4196468 140725257959504 139827223712624 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10185] ppid=10169 vsize=27314120 memory=280143939656752 CPUtime=0 cores=0-7
/proc/10172/task/10185/stat : 10185 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846467 27969658880 31292 33554432000 4194304 4196468 140725257959504 139826849208144 139829537662875 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10186] ppid=10169 vsize=27314120 memory=280143939729296 CPUtime=0.01 cores=0-7
/proc/10172/task/10186/stat : 10186 (java) S 10169 10169 10125 0 -1 1077944384 277 0 0 0 1 0 0 0 20 0 20 0 509846467 27969658880 31292 33554432000 4194304 4196468 140725257959504 139828796197744 139829537655426 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10187] ppid=10169 vsize=27314120 memory=280143939736208 CPUtime=0 cores=0-7
/proc/10172/task/10187/stat : 10187 (java) S 10169 10169 10125 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 509846467 27969658880 31292 33554432000 4194304 4196468 140725257959504 139828795144944 139829537655426 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10188] ppid=10169 vsize=27314120 memory=280143939733904 CPUtime=0.01 cores=0-7
/proc/10172/task/10188/stat : 10188 (java) S 10169 10169 10125 0 -1 1077944384 334 0 0 0 1 0 0 0 20 0 20 0 509846467 27969658880 31292 33554432000 4194304 4196468 140725257959504 139828794092144 139829537655426 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10189] ppid=10169 vsize=27314120 memory=280143939750064 CPUtime=0.07 cores=0-7
/proc/10172/task/10189/stat : 10189 (java) S 10169 10169 10125 0 -1 1077944384 616 0 0 0 7 0 0 0 20 0 20 0 509846467 27969658880 31292 33554432000 4194304 4196468 140725257959504 139828793039344 139829537655426 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10190] ppid=10169 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10190/stat : 10190 (java) S 10169 10169 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509846468 27969658880 31292 33554432000 4194304 4196468 140725257959504 139826351303264 139829537654485 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10191] ppid=10169 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10172/task/10191/stat : 10191 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846468 27969658880 31292 33554432000 4194304 4196468 140725257959504 139828791986736 139829537655426 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 126560 KiB

[startup+0.70105 s]
/proc/loadavg: 0.08 0.03 0.05 3/211 10191
/proc/meminfo: memFree=25937852/32770624 swapFree=67002120/67108860
[pid=10169] ppid=10166 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/10169/stat : 10169 (scop.sh) S 10166 10169 10125 0 -1 4202496 555 320 0 0 0 0 0 0 20 0 1 0 509846459 115843072 348 33554432000 4194304 5098028 140737325125200 140737325122456 140470696198780 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29249536 140737325126396 140737325126744 140737325126744 140737325129673 0
/proc/10169/statm: 28282 348 296 221 0 87 0
[pid=10172] ppid=10169 vsize=27320392 memory=162184 CPUtime=0.98 cores=0-7
/proc/10172/stat : 10172 (java) S 10169 10169 10125 0 -1 1077944320 20187 0 0 0 90 8 0 0 20 0 20 0 509846459 27976081408 40546 33554432000 4194304 4196468 140725257959504 140725257942048 139829537644279 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
/proc/10172/statm: 6830098 40546 3169 1 0 6791447 0
[pid=10172/tid=10173] ppid=10169 vsize=27320392 memory=280143940107952 CPUtime=0.66 cores=0-7
/proc/10172/task/10173/stat : 10173 (java) R 10169 10169 10125 0 -1 4202560 16969 0 0 0 59 7 0 0 20 0 20 0 509846460 27976081408 40546 33554432000 4194304 4196468 140725257959504 139829509481136 139829537666205 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10174] ppid=10169 vsize=27320392 memory=140071970055024 CPUtime=0 cores=0-7
/proc/10172/task/10174/stat : 10174 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846462 27976081408 40546 33554432000 4194304 4196468 140725257959504 139829541886608 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10175] ppid=10169 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10175/stat : 10175 (java) S 10169 10169 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509846462 27976081408 40546 33554432000 4194304 4196468 140725257959504 139829373135376 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10176] ppid=10169 vsize=27320392 memory=1056 CPUtime=0 cores=0-7
/proc/10172/task/10176/stat : 10176 (java) S 10169 10169 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509846462 27976081408 40546 33554432000 4194304 4196468 140725257959504 139828958439824 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0

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

# cumulated CPU time of all completed processes:  user=0.001835 s, system=0.001764 s

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

[startup+2522.11 s]
# the end of solver process 10172 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=12605.8 s, system=89.0049 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.58 6.76 5.77 9/212 10412
/proc/meminfo: memFree=2014504/32770624 swapFree=67002120/67108860
[pid=10172] ppid=10166 vsize=27326612 memory=24022396 CPUtime=12685.4 cores=0-7
/proc/10172/stat : 10172 (java) S 10166 10169 10125 0 -1 1077944320 1126228 0 0 0 1259654 8887 0 0 20 0 20 0 509846459 27982450688 6005599 33554432000 4194304 4196468 140725257959504 140725257942048 139829537644279 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
/proc/10172/statm: 6831653 6005599 3309 1 0 6792983 0
[pid=10172/tid=10173] ppid=10166 vsize=27326612 memory=24022396 CPUtime=1012.89 cores=0-7
/proc/10172/task/10173/stat : 10173 (java) S 10166 10169 10125 0 -1 1077944384 137475 0 0 0 101108 181 0 0 20 0 20 0 509846460 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139829509478160 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10174] ppid=10166 vsize=27326612 memory=988 CPUtime=1452.21 cores=0-7
/proc/10172/task/10174/stat : 10174 (java) R 10166 10169 10125 0 -1 4202560 57876 0 0 0 144104 1117 0 0 20 0 20 0 509846462 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139829541886416 139829530272487 0 4 2 25189581 0 0 0 -1 3 0 0 44 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10175] ppid=10166 vsize=27326612 memory=4872558044660077418 CPUtime=1458.46 cores=0-7
/proc/10172/task/10175/stat : 10175 (java) R 10166 10169 10125 0 -1 4202560 84565 0 0 0 144787 1059 0 0 20 0 20 0 509846462 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139829373135184 139829530272487 0 4 2 25189581 0 0 0 -1 4 0 0 40 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10176] ppid=10166 vsize=27326612 memory=1416 CPUtime=1455.07 cores=0-7
/proc/10172/task/10176/stat : 10176 (java) R 10166 10169 10125 0 -1 4202560 65763 0 0 0 144391 1116 0 0 20 0 20 0 509846462 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828958439632 139829530272487 0 4 2 25189581 0 0 0 -1 5 0 0 34 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10177] ppid=10166 vsize=27326612 memory=776 CPUtime=1458.34 cores=0-7
/proc/10172/task/10177/stat : 10177 (java) R 10166 10169 10125 0 -1 4202560 67079 0 0 0 144723 1111 0 0 20 0 20 0 509846462 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828957386832 139829530272487 0 4 2 25189581 0 0 0 -1 6 0 0 41 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10178] ppid=10166 vsize=27326612 memory=3540 CPUtime=1452.69 cores=0-7
/proc/10172/task/10178/stat : 10178 (java) R 10166 10169 10125 0 -1 4202560 59183 0 0 0 144143 1126 0 0 20 0 20 0 509846463 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828956335368 139829530272487 0 4 2 25189581 0 0 0 -1 7 0 0 44 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10179] ppid=10166 vsize=27326612 memory=1232 CPUtime=1458.24 cores=0-7
/proc/10172/task/10179/stat : 10179 (java) R 10166 10169 10125 0 -1 4202560 84811 0 0 0 144853 971 0 0 20 0 20 0 509846463 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828955282648 139829530748977 0 4 2 25189581 0 0 0 -1 2 0 0 41 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10180] ppid=10166 vsize=27326612 memory=10600 CPUtime=1459.61 cores=0-7
/proc/10172/task/10180/stat : 10180 (java) R 10166 10169 10125 0 -1 4202560 72797 0 0 0 144884 1077 0 0 20 0 20 0 509846463 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828954229456 139829530272487 0 4 2 25189581 0 0 0 -1 1 0 0 46 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10181] ppid=10166 vsize=27326612 memory=1736 CPUtime=1457.64 cores=0-7
/proc/10172/task/10181/stat : 10181 (java) R 10166 10169 10125 0 -1 4202560 77920 0 0 0 144711 1053 0 0 20 0 20 0 509846463 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828953176656 139829530272487 0 4 2 25189581 0 0 0 -1 0 0 0 43 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10182] ppid=10166 vsize=27326612 memory=6184 CPUtime=9.35 cores=0-7
/proc/10172/task/10182/stat : 10182 (java) S 10166 10169 10125 0 -1 1077944384 372927 0 0 0 895 40 0 0 20 0 20 0 509846464 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828797248448 139829537654485 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10183] ppid=10166 vsize=27326612 memory=636 CPUtime=0 cores=0-7
/proc/10172/task/10183/stat : 10183 (java) S 10166 10169 10125 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 509846465 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139827357934624 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10184] ppid=10166 vsize=27326612 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/10172/task/10184/stat : 10184 (java) S 10166 10169 10125 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 509846465 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139827223712624 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10185] ppid=10166 vsize=27326612 memory=1824 CPUtime=0 cores=0-7
/proc/10172/task/10185/stat : 10185 (java) S 10166 10169 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509846467 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139826849207792 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10186] ppid=10166 vsize=27326612 memory=1656 CPUtime=3.55 cores=0-7
/proc/10172/task/10186/stat : 10186 (java) S 10166 10169 10125 0 -1 1077944384 12210 0 0 0 352 3 0 0 20 0 20 0 509846467 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828796197792 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10187] ppid=10166 vsize=27326612 memory=804 CPUtime=2.89 cores=0-7
/proc/10172/task/10187/stat : 10187 (java) S 10166 10169 10125 0 -1 1077944384 7296 0 0 0 287 2 0 0 20 0 20 0 509846467 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828795144992 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10188] ppid=10166 vsize=27326612 memory=1448 CPUtime=2.51 cores=0-7
/proc/10172/task/10188/stat : 10188 (java) S 10166 10169 10125 0 -1 1077944384 6729 0 0 0 250 1 0 0 20 0 20 0 509846467 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828794092192 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10189] ppid=10166 vsize=27326612 memory=1980 CPUtime=1.05 cores=0-7
/proc/10172/task/10189/stat : 10189 (java) S 10166 10169 10125 0 -1 1077944384 15071 0 0 0 102 3 0 0 20 0 20 0 509846467 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828793039104 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10190] ppid=10166 vsize=27326612 memory=2676 CPUtime=0 cores=0-7
/proc/10172/task/10190/stat : 10190 (java) S 10166 10169 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509846468 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139826351303264 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10191] ppid=10166 vsize=27326612 memory=1764 CPUtime=0.77 cores=0-7
/proc/10172/task/10191/stat : 10191 (java) S 10166 10169 10125 0 -1 1077944384 3177 0 0 0 42 35 0 0 20 0 20 0 509846468 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828791986736 139829537655426 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
Current cumulated CPU time of completed processes: 0.003599 s
Current children cumulated CPU time: 12685.4 s
Current children cumulated vsize: 27326612 KiB
Current children cumulated memory: 24022396 KiB

[startup+2521.6 s]
/proc/loadavg: 6.70 6.78 5.78 8/212 10412
/proc/meminfo: memFree=2014504/32770624 swapFree=67002120/67108860
[pid=10172] ppid=10166 vsize=27326612 memory=24022396 CPUtime=12691.5 cores=0-7
/proc/10172/stat : 10172 (java) S 10166 10169 10125 0 -1 1077944320 1126364 0 0 0 1260265 8889 0 0 20 0 20 0 509846459 27982450688 6005599 33554432000 4194304 4196468 140725257959504 140725257942048 139829537644279 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
/proc/10172/statm: 6831653 6005599 3309 1 0 6792983 0
[pid=10172/tid=10173] ppid=10166 vsize=27326612 memory=24022396 CPUtime=1012.89 cores=0-7
/proc/10172/task/10173/stat : 10173 (java) S 10166 10169 10125 0 -1 1077944384 137475 0 0 0 101108 181 0 0 20 0 20 0 509846460 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139829509478160 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10174] ppid=10166 vsize=27326612 memory=24022396 CPUtime=1452.99 cores=0-7
/proc/10172/task/10174/stat : 10174 (java) R 10166 10169 10125 0 -1 4202560 57876 0 0 0 144181 1118 0 0 20 0 20 0 509846462 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139829541886416 139829530272487 0 4 2 25189581 0 0 0 -1 3 0 0 44 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10175] ppid=10166 vsize=27326612 memory=0 CPUtime=1459.23 cores=0-7
/proc/10172/task/10175/stat : 10175 (java) R 10166 10169 10125 0 -1 4202560 84565 0 0 0 144863 1060 0 0 20 0 20 0 509846462 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139829373135184 139829530272487 0 4 2 25189581 0 0 0 -1 4 0 0 40 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10176] ppid=10166 vsize=27326612 memory=1064 CPUtime=1455.85 cores=0-7
/proc/10172/task/10176/stat : 10176 (java) R 10166 10169 10125 0 -1 4202560 65763 0 0 0 144468 1117 0 0 20 0 20 0 509846462 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828958439632 139829530272487 0 4 2 25189581 0 0 0 -1 5 0 0 34 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10177] ppid=10166 vsize=27326612 memory=14008 CPUtime=1459.1 cores=0-7
/proc/10172/task/10177/stat : 10177 (java) R 10166 10169 10125 0 -1 4202560 67079 0 0 0 144799 1111 0 0 20 0 20 0 509846462 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828957386832 139829530272487 0 4 2 25189581 0 0 0 -1 6 0 0 41 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10178] ppid=10166 vsize=27326612 memory=12040 CPUtime=1453.44 cores=0-7
/proc/10172/task/10178/stat : 10178 (java) R 10166 10169 10125 0 -1 4202560 59183 0 0 0 144217 1127 0 0 20 0 20 0 509846463 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828956335056 139829530272487 0 4 2 25189581 0 0 0 -1 1 0 0 44 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10179] ppid=10166 vsize=27326612 memory=111632 CPUtime=1459.04 cores=0-7
/proc/10172/task/10179/stat : 10179 (java) R 10166 10169 10125 0 -1 4202560 84947 0 0 0 144933 971 0 0 20 0 20 0 509846463 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828955282648 139829522344967 0 4 2 25189581 0 0 0 -1 2 0 0 41 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10180] ppid=10166 vsize=27326612 memory=796 CPUtime=1460.36 cores=0-7
/proc/10172/task/10180/stat : 10180 (java) R 10166 10169 10125 0 -1 4202560 72797 0 0 0 144958 1078 0 0 20 0 20 0 509846463 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828954229768 139829530272487 0 4 2 25189581 0 0 0 -1 7 0 0 46 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10181] ppid=10166 vsize=27326612 memory=4100 CPUtime=1458.41 cores=0-7
/proc/10172/task/10181/stat : 10181 (java) R 10166 10169 10125 0 -1 4202560 77920 0 0 0 144788 1053 0 0 20 0 20 0 509846463 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828953176656 139829530272487 0 4 2 25189581 0 0 0 -1 0 0 0 43 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10182] ppid=10166 vsize=27326612 memory=4872558044660077418 CPUtime=9.35 cores=0-7
/proc/10172/task/10182/stat : 10182 (java) S 10166 10169 10125 0 -1 1077944384 372927 0 0 0 895 40 0 0 20 0 20 0 509846464 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828797248448 139829537654485 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10183] ppid=10166 vsize=27326612 memory=35156 CPUtime=0 cores=0-7
/proc/10172/task/10183/stat : 10183 (java) S 10166 10169 10125 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 509846465 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139827357934624 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10184] ppid=10166 vsize=27326612 memory=1392 CPUtime=0 cores=0-7
/proc/10172/task/10184/stat : 10184 (java) S 10166 10169 10125 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 509846465 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139827223712624 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10185] ppid=10166 vsize=27326612 memory=24022396 CPUtime=0 cores=0-7
/proc/10172/task/10185/stat : 10185 (java) S 10166 10169 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509846467 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139826849207792 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10186] ppid=10166 vsize=27326612 memory=1392 CPUtime=3.55 cores=0-7
/proc/10172/task/10186/stat : 10186 (java) S 10166 10169 10125 0 -1 1077944384 12210 0 0 0 352 3 0 0 20 0 20 0 509846467 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828796197792 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10187] ppid=10166 vsize=27326612 memory=24022396 CPUtime=2.89 cores=0-7
/proc/10172/task/10187/stat : 10187 (java) S 10166 10169 10125 0 -1 1077944384 7296 0 0 0 287 2 0 0 20 0 20 0 509846467 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828795144992 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10188] ppid=10166 vsize=27326612 memory=1056 CPUtime=2.51 cores=0-7
/proc/10172/task/10188/stat : 10188 (java) S 10166 10169 10125 0 -1 1077944384 6729 0 0 0 250 1 0 0 20 0 20 0 509846467 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828794092192 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10189] ppid=10166 vsize=27326612 memory=1568 CPUtime=1.05 cores=0-7
/proc/10172/task/10189/stat : 10189 (java) S 10166 10169 10125 0 -1 1077944384 15071 0 0 0 102 3 0 0 20 0 20 0 509846467 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828793039104 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10190] ppid=10166 vsize=27326612 memory=10600 CPUtime=0 cores=0-7
/proc/10172/task/10190/stat : 10190 (java) S 10166 10169 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509846468 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139826351303264 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10191] ppid=10166 vsize=27326612 memory=1736 CPUtime=0.77 cores=0-7
/proc/10172/task/10191/stat : 10191 (java) S 10166 10169 10125 0 -1 1077944384 3177 0 0 0 42 35 0 0 20 0 20 0 509846468 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828791986736 139829537655426 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
Current cumulated CPU time of completed processes: 0.003599 s
Current children cumulated CPU time: 12691.5 s
Current children cumulated vsize: 27326612 KiB
Current children cumulated memory: 24022396 KiB

[startup+2522 s]*
/proc/loadavg: 6.70 6.78 5.78 9/212 10412
/proc/meminfo: memFree=2014504/32770624 swapFree=67002120/67108860
[pid=10172] ppid=10166 vsize=27326612 memory=24022396 CPUtime=12694.7 cores=0-7
/proc/10172/stat : 10172 (java) S 10166 10169 10125 0 -1 1077944320 1126426 0 0 0 1260578 8891 0 0 20 0 20 0 509846459 27982450688 6005599 33554432000 4194304 4196468 140725257959504 140725257942048 139829537644279 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
/proc/10172/statm: 6831653 6005599 3309 1 0 6792983 0
[pid=10172/tid=10173] ppid=10166 vsize=27326612 memory=2120 CPUtime=1012.89 cores=0-7
/proc/10172/task/10173/stat : 10173 (java) S 10166 10169 10125 0 -1 1077944384 137475 0 0 0 101108 181 0 0 20 0 20 0 509846460 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139829509478160 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10174] ppid=10166 vsize=27326612 memory=4126316290023845779 CPUtime=1453.38 cores=0-7
/proc/10172/task/10174/stat : 10174 (java) R 10166 10169 10125 0 -1 4202560 57876 0 0 0 144220 1118 0 0 20 0 20 0 509846462 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139829541886728 139829530272487 0 4 2 25189581 0 0 0 -1 3 0 0 44 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10175] ppid=10166 vsize=27326612 memory=24022396 CPUtime=1459.62 cores=0-7
/proc/10172/task/10175/stat : 10175 (java) R 10166 10169 10125 0 -1 4202560 84565 0 0 0 144902 1060 0 0 20 0 20 0 509846462 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139829373135496 139829521027314 0 4 2 25189581 0 0 0 -1 4 0 0 40 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10176] ppid=10166 vsize=27326612 memory=776 CPUtime=1456.24 cores=0-7
/proc/10172/task/10176/stat : 10176 (java) R 10166 10169 10125 0 -1 4202560 65763 0 0 0 144507 1117 0 0 20 0 20 0 509846462 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828958439632 139829530272487 0 4 2 25189581 0 0 0 -1 5 0 0 34 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10177] ppid=10166 vsize=27326612 memory=3540 CPUtime=1459.5 cores=0-7
/proc/10172/task/10177/stat : 10177 (java) R 10166 10169 10125 0 -1 4202560 67079 0 0 0 144839 1111 0 0 20 0 20 0 509846462 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828957387144 139829530272487 0 4 2 25189581 0 0 0 -1 6 0 0 41 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10178] ppid=10166 vsize=27326612 memory=1232 CPUtime=1453.83 cores=0-7
/proc/10172/task/10178/stat : 10178 (java) R 10166 10169 10125 0 -1 4202560 59183 0 0 0 144256 1127 0 0 20 0 20 0 509846463 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828956335368 139829530272487 0 4 2 25189581 0 0 0 -1 1 0 0 44 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10179] ppid=10166 vsize=27326612 memory=24022396 CPUtime=1459.45 cores=0-7
/proc/10172/task/10179/stat : 10179 (java) R 10166 10169 10125 0 -1 4202560 85009 0 0 0 144974 971 0 0 20 0 20 0 509846463 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828955282648 139829522344897 0 4 2 25189581 0 0 0 -1 2 0 0 41 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10180] ppid=10166 vsize=27326612 memory=3616 CPUtime=1460.74 cores=0-7
/proc/10172/task/10180/stat : 10180 (java) R 10166 10169 10125 0 -1 4202560 72797 0 0 0 144996 1078 0 0 20 0 20 0 509846463 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828954229768 139829530272487 0 4 2 25189581 0 0 0 -1 1 0 0 46 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10181] ppid=10166 vsize=27326612 memory=4872558044660077418 CPUtime=1458.8 cores=0-7
/proc/10172/task/10181/stat : 10181 (java) R 10166 10169 10125 0 -1 4202560 77920 0 0 0 144827 1053 0 0 20 0 20 0 509846463 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828953176968 139829530272487 0 4 2 25189581 0 0 0 -1 0 0 0 43 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10182] ppid=10166 vsize=27326612 memory=111632 CPUtime=9.35 cores=0-7
/proc/10172/task/10182/stat : 10182 (java) S 10166 10169 10125 0 -1 1077944384 372927 0 0 0 895 40 0 0 20 0 20 0 509846464 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828797248448 139829537654485 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10183] ppid=10166 vsize=27326612 memory=796 CPUtime=0 cores=0-7
/proc/10172/task/10183/stat : 10183 (java) S 10166 10169 10125 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 509846465 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139827357934624 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10184] ppid=10166 vsize=27326612 memory=4100 CPUtime=0 cores=0-7
/proc/10172/task/10184/stat : 10184 (java) S 10166 10169 10125 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 509846465 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139827223712624 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10185] ppid=10166 vsize=27326612 memory=1808 CPUtime=0 cores=0-7
/proc/10172/task/10185/stat : 10185 (java) S 10166 10169 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509846467 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139826849207792 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10186] ppid=10166 vsize=27326612 memory=920 CPUtime=3.55 cores=0-7
/proc/10172/task/10186/stat : 10186 (java) S 10166 10169 10125 0 -1 1077944384 12210 0 0 0 352 3 0 0 20 0 20 0 509846467 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828796197792 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10187] ppid=10166 vsize=27326612 memory=3908 CPUtime=2.89 cores=0-7
/proc/10172/task/10187/stat : 10187 (java) S 10166 10169 10125 0 -1 1077944384 7296 0 0 0 287 2 0 0 20 0 20 0 509846467 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828795144992 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10188] ppid=10166 vsize=27326612 memory=1412 CPUtime=2.51 cores=0-7
/proc/10172/task/10188/stat : 10188 (java) S 10166 10169 10125 0 -1 1077944384 6729 0 0 0 250 1 0 0 20 0 20 0 509846467 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828794092192 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10189] ppid=10166 vsize=27326612 memory=3440 CPUtime=1.05 cores=0-7
/proc/10172/task/10189/stat : 10189 (java) S 10166 10169 10125 0 -1 1077944384 15071 0 0 0 102 3 0 0 20 0 20 0 509846467 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828793039104 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10190] ppid=10166 vsize=27326612 memory=1392 CPUtime=0 cores=0-7
/proc/10172/task/10190/stat : 10190 (java) S 10166 10169 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509846468 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139826351303264 139829537654485 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
[pid=10172/tid=10191] ppid=10166 vsize=27326612 memory=24022396 CPUtime=0.77 cores=0-7
/proc/10172/task/10191/stat : 10191 (java) S 10166 10169 10125 0 -1 1077944384 3177 0 0 0 42 35 0 0 20 0 20 0 509846468 27982450688 6005599 33554432000 4194304 4196468 140725257959504 139828791986736 139829537655426 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 28135424 140725257962182 140725257962630 140725257962630 140725257965519 0
Current cumulated CPU time of completed processes: 0.003599 s
Current children cumulated CPU time: 12694.7 s
Current children cumulated vsize: 27326612 KiB
Current children cumulated memory: 24022396 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.11
CPU time (s): 12694.8
CPU user time (s): 12605.8
CPU system time (s): 89.0049
CPU usage (%): 503.342
Max. virtual memory (cumulated for all children) (KiB): 27439740
Max. memory (cumulated for all children) (KiB): 24023788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12605.8
system time used= 89.0049
maximum resident set size= 24022648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1127535
page faults= 0
swaps= 0
block input operations= 8
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 323178
involuntary context switches= 692221


# summary of solver processes directly reported to runsolver:
#   pid: 10169,10172
#   total CPU time (s): 12694.8
#   total CPU user time (s): 12605.8
#   total CPU system time (s): 89.0049

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5123 second user time and 25.0535 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-24 16:38:54
IDJOB=4405568
IDBENCH=125859
IDSOLVER=2868
FILE ID=node136/4405568-1569335979
RUNJOBID= node136-1569335934-10152
PBS_JOBID= 21705056
Free space on /var/tmp= 13484 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-09-22)
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 -hybrid DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405568-1569335979/watcher-4405568-1569335979 -o /var/tmp/evaluation-result-4405568-1569335979/solver-4405568-1569335979 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node136-1569335934-10152 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405568-1569335979.xml

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

MD5SUM BENCH= 1cb2c7d0d6cb70a3feacaee85115a742
RANDOM SEED=2101077985

node136.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.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.54
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.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.54
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.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.54
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.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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26075200 kB
MemAvailable:   31844628 kB
Buffers:          135872 kB
Cached:          5752844 kB
SwapCached:         3560 kB
Active:          2701624 kB
Inactive:        3193896 kB
Active(anon):       5132 kB
Inactive(anon):    58660 kB
Active(file):    2696492 kB
Inactive(file):  3135236 kB
Unevictable:      108652 kB
Mlocked:          108652 kB
SwapTotal:      67108860 kB
SwapFree:       67002120 kB
Dirty:             21068 kB
Writeback:             0 kB
AnonPages:        113220 kB
Mapped:            56256 kB
Shmem:             48256 kB
Slab:             395496 kB
SReclaimable:     366160 kB
SUnreclaim:        29336 kB
KernelStack:        3280 kB
PageTables:         5008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     515032 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13464 MiB
End job on node136 at 2019-09-24 17:20:56