Trace number 4387797

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+GlueMiniSat (2019-06-15)? (TO) 2528.25 987.364

General information on the benchmark

NameQRandom/QRandom-bdd-18-21-2/
bdd-18-21-2-133-78-33.xml
MD5SUM81fb3456c728d6c2b2ee1ab40588047a
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 benchmark9.29758
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree109
Maximum variable degree119
Distribution of variable degrees[{"degree":109,"count":1},{"degree":110,"count":1},{"degree":111,"count":3},{"degree":112,"count":2},{"degree":113,"count":3},{"degree":114,"count":2},{"degree":115,"count":1},{"degree":116,"count":3},{"degree":117,"count":3},{"degree":118,"count":1},{"degree":119,"count":1}]
Minimum constraint arity18
Maximum constraint arity18
Distribution of constraint arities[{"arity":18,"count":133}]
Number of extensional constraints133
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":133}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -order -solver HOME/glueminisat-simp-2.2.10-193oa-n-release -solverOption -model:-verb=3:-elim-cl=5000000:-native-oa -tmp HOME -serialFile HOME/scop-17115-serial-file.bin HOME/instance-4387797-1568290149.xml
0.66/0.53	
0.66/0.53	Fun-sCOP order+glueminisat-simp-2.2.10-193oa-n-release (2019-06-15)
0.66/0.53	
0.66/0.56	c BEGIN-Prog: Thu Sep 12 14:08:30 CEST 2019
0.66/0.56	c PID: 17118
0.66/0.56	c IP: 172.20.3.133
0.66/0.56	c HOST: node133.alineos.net
0.66/0.56	c (0,0) Parsing Begin
2.53/1.31	c (0,0) Parsing End
2.53/1.31	c (0,0) CSP: 0 int (0 aux), 21 bool (0 aux), 133 ctr, max domain size 2
2.53/1.31	c (0,0) Heap : 281 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.53/1.31	c (0,0) Constraint Name Generate Begin
2.53/1.32	c (0,0) Ctr:HOME/instance-4387797-1568290149.xml,ExtensionSupport:Var
2.53/1.32	c (0,0) Constraint Name Generate End
2.53/1.32	c (0,0) Heap : 281 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.53/1.32	c (0,0) CSP to CSPinCNF Begin
105.71/82.19	c (81,76) translated 14 (10%) constraints
191.18/156.57	c (156,147) translated 27 (20%) constraints
275.27/230.76	c (230,218) translated 40 (30%) constraints
366.52/310.61	c (310,294) translated 54 (40%) constraints
452.49/385.15	c (384,364) translated 67 (50%) constraints
1936.59/820.03	c (819,435) translated 80 (60%) constraints
2520.19/985.33	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.19/985.33	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 (15137 MiB free)
  memory of node 1: 16384 MiB (15688 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387797-1568290149/watcher-4387797-1568290149 -o /tmp/evaluation-result-4387797-1568290149/solver-4387797-1568290149 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568289747-16920 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -order HOME/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa HOME HOME/instance-4387797-1568290149.xml 

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

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

solver pid=17115, runsolver pid=17112

[startup+0.100142 s]*
/proc/loadavg: 1.92 3.08 4.17 3/240 17132
/proc/meminfo: memFree=31502416/32770624 swapFree=67003260/67108860
[pid=17115] ppid=17112 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/17115/stat : 17115 (scop.sh) S 17112 17115 16886 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405254535 115843072 349 33554432000 4194304 5098028 140731909400160 140731909397416 139736983958140 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28962816 140731909407528 140731909407856 140731909407856 140731909410765 0
/proc/17115/statm: 28282 349 296 221 0 87 0
[pid=17118] ppid=17115 vsize=15012696 memory=75892 CPUtime=0.11 cores=1,3,5,7
/proc/17118/stat : 17118 (java) S 17115 17115 16886 0 -1 1077944320 6696 0 0 0 9 2 0 0 20 0 15 0 405254536 15373000704 18973 33554432000 4194304 4196468 140734741432464 140734741415008 139770984677111 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
/proc/17118/statm: 3753174 18973 2923 1 0 3715579 0
[pid=17118/tid=17119] ppid=17115 vsize=15012696 memory=-6005124337042243525 CPUtime=0.09 cores=1,3,5,7
/proc/17118/task/17119/stat : 17119 (java) R 17115 17115 16886 0 -1 4202560 4583 0 0 0 7 2 0 0 20 0 15 0 405254536 15373000704 19039 33554432000 4194304 4196468 140734741432464 139770956472272 139770964953141 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17120] ppid=17115 vsize=15012696 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17120/stat : 17120 (java) S 17115 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254538 15373000704 19039 33554432000 4194304 4196468 140734741432464 139770988919184 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17121] ppid=17115 vsize=15012696 memory=140560297567872 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17121/stat : 17121 (java) S 17115 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254538 15373000704 19039 33554432000 4194304 4196468 140734741432464 139770787694864 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17122] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17122/stat : 17122 (java) S 17115 17115 16886 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405254538 15373000704 19039 33554432000 4194304 4196468 140734741432464 139770786642576 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17123] ppid=17115 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17123/stat : 17123 (java) S 17115 17115 16886 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405254538 15373000704 19039 33554432000 4194304 4196468 140734741432464 139770443323920 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17124] ppid=17115 vsize=15012696 memory=140560297567872 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17124/stat : 17124 (java) S 17115 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254539 15373000704 19039 33554432000 4194304 4196468 140734741432464 139769954794096 139770984688258 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17125] ppid=17115 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17125/stat : 17125 (java) S 17115 17115 16886 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405254540 15373000704 19039 33554432000 4194304 4196468 140734741432464 139769577202976 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17126] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17126/stat : 17126 (java) S 17115 17115 16886 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405254540 15373000704 19039 33554432000 4194304 4196468 140734741432464 139769308767856 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17127] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17127/stat : 17127 (java) S 17115 17115 16886 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405254542 15373000704 19039 33554432000 4194304 4196468 140734741432464 139768934259280 139770984695707 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17128] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17128/stat : 17128 (java) S 17115 17115 16886 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 405254542 15373000704 19039 33554432000 4194304 4196468 140734741432464 139769953740912 139770984688258 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17129] ppid=17115 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17129/stat : 17129 (java) S 17115 17115 16886 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 405254542 15373000704 19039 33554432000 4194304 4196468 140734741432464 139769952688112 139770984688258 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17130] ppid=17115 vsize=15012696 memory=140560297567872 CPUtime=0.01 cores=1,3,5,7
/proc/17118/task/17130/stat : 17130 (java) R 17115 17115 16886 0 -1 4202560 450 0 0 0 1 0 0 0 20 0 15 0 405254542 15373000704 19039 33554432000 4194304 4196468 140734741432464 139769951633032 139770963216526 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17131] ppid=17115 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17131/stat : 17131 (java) S 17115 17115 16886 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405254542 15373000704 19039 33554432000 4194304 4196468 140734741432464 139768436353504 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17132] ppid=17115 vsize=15012696 memory=140560297567872 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17132/stat : 17132 (java) S 17115 17115 16886 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405254543 15373000704 19039 33554432000 4194304 4196468 140734741432464 139769950583728 139770984688258 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 77288 KiB

[startup+0.211424 s]*
/proc/loadavg: 1.92 3.08 4.17 3/240 17132
/proc/meminfo: memFree=31484044/32770624 swapFree=67003260/67108860
[pid=17115] ppid=17112 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/17115/stat : 17115 (scop.sh) S 17112 17115 16886 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405254535 115843072 349 33554432000 4194304 5098028 140731909400160 140731909397416 139736983958140 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28962816 140731909407528 140731909407856 140731909407856 140731909410765 0
/proc/17115/statm: 28282 349 296 221 0 87 0
[pid=17118] ppid=17115 vsize=15012696 memory=90964 CPUtime=0.25 cores=1,3,5,7
/proc/17118/stat : 17118 (java) S 17115 17115 16886 0 -1 1077944320 11830 0 0 0 21 4 0 0 20 0 15 0 405254536 15373000704 22741 33554432000 4194304 4196468 140734741432464 140734741415008 139770984677111 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
/proc/17118/statm: 3753174 22741 2926 1 0 3715579 0
[pid=17118/tid=17119] ppid=17115 vsize=15012696 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/17118/task/17119/stat : 17119 (java) R 17115 17115 16886 0 -1 4202560 9565 0 0 0 17 3 0 0 20 0 15 0 405254536 15373000704 22741 33554432000 4194304 4196468 140734741432464 139770956494880 139770984689046 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17120] ppid=17115 vsize=15012696 memory=397 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17120/stat : 17120 (java) S 17115 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254538 15373000704 22741 33554432000 4194304 4196468 140734741432464 139770988919184 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17121] ppid=17115 vsize=15012696 memory=140560297585043 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17121/stat : 17121 (java) S 17115 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254538 15373000704 22741 33554432000 4194304 4196468 140734741432464 139770787694864 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17122] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17122/stat : 17122 (java) S 17115 17115 16886 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405254538 15373000704 22741 33554432000 4194304 4196468 140734741432464 139770786642576 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17123] ppid=17115 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17123/stat : 17123 (java) S 17115 17115 16886 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405254538 15373000704 22741 33554432000 4194304 4196468 140734741432464 139770443323920 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17124] ppid=17115 vsize=15012696 memory=140560297567872 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17124/stat : 17124 (java) S 17115 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254539 15373000704 22741 33554432000 4194304 4196468 140734741432464 139769954794096 139770984688258 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17125] ppid=17115 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17125/stat : 17125 (java) S 17115 17115 16886 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405254540 15373000704 22741 33554432000 4194304 4196468 140734741432464 139769577202976 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17126] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17126/stat : 17126 (java) S 17115 17115 16886 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405254540 15373000704 22741 33554432000 4194304 4196468 140734741432464 139769308767856 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17127] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17127/stat : 17127 (java) S 17115 17115 16886 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405254542 15373000704 22741 33554432000 4194304 4196468 140734741432464 139768934259280 139770984695707 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17128] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17128/stat : 17128 (java) S 17115 17115 16886 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 405254542 15373000704 22741 33554432000 4194304 4196468 140734741432464 139769953740912 139770984688258 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17129] ppid=17115 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17129/stat : 17129 (java) S 17115 17115 16886 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 405254542 15373000704 22741 33554432000 4194304 4196468 140734741432464 139769952688112 139770984688258 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17130] ppid=17115 vsize=15012696 memory=140560297567872 CPUtime=0.02 cores=1,3,5,7
/proc/17118/task/17130/stat : 17130 (java) R 17115 17115 16886 0 -1 4202560 457 0 0 0 2 0 0 0 20 0 15 0 405254542 15373000704 22741 33554432000 4194304 4196468 140734741432464 139769951635824 139770984689046 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17131] ppid=17115 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17131/stat : 17131 (java) S 17115 17115 16886 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405254542 15373000704 22741 33554432000 4194304 4196468 140734741432464 139768436353504 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17132] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17132/stat : 17132 (java) S 17115 17115 16886 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405254543 15373000704 22741 33554432000 4194304 4196468 140734741432464 139769950583728 139770984688258 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 92360 KiB

[startup+0.310926 s]*
/proc/loadavg: 1.92 3.08 4.17 3/240 17132
/proc/meminfo: memFree=31481736/32770624 swapFree=67003260/67108860
[pid=17115] ppid=17112 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/17115/stat : 17115 (scop.sh) S 17112 17115 16886 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405254535 115843072 349 33554432000 4194304 5098028 140731909400160 140731909397416 139736983958140 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28962816 140731909407528 140731909407856 140731909407856 140731909410765 0
/proc/17115/statm: 28282 349 296 221 0 87 0
[pid=17118] ppid=17115 vsize=15012696 memory=94832 CPUtime=0.42 cores=1,3,5,7
/proc/17118/stat : 17118 (java) S 17115 17115 16886 0 -1 1077944320 12177 0 0 0 38 4 0 0 20 0 15 0 405254536 15373000704 23708 33554432000 4194304 4196468 140734741432464 140734741415008 139770984677111 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
/proc/17118/statm: 3753174 23708 3069 1 0 3715579 0
[pid=17118/tid=17119] ppid=17115 vsize=15012696 memory=7022364632946311227 CPUtime=0.3 cores=1,3,5,7
/proc/17118/task/17119/stat : 17119 (java) R 17115 17115 16886 0 -1 4202560 9745 0 0 0 27 3 0 0 20 0 15 0 405254536 15373000704 23708 33554432000 4194304 4196468 140734741432464 139770956507184 139770969842750 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17120] ppid=17115 vsize=15012696 memory=288230613314699634 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17120/stat : 17120 (java) S 17115 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254538 15373000704 23708 33554432000 4194304 4196468 140734741432464 139770988919184 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17121] ppid=17115 vsize=15012696 memory=4049358621337993875 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17121/stat : 17121 (java) S 17115 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254538 15373000704 23708 33554432000 4194304 4196468 140734741432464 139770787694864 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17122] ppid=17115 vsize=15012696 memory=281120373766512 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17122/stat : 17122 (java) S 17115 17115 16886 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405254538 15373000704 23708 33554432000 4194304 4196468 140734741432464 139770786642576 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17123] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17123/stat : 17123 (java) S 17115 17115 16886 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405254538 15373000704 23708 33554432000 4194304 4196468 140734741432464 139770443323920 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17124] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17124/stat : 17124 (java) S 17115 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254539 15373000704 23708 33554432000 4194304 4196468 140734741432464 139769954794096 139770984688258 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17125] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17125/stat : 17125 (java) S 17115 17115 16886 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405254540 15373000704 23708 33554432000 4194304 4196468 140734741432464 139769577202976 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17126] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17126/stat : 17126 (java) S 17115 17115 16886 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405254540 15373000704 23708 33554432000 4194304 4196468 140734741432464 139769308767856 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17127] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17127/stat : 17127 (java) S 17115 17115 16886 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405254542 15373000704 23708 33554432000 4194304 4196468 140734741432464 139768934259280 139770984695707 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17128] ppid=17115 vsize=15012696 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17118/task/17128/stat : 17128 (java) S 17115 17115 16886 0 -1 1077944384 535 0 0 0 2 0 0 0 20 0 15 0 405254542 15373000704 23708 33554432000 4194304 4196468 140734741432464 139769953740912 139770984688258 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17129] ppid=17115 vsize=15012696 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17118/task/17129/stat : 17129 (java) S 17115 17115 16886 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 15 0 405254542 15373000704 23708 33554432000 4194304 4196468 140734741432464 139769952688112 139770984688258 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17130] ppid=17115 vsize=15012696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17118/task/17130/stat : 17130 (java) S 17115 17115 16886 0 -1 1077944384 477 0 0 0 7 0 0 0 20 0 15 0 405254542 15373000704 23708 33554432000 4194304 4196468 140734741432464 139769951635824 139770984688258 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17131] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17131/stat : 17131 (java) S 17115 17115 16886 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405254542 15373000704 23708 33554432000 4194304 4196468 140734741432464 139768436353504 139770984687317 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17132] ppid=17115 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17132/stat : 17132 (java) S 17115 17115 16886 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405254543 15373000704 23708 33554432000 4194304 4196468 140734741432464 139769950583728 139770984688258 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 96228 KiB

[startup+0.700841 s]
/proc/loadavg: 1.92 3.08 4.17 3/240 17132
/proc/meminfo: memFree=31453456/32770624 swapFree=67003260/67108860
[pid=17115] ppid=17112 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/17115/stat : 17115 (scop.sh) S 17112 17115 16886 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405254535 115843072 349 33554432000 4194304 5098028 140731909400160 140731909397416 139736983958140 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28962816 140731909407528 140731909407856 140731909407856 140731909410765 0
/proc/17115/statm: 28282 349 296 221 0 87 0
[pid=17118] ppid=17115 vsize=15018968 memory=131240 CPUtime=1.01 cores=1,3,5,7
/proc/17118/stat : 17118 (java) S 17115 17115 16886 0 -1 1077944320 19568 0 0 0 94 7 0 0 20 0 15 0 405254536 15379423232 32810 33554432000 4194304 4196468 140734741432464 140734741415008 139770984677111 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
/proc/17118/statm: 3754742 32810 3186 1 0 3716091 0
[pid=17118/tid=17119] ppid=17115 vsize=15018968 memory=1616 CPUtime=0.68 cores=1,3,5,7
/proc/17118/task/17119/stat : 17119 (java) R 17115 17115 16886 0 -1 4202560 16650 0 0 0 63 5 0 0 20 0 15 0 405254536 15379423232 32810 33554432000 4194304 4196468 140734741432464 139770956513168 139770984699037 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17120] ppid=17115 vsize=15018968 memory=784 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17120/stat : 17120 (java) S 17115 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254538 15379423232 32810 33554432000 4194304 4196468 140734741432464 139770988919184 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17121] ppid=17115 vsize=15018968 memory=8252 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17121/stat : 17121 (java) S 17115 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254538 15379423232 32810 33554432000 4194304 4196468 140734741432464 139770787694864 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17122] ppid=17115 vsize=15018968 memory=5912 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17122/stat : 17122 (java) S 17115 17115 16886 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405254538 15379423232 32810 33554432000 4194304 4196468 140734741432464 139770786642576 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17123] ppid=17115 vsize=15018968 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17123/stat : 17123 (java) S 17115 17115 16886 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405254538 15379423232 32810 33554432000 4194304 4196468 140734741432464 139770443323920 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17124] ppid=17115 vsize=15018968 memory=1540 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17124/stat : 17124 (java) S 17115 17115 16886 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 405254539 15379423232 32810 33554432000 4194304 4196468 140734741432464 139769954794096 139770984688258 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17125] ppid=17115 vsize=15018968 memory=728 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17125/stat : 17125 (java) S 17115 17115 16886 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405254540 15379423232 32810 33554432000 4194304 4196468 140734741432464 139769577202976 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17126] ppid=17115 vsize=15018968 memory=3436 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17126/stat : 17126 (java) S 17115 17115 16886 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405254540 15379423232 32810 33554432000 4194304 4196468 140734741432464 139769308767856 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17127] ppid=17115 vsize=15018968 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17127/stat : 17127 (java) S 17115 17115 16886 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405254542 15379423232 32810 33554432000 4194304 4196468 140734741432464 139768934259280 139770984695707 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17128] ppid=17115 vsize=15018968 memory=1212 CPUtime=0.09 cores=1,3,5,7
/proc/17118/task/17128/stat : 17128 (java) S 17115 17115 16886 0 -1 1077944384 763 0 0 0 9 0 0 0 20 0 15 0 405254542 15379423232 32810 33554432000 4194304 4196468 140734741432464 139769953740912 139770984688258 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17129] ppid=17115 vsize=15018968 memory=1036 CPUtime=0.07 cores=1,3,5,7
/proc/17118/task/17129/stat : 17129 (java) R 17115 17115 16886 0 -1 4202560 255 0 0 0 7 0 0 0 20 0 15 0 405254542 15379423232 32810 33554432000 4194304 4196468 140734741432464 139769952688112 139770964390274 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17130] ppid=17115 vsize=15018968 memory=14008 CPUtime=0.14 cores=1,3,5,7
/proc/17118/task/17130/stat : 17130 (java) S 17115 17115 16886 0 -1 1077944384 563 0 0 0 14 0 0 0 20 0 15 0 405254542 15379423232 32810 33554432000 4194304 4196468 140734741432464 139769951635824 139770984688258 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17131] ppid=17115 vsize=15018968 memory=12024 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17131/stat : 17131 (java) S 17115 17115 16886 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405254542 15379423232 32810 33554432000 4194304 4196468 140734741432464 139768436353504 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17132] ppid=17115 vsize=15018968 memory=2116 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17132/stat : 17132 (java) S 17115 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254543 15379423232 32810 33554432000 4194304 4196468 140734741432464 139769950583728 139770984688258 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15132096 KiB
Current children cumulated memory: 132636 KiB

[startup+1.50175 s]
/proc/loadavg: 1.92 3.08 4.17 5/240 17132
/proc/meminfo: memFree=31346140/32770624 swapFree=67003260/67108860
[pid=17115] ppid=17112 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/17115/stat : 17115 (scop.sh) S 17112 17115 16886 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405254535 115843072 349 33554432000 4194304 5098028 140731909400160 140731909397416 139736983958140 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28962816 140731909407528 140731909407856 140731909407856 140731909410765 0
/proc/17115/statm: 28282 349 296 221 0 87 0

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

Current children cumulated CPU time: 2521.38 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12077708 KiB

[startup+986.401 s]
/proc/loadavg: 4.07 3.88 3.79 6/238 17230
/proc/meminfo: memFree=19424804/32770624 swapFree=67003264/67108860
[pid=17118] ppid=17112 vsize=15025188 memory=12077708 CPUtime=2524.56 cores=1,3,5,7
/proc/17118/stat : 17118 (java) S 17112 17115 16886 0 -1 1077944320 252727 0 0 0 251442 1014 0 0 20 0 15 0 405254536 15385792512 3019427 33554432000 4194304 4196468 140734741432464 140734741415008 139770984677111 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
/proc/17118/statm: 3756297 3019427 3301 1 0 3717627 0
[pid=17118/tid=17119] ppid=17112 vsize=15025188 memory=1220 CPUtime=456.91 cores=1,3,5,7
/proc/17118/task/17119/stat : 17119 (java) S 17112 17115 16886 0 -1 1077944384 56811 0 0 0 45639 52 0 0 20 0 15 0 405254536 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770956512816 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17120] ppid=17112 vsize=15025188 memory=1616 CPUtime=512.52 cores=1,3,5,7
/proc/17118/task/17120/stat : 17120 (java) R 17112 17115 16886 0 -1 4202560 24491 0 0 0 51017 235 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770988919384 139770966286894 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17121] ppid=17112 vsize=15025188 memory=12077708 CPUtime=513.24 cores=1,3,5,7
/proc/17118/task/17121/stat : 17121 (java) R 17112 17115 16886 0 -1 4202560 21899 0 0 0 51074 250 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770787694752 139770969375949 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17122] ppid=17112 vsize=15025188 memory=140561394696785 CPUtime=515.43 cores=1,3,5,7
/proc/17118/task/17122/stat : 17122 (java) R 17112 17115 16886 0 -1 4202560 21694 0 0 0 51327 216 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770786642776 139770969673535 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17123] ppid=17112 vsize=15025188 memory=6791534058613427641 CPUtime=512.96 cores=1,3,5,7
/proc/17118/task/17123/stat : 17123 (java) R 17112 17115 16886 0 -1 4202560 25239 0 0 0 51061 235 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770443324120 139770969377819 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17124] ppid=17112 vsize=15025188 memory=12024 CPUtime=4.18 cores=1,3,5,7
/proc/17118/task/17124/stat : 17124 (java) S 17112 17115 16886 0 -1 1077944384 70578 0 0 0 414 4 0 0 20 0 15 0 405254539 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769954792640 139770984687317 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17125] ppid=17112 vsize=15025188 memory=2116 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17125/stat : 17125 (java) S 17112 17115 16886 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 405254540 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769577203040 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17126] ppid=17112 vsize=15025188 memory=19668 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17126/stat : 17126 (java) S 17112 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254540 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769308767872 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17127] ppid=17112 vsize=15025188 memory=3436 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17127/stat : 17127 (java) S 17112 17115 16886 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139768934258928 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17128] ppid=17112 vsize=15025188 memory=2832 CPUtime=3.58 cores=1,3,5,7
/proc/17118/task/17128/stat : 17128 (java) S 17112 17115 16886 0 -1 1077944384 8279 0 0 0 357 1 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769953740960 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17129] ppid=17112 vsize=15025188 memory=1212 CPUtime=4.15 cores=1,3,5,7
/proc/17118/task/17129/stat : 17129 (java) S 17112 17115 16886 0 -1 1077944384 9964 0 0 0 414 1 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769952688160 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17130] ppid=17112 vsize=15025188 memory=1036 CPUtime=0.94 cores=1,3,5,7
/proc/17118/task/17130/stat : 17130 (java) S 17112 17115 16886 0 -1 1077944384 11929 0 0 0 92 2 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769951635584 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17131] ppid=17112 vsize=15025188 memory=281120375311072 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17131/stat : 17131 (java) S 17112 17115 16886 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139768436353504 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17132] ppid=17112 vsize=15025188 memory=3762111035578687504 CPUtime=0.56 cores=1,3,5,7
/proc/17118/task/17132/stat : 17132 (java) S 17112 17115 16886 0 -1 1077944384 512 0 0 0 31 25 0 0 20 0 15 0 405254543 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769950583728 139770984688258 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
Current cumulated CPU time of completed processes: 0.003611 s
Current children cumulated CPU time: 2524.56 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12077708 KiB

[startup+986.801 s]
/proc/loadavg: 4.07 3.88 3.79 6/238 17230
/proc/meminfo: memFree=19424804/32770624 swapFree=67003264/67108860
[pid=17118] ppid=17112 vsize=15025188 memory=12077708 CPUtime=2526.16 cores=1,3,5,7
/proc/17118/stat : 17118 (java) S 17112 17115 16886 0 -1 1077944320 252777 0 0 0 251602 1014 0 0 20 0 15 0 405254536 15385792512 3019427 33554432000 4194304 4196468 140734741432464 140734741415008 139770984677111 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
/proc/17118/statm: 3756297 3019427 3301 1 0 3717627 0
[pid=17118/tid=17119] ppid=17112 vsize=15025188 memory=6791534058613427641 CPUtime=456.91 cores=1,3,5,7
/proc/17118/task/17119/stat : 17119 (java) S 17112 17115 16886 0 -1 1077944384 56811 0 0 0 45639 52 0 0 20 0 15 0 405254536 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770956512816 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17120] ppid=17112 vsize=15025188 memory=1984 CPUtime=512.92 cores=1,3,5,7
/proc/17118/task/17120/stat : 17120 (java) R 17112 17115 16886 0 -1 4202560 24493 0 0 0 51057 235 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770988919384 139770969375925 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17121] ppid=17112 vsize=15025188 memory=2376 CPUtime=513.64 cores=1,3,5,7
/proc/17118/task/17121/stat : 17121 (java) R 17112 17115 16886 0 -1 4202560 21947 0 0 0 51114 250 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770787694752 139770966286916 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17122] ppid=17112 vsize=15025188 memory=1768 CPUtime=515.83 cores=1,3,5,7
/proc/17118/task/17122/stat : 17122 (java) R 17112 17115 16886 0 -1 4202560 21694 0 0 0 51367 216 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770786642776 139770969673500 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17123] ppid=17112 vsize=15025188 memory=111628 CPUtime=513.36 cores=1,3,5,7
/proc/17118/task/17123/stat : 17123 (java) R 17112 17115 16886 0 -1 4202560 25239 0 0 0 51101 235 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770443324120 139770977781799 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17124] ppid=17112 vsize=15025188 memory=1036 CPUtime=4.18 cores=1,3,5,7
/proc/17118/task/17124/stat : 17124 (java) S 17112 17115 16886 0 -1 1077944384 70578 0 0 0 414 4 0 0 20 0 15 0 405254539 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769954792640 139770984687317 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17125] ppid=17112 vsize=15025188 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17125/stat : 17125 (java) S 17112 17115 16886 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 405254540 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769577203040 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17126] ppid=17112 vsize=15025188 memory=12024 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17126/stat : 17126 (java) S 17112 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254540 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769308767872 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17127] ppid=17112 vsize=15025188 memory=2116 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17127/stat : 17127 (java) S 17112 17115 16886 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139768934258928 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17128] ppid=17112 vsize=15025188 memory=3280 CPUtime=3.58 cores=1,3,5,7
/proc/17118/task/17128/stat : 17128 (java) S 17112 17115 16886 0 -1 1077944384 8279 0 0 0 357 1 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769953740960 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17129] ppid=17112 vsize=15025188 memory=36724 CPUtime=4.15 cores=1,3,5,7
/proc/17118/task/17129/stat : 17129 (java) S 17112 17115 16886 0 -1 1077944384 9964 0 0 0 414 1 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769952688160 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17130] ppid=17112 vsize=15025188 memory=3280 CPUtime=0.94 cores=1,3,5,7
/proc/17118/task/17130/stat : 17130 (java) S 17112 17115 16886 0 -1 1077944384 11929 0 0 0 92 2 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769951635584 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17131] ppid=17112 vsize=15025188 memory=36724 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17131/stat : 17131 (java) S 17112 17115 16886 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139768436353504 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17132] ppid=17112 vsize=15025188 memory=988 CPUtime=0.56 cores=1,3,5,7
/proc/17118/task/17132/stat : 17132 (java) S 17112 17115 16886 0 -1 1077944384 512 0 0 0 31 25 0 0 20 0 15 0 405254543 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769950583728 139770984688258 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
Current cumulated CPU time of completed processes: 0.003611 s
Current children cumulated CPU time: 2526.16 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12077708 KiB

[startup+987.201 s]
/proc/loadavg: 4.07 3.88 3.79 6/238 17230
/proc/meminfo: memFree=19422368/32770624 swapFree=67003264/67108860
[pid=17118] ppid=17112 vsize=15025188 memory=12077708 CPUtime=2527.75 cores=1,3,5,7
/proc/17118/stat : 17118 (java) S 17112 17115 16886 0 -1 1077944320 252917 0 0 0 251761 1014 0 0 20 0 15 0 405254536 15385792512 3019427 33554432000 4194304 4196468 140734741432464 140734741415008 139770984677111 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
/proc/17118/statm: 3756297 3019427 3301 1 0 3717627 0
[pid=17118/tid=17119] ppid=17112 vsize=15025188 memory=1396 CPUtime=456.91 cores=1,3,5,7
/proc/17118/task/17119/stat : 17119 (java) S 17112 17115 16886 0 -1 1077944384 56811 0 0 0 45639 52 0 0 20 0 15 0 405254536 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770956512816 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17120] ppid=17112 vsize=15025188 memory=12077708 CPUtime=513.32 cores=1,3,5,7
/proc/17118/task/17120/stat : 17120 (java) R 17112 17115 16886 0 -1 4202560 24573 0 0 0 51097 235 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770988919384 139770969375867 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17121] ppid=17112 vsize=15025188 memory=3762676175680046274 CPUtime=514.03 cores=1,3,5,7
/proc/17118/task/17121/stat : 17121 (java) R 17112 17115 16886 0 -1 4202560 21947 0 0 0 51153 250 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770787694752 139770969673500 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17122] ppid=17112 vsize=15025188 memory=3280 CPUtime=516.23 cores=1,3,5,7
/proc/17118/task/17122/stat : 17122 (java) R 17112 17115 16886 0 -1 4202560 21754 0 0 0 51407 216 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770786642776 139770969673763 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17123] ppid=17112 vsize=15025188 memory=36724 CPUtime=513.76 cores=1,3,5,7
/proc/17118/task/17123/stat : 17123 (java) R 17112 17115 16886 0 -1 4202560 25239 0 0 0 51141 235 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770443324120 139770969378064 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17124] ppid=17112 vsize=15025188 memory=6791534058613427641 CPUtime=4.18 cores=1,3,5,7
/proc/17118/task/17124/stat : 17124 (java) S 17112 17115 16886 0 -1 1077944384 70578 0 0 0 414 4 0 0 20 0 15 0 405254539 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769954792640 139770984687317 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17125] ppid=17112 vsize=15025188 memory=2052 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17125/stat : 17125 (java) S 17112 17115 16886 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 405254540 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769577203040 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17126] ppid=17112 vsize=15025188 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17126/stat : 17126 (java) S 17112 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254540 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769308767872 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17127] ppid=17112 vsize=15025188 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17127/stat : 17127 (java) S 17112 17115 16886 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139768934258928 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17128] ppid=17112 vsize=15025188 memory=36724 CPUtime=3.58 cores=1,3,5,7
/proc/17118/task/17128/stat : 17128 (java) S 17112 17115 16886 0 -1 1077944384 8279 0 0 0 357 1 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769953740960 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17129] ppid=17112 vsize=15025188 memory=988 CPUtime=4.15 cores=1,3,5,7
/proc/17118/task/17129/stat : 17129 (java) S 17112 17115 16886 0 -1 1077944384 9964 0 0 0 414 1 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769952688160 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17130] ppid=17112 vsize=15025188 memory=2052 CPUtime=0.94 cores=1,3,5,7
/proc/17118/task/17130/stat : 17130 (java) S 17112 17115 16886 0 -1 1077944384 11929 0 0 0 92 2 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769951635584 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17131] ppid=17112 vsize=15025188 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17131/stat : 17131 (java) S 17112 17115 16886 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139768436353504 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17132] ppid=17112 vsize=15025188 memory=12077708 CPUtime=0.56 cores=1,3,5,7
/proc/17118/task/17132/stat : 17132 (java) S 17112 17115 16886 0 -1 1077944384 512 0 0 0 31 25 0 0 20 0 15 0 405254543 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769950583728 139770984688258 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
Current cumulated CPU time of completed processes: 0.003611 s
Current children cumulated CPU time: 2527.75 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12077708 KiB

[startup+987.301 s]
/proc/loadavg: 4.07 3.88 3.79 6/238 17230
/proc/meminfo: memFree=19422368/32770624 swapFree=67003264/67108860
[pid=17118] ppid=17112 vsize=15025188 memory=12077708 CPUtime=2528.15 cores=1,3,5,7
/proc/17118/stat : 17118 (java) S 17112 17115 16886 0 -1 1077944320 252981 0 0 0 251801 1014 0 0 20 0 15 0 405254536 15385792512 3019427 33554432000 4194304 4196468 140734741432464 140734741415008 139770984677111 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
/proc/17118/statm: 3756297 3019427 3301 1 0 3717627 0
[pid=17118/tid=17119] ppid=17112 vsize=15025188 memory=12077708 CPUtime=456.91 cores=1,3,5,7
/proc/17118/task/17119/stat : 17119 (java) S 17112 17115 16886 0 -1 1077944384 56811 0 0 0 45639 52 0 0 20 0 15 0 405254536 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770956512816 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17120] ppid=17112 vsize=15025188 memory=12077708 CPUtime=513.42 cores=1,3,5,7
/proc/17118/task/17120/stat : 17120 (java) R 17112 17115 16886 0 -1 4202560 24605 0 0 0 51107 235 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770988919384 139770969673754 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17121] ppid=17112 vsize=15025188 memory=12077708 CPUtime=514.12 cores=1,3,5,7
/proc/17118/task/17121/stat : 17121 (java) R 17112 17115 16886 0 -1 4202560 21947 0 0 0 51162 250 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770787694752 139770966286887 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17122] ppid=17112 vsize=15025188 memory=1396 CPUtime=516.33 cores=1,3,5,7
/proc/17118/task/17122/stat : 17122 (java) R 17112 17115 16886 0 -1 4202560 21787 0 0 0 51417 216 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770786642776 139770969375962 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17123] ppid=17112 vsize=15025188 memory=12077708 CPUtime=513.86 cores=1,3,5,7
/proc/17118/task/17123/stat : 17123 (java) R 17112 17115 16886 0 -1 4202560 25239 0 0 0 51151 235 0 0 20 0 15 0 405254538 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139770443324120 139770969377523 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17124] ppid=17112 vsize=15025188 memory=12077708 CPUtime=4.18 cores=1,3,5,7
/proc/17118/task/17124/stat : 17124 (java) S 17112 17115 16886 0 -1 1077944384 70578 0 0 0 414 4 0 0 20 0 15 0 405254539 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769954792640 139770984687317 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17125] ppid=17112 vsize=15025188 memory=12077708 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17125/stat : 17125 (java) S 17112 17115 16886 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 405254540 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769577203040 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17126] ppid=17112 vsize=15025188 memory=12077708 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17126/stat : 17126 (java) S 17112 17115 16886 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405254540 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769308767872 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17127] ppid=17112 vsize=15025188 memory=2052 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17127/stat : 17127 (java) S 17112 17115 16886 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139768934258928 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17128] ppid=17112 vsize=15025188 memory=12077708 CPUtime=3.58 cores=1,3,5,7
/proc/17118/task/17128/stat : 17128 (java) S 17112 17115 16886 0 -1 1077944384 8279 0 0 0 357 1 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769953740960 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17129] ppid=17112 vsize=15025188 memory=12077708 CPUtime=4.15 cores=1,3,5,7
/proc/17118/task/17129/stat : 17129 (java) S 17112 17115 16886 0 -1 1077944384 9964 0 0 0 414 1 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769952688160 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17130] ppid=17112 vsize=15025188 memory=12077708 CPUtime=0.94 cores=1,3,5,7
/proc/17118/task/17130/stat : 17130 (java) S 17112 17115 16886 0 -1 1077944384 11929 0 0 0 92 2 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769951635584 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17131] ppid=17112 vsize=15025188 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/17118/task/17131/stat : 17131 (java) S 17112 17115 16886 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405254542 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139768436353504 139770984687317 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
[pid=17118/tid=17132] ppid=17112 vsize=15025188 memory=1396 CPUtime=0.56 cores=1,3,5,7
/proc/17118/task/17132/stat : 17132 (java) S 17112 17115 16886 0 -1 1077944384 512 0 0 0 31 25 0 0 20 0 15 0 405254543 15385792512 3019427 33554432000 4194304 4196468 140734741432464 139769950583728 139770984688258 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33468416 140734741435118 140734741435546 140734741435546 140734741438415 0
Current cumulated CPU time of completed processes: 0.003611 s
Current children cumulated CPU time: 2528.15 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12077708 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 987.364
CPU time (s): 2528.25
CPU user time (s): 2518.06
CPU system time (s): 10.1947
CPU usage (%): 256.061
Max. virtual memory (cumulated for all children) (KiB): 15138316
Max. memory (cumulated for all children) (KiB): 12079104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.06
system time used= 10.1947
maximum resident set size= 12077904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254096
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59341
involuntary context switches= 31453


# summary of solver processes directly reported to runsolver:
#   pid: 17115,17118
#   total CPU time (s): 2528.25
#   total CPU user time (s): 2518.06
#   total CPU system time (s): 10.1947

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.4921 second user time and 10.3965 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-12 14:08:30
IDJOB=4387797
IDBENCH=126001
IDSOLVER=2825
FILE ID=node133/4387797-1568290149
RUNJOBID= node133-1568289747-16920
PBS_JOBID= 21701096
Free space on /tmp= 52812 MiB

SOLVER NAME= Fun-sCOP order+GlueMiniSat (2019-06-15)
BENCH NAME= XCSP17/QRandom/QRandom-bdd-18-21-2/bdd-18-21-2-133-78-33.xml
COMMAND LINE= DIR/scop.sh 11g DIR/scop.jar -order DIR/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387797-1568290149/watcher-4387797-1568290149 -o /tmp/evaluation-result-4387797-1568290149/solver-4387797-1568290149 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568289747-16920 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -order HOME/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa HOME HOME/instance-4387797-1568290149.xml

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

MD5SUM BENCH= 81fb3456c728d6c2b2ee1ab40588047a
RANDOM SEED=1122706125

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
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:        31566360 kB
MemAvailable:   31700764 kB
Buffers:           89352 kB
Cached:           329120 kB
SwapCached:         3624 kB
Active:           452156 kB
Inactive:         173048 kB
Active(anon):     230804 kB
Inactive(anon):    15660 kB
Active(file):     221352 kB
Inactive(file):   157388 kB
Unevictable:      111244 kB
Mlocked:          111244 kB
SwapTotal:      67108860 kB
SwapFree:       67003260 kB
Dirty:             22668 kB
Writeback:             0 kB
AnonPages:        336884 kB
Mapped:            54252 kB
Shmem:             31124 kB
Slab:             171480 kB
SReclaimable:     143000 kB
SUnreclaim:        28480 kB
KernelStack:        4160 kB
PageTables:         6356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6063356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 52792 MiB
End job on node133 at 2019-09-12 14:24:57