Trace number 4305721

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
scop both+MapleCOMSPS (2018-07-31)? (TO) 2528.42 968.248

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-10-11_c18.xml
MD5SUM6eb53458083bb5bfd537601a03885fcf
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints21
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":110}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":110}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":11},{"arity":11,"count":10}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -both -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-24343-serial-file.bin HOME/instance-4305721-1534075322.xml
0.55/0.51	
0.55/0.52	scop both+minisat_release (2018-07-31)
0.67/0.52	(Encoding Process)
0.67/0.52	
0.67/0.54	c BEGIN-Prog: Sun Aug 12 14:02:03 CEST 2018
0.67/0.54	c PID: 24346
0.67/0.54	c IP: 172.20.3.135
0.67/0.54	c HOST: node135.alineos.net
0.67/0.55	c (0,0) Parsing Begin
3.06/1.61	c (1,1) Parsing End
3.06/1.62	c (1,1) CSP: 110 int (0 aux), 0 bool (0 aux), 21 ctr, max domain size 26
3.06/1.62	c (1,1) Heap : 563 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
3.06/1.62	c (1,1) Constraint Name Generate Begin
3.06/1.63	c (1,1) Ctr:HOME/instance-4305721-1534075322.xml,ExtensionSupport:IntVar
3.06/1.63	c (1,1) Constraint Name Generate End
3.06/1.63	c (1,1) Heap : 563 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
3.06/1.63	c (1,1) CSP to CSPinCNF Begin
108.44/78.29	c (77,72) translated 3 (10%) constraints
165.76/121.18	c (120,110) translated 5 (20%) constraints
224.84/164.31	c (163,148) translated 7 (30%) constraints
339.24/221.43	c (220,185) translated 9 (40%) constraints
393.40/263.27	c (262,223) translated 11 (50%) constraints
477.66/333.14	c (332,288) translated 13 (60%) constraints
571.05/382.05	c (381,322) translated 15 (70%) constraints
664.15/430.78	c (430,356) translated 17 (80%) constraints
807.99/492.04	c (491,389) translated 19 (90%) constraints
1478.32/686.92	c (686,422) translated 21 (100%) constraints
2520.29/966.12	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.29/966.12	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 (6941 MiB free)
  memory of node 1: 16384 MiB (4573 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305721-1534075322/watcher-4305721-1534075322 -o /tmp/evaluation-result-4305721-1534075322/solver-4305721-1534075322 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534062530-19414 --watchdog 2580 scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305721-1534075322.xml 

running on 4 cores: 0,2,4,6

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=24343, runsolver pid=24340

[startup+0.100161 s]*
/proc/loadavg: 2.48 2.25 2.14 3/227 24360
/proc/meminfo: memFree=11731076/32770624 swapFree=67108860/67108860
[pid=24343] ppid=24340 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/24343/stat : 24343 (scop.sh) S 24340 24343 19383 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225095405 115843072 349 33554432000 4194304 5098028 140723318822624 140723318819880 140237245903484 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 20500480 140723318826049 140723318826247 140723318826247 140723318829005 0
/proc/24343/statm: 28282 349 296 221 0 87 0
[pid=24346] ppid=24343 vsize=15012476 memory=72224 CPUtime=0.11 cores=0,2,4,6
/proc/24346/stat : 24346 (java) S 24343 24343 19383 0 -1 1077944320 6172 0 0 0 9 2 0 0 20 0 15 0 225095406 15372775424 18056 33554432000 4194304 4196468 140735599708720 140735599691264 140139021758199 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
/proc/24346/statm: 3753119 18056 2768 1 0 3715579 0
[pid=24346/tid=24347] ppid=24343 vsize=15012476 memory=-6150928374978363333 CPUtime=0.08 cores=0,2,4,6
/proc/24346/task/24347/stat : 24347 (java) R 24343 24343 19383 0 -1 4202560 4255 0 0 0 7 1 0 0 20 0 15 0 225095406 15372775424 18056 33554432000 4194304 4196468 140735599708720 140138993592640 140139006320355 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24348] ppid=24343 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24348/stat : 24348 (java) S 24343 24343 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095408 15372775424 18056 33554432000 4194304 4196468 140735599708720 140139026000784 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24349] ppid=24343 vsize=15012476 memory=140535127225984 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24349/stat : 24349 (java) S 24343 24343 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095408 15372775424 18056 33554432000 4194304 4196468 140735599708720 140138817084176 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24350] ppid=24343 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24350/stat : 24350 (java) S 24343 24343 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095408 15372775424 18056 33554432000 4194304 4196468 140735599708720 140138816031888 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24351] ppid=24343 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24351/stat : 24351 (java) S 24343 24343 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095408 15372775424 18056 33554432000 4194304 4196468 140735599708720 140138814979088 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24352] ppid=24343 vsize=15012476 memory=140535127225984 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24352/stat : 24352 (java) S 24343 24343 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095409 15372775424 18056 33554432000 4194304 4196468 140735599708720 140138082478192 140139021769346 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24353] ppid=24343 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24353/stat : 24353 (java) S 24343 24343 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225095410 15372775424 18056 33554432000 4194304 4196468 140735599708720 140137602212640 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24354] ppid=24343 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24354/stat : 24354 (java) S 24343 24343 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095410 15372775424 18056 33554432000 4194304 4196468 140735599708720 140137333777520 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24355] ppid=24343 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24355/stat : 24355 (java) S 24343 24343 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095412 15372775424 18056 33554432000 4194304 4196468 140735599708720 140136959268944 140139021776795 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24356] ppid=24343 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24356/stat : 24356 (java) S 24343 24343 19383 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 225095412 15372775424 18056 33554432000 4194304 4196468 140735599708720 140138081426032 140139021769346 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24357] ppid=24343 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24357/stat : 24357 (java) S 24343 24343 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095412 15372775424 18056 33554432000 4194304 4196468 140735599708720 140138080373232 140139021769346 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24358] ppid=24343 vsize=15012476 memory=140535127225984 CPUtime=0.01 cores=0,2,4,6
/proc/24346/task/24358/stat : 24358 (java) S 24343 24343 19383 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 15 0 225095412 15372775424 18122 33554432000 4194304 4196468 140735599708720 140138079320944 140139021769346 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24359] ppid=24343 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24359/stat : 24359 (java) S 24343 24343 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095413 15372775424 18122 33554432000 4194304 4196468 140735599708720 140136461364192 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24360] ppid=24343 vsize=15012476 memory=140535127225984 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24360/stat : 24360 (java) S 24343 24343 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095413 15372775424 18122 33554432000 4194304 4196468 140735599708720 140138078267824 140139021769346 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 73620 KiB

[startup+0.211108 s]*
/proc/loadavg: 2.48 2.25 2.14 4/227 24360
/proc/meminfo: memFree=11717248/32770624 swapFree=67108860/67108860
[pid=24343] ppid=24340 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/24343/stat : 24343 (scop.sh) S 24340 24343 19383 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225095405 115843072 349 33554432000 4194304 5098028 140723318822624 140723318819880 140237245903484 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 20500480 140723318826049 140723318826247 140723318826247 140723318829005 0
/proc/24343/statm: 28282 349 296 221 0 87 0
[pid=24346] ppid=24343 vsize=15012476 memory=85788 CPUtime=0.26 cores=0,2,4,6
/proc/24346/stat : 24346 (java) S 24343 24343 19383 0 -1 1077944320 9764 0 0 0 23 3 0 0 20 0 15 0 225095406 15372775424 21447 33554432000 4194304 4196468 140735599708720 140735599691264 140139021758199 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
/proc/24346/statm: 3753119 21447 2927 1 0 3715579 0
[pid=24346/tid=24347] ppid=24343 vsize=15012476 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/24346/task/24347/stat : 24347 (java) R 24343 24343 19383 0 -1 4202560 7663 0 0 0 18 2 0 0 20 0 15 0 225095406 15372775424 21447 33554432000 4194304 4196468 140735599708720 140138993584592 140139021770134 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24348] ppid=24343 vsize=15012476 memory=550 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24348/stat : 24348 (java) S 24343 24343 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095408 15372775424 21447 33554432000 4194304 4196468 140735599708720 140139026000784 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24349] ppid=24343 vsize=15012476 memory=140535127245851 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24349/stat : 24349 (java) S 24343 24343 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095408 15372775424 21447 33554432000 4194304 4196468 140735599708720 140138817084176 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24350] ppid=24343 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24350/stat : 24350 (java) S 24343 24343 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095408 15372775424 21447 33554432000 4194304 4196468 140735599708720 140138816031888 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24351] ppid=24343 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24351/stat : 24351 (java) S 24343 24343 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095408 15372775424 21447 33554432000 4194304 4196468 140735599708720 140138814979088 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24352] ppid=24343 vsize=15012476 memory=140535127225984 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24352/stat : 24352 (java) S 24343 24343 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095409 15372775424 21447 33554432000 4194304 4196468 140735599708720 140138082478192 140139021769346 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24353] ppid=24343 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24353/stat : 24353 (java) S 24343 24343 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225095410 15372775424 21447 33554432000 4194304 4196468 140735599708720 140137602212640 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24354] ppid=24343 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24354/stat : 24354 (java) S 24343 24343 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095410 15372775424 21447 33554432000 4194304 4196468 140735599708720 140137333777520 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24355] ppid=24343 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24355/stat : 24355 (java) S 24343 24343 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095412 15372775424 21447 33554432000 4194304 4196468 140735599708720 140136959268944 140139021776795 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24356] ppid=24343 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24356/stat : 24356 (java) S 24343 24343 19383 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 15 0 225095412 15372775424 21447 33554432000 4194304 4196468 140735599708720 140138081426032 140139021769346 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24357] ppid=24343 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24357/stat : 24357 (java) S 24343 24343 19383 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 225095412 15372775424 21447 33554432000 4194304 4196468 140735599708720 140138080373232 140139021769346 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24358] ppid=24343 vsize=15012476 memory=140535127225984 CPUtime=0.03 cores=0,2,4,6
/proc/24346/task/24358/stat : 24358 (java) R 24343 24343 19383 0 -1 4202560 295 0 0 0 3 0 0 0 20 0 15 0 225095412 15372775424 21447 33554432000 4194304 4196468 140735599708720 140138079320944 140139001729384 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24359] ppid=24343 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24359/stat : 24359 (java) S 24343 24343 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095413 15372775424 21447 33554432000 4194304 4196468 140735599708720 140136461364192 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24360] ppid=24343 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24360/stat : 24360 (java) S 24343 24343 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095413 15372775424 21447 33554432000 4194304 4196468 140735599708720 140138078267824 140139021769346 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 87184 KiB

[startup+0.311162 s]*
/proc/loadavg: 2.48 2.25 2.14 3/227 24360
/proc/meminfo: memFree=11712984/32770624 swapFree=67108860/67108860
[pid=24343] ppid=24340 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/24343/stat : 24343 (scop.sh) S 24340 24343 19383 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225095405 115843072 349 33554432000 4194304 5098028 140723318822624 140723318819880 140237245903484 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 20500480 140723318826049 140723318826247 140723318826247 140723318829005 0
/proc/24343/statm: 28282 349 296 221 0 87 0
[pid=24346] ppid=24343 vsize=15012476 memory=89924 CPUtime=0.44 cores=0,2,4,6
/proc/24346/stat : 24346 (java) S 24343 24343 19383 0 -1 1077944320 10395 0 0 0 40 4 0 0 20 0 15 0 225095406 15372775424 22481 33554432000 4194304 4196468 140735599708720 140735599691264 140139021758199 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
/proc/24346/statm: 3753119 22481 3017 1 0 3715579 0
[pid=24346/tid=24347] ppid=24343 vsize=15012476 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/24346/task/24347/stat : 24347 (java) R 24343 24343 19383 0 -1 4202560 8102 0 0 0 27 2 0 0 20 0 15 0 225095406 15372775424 22481 33554432000 4194304 4196468 140735599708720 140138993553200 140139005838686 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24348] ppid=24343 vsize=15012476 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24348/stat : 24348 (java) S 24343 24343 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095408 15372775424 22481 33554432000 4194304 4196468 140735599708720 140139026000784 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24349] ppid=24343 vsize=15012476 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24349/stat : 24349 (java) S 24343 24343 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095408 15372775424 22481 33554432000 4194304 4196468 140735599708720 140138817084176 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24350] ppid=24343 vsize=15012476 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24350/stat : 24350 (java) S 24343 24343 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095408 15372775424 22481 33554432000 4194304 4196468 140735599708720 140138816031888 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24351] ppid=24343 vsize=15012476 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24351/stat : 24351 (java) S 24343 24343 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095408 15372775424 22481 33554432000 4194304 4196468 140735599708720 140138814979088 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24352] ppid=24343 vsize=15012476 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24352/stat : 24352 (java) S 24343 24343 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095409 15372775424 22481 33554432000 4194304 4196468 140735599708720 140138082478192 140139021769346 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24353] ppid=24343 vsize=15012476 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24353/stat : 24353 (java) S 24343 24343 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225095410 15372775424 22481 33554432000 4194304 4196468 140735599708720 140137602212640 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24354] ppid=24343 vsize=15012476 memory=-6664436420846797971 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24354/stat : 24354 (java) S 24343 24343 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095410 15372775424 22481 33554432000 4194304 4196468 140735599708720 140137333777520 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24355] ppid=24343 vsize=15012476 memory=4426078206164241782 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24355/stat : 24355 (java) S 24343 24343 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095412 15372775424 22481 33554432000 4194304 4196468 140735599708720 140136959268944 140139021776795 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24356] ppid=24343 vsize=15012476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24346/task/24356/stat : 24356 (java) R 24343 24343 19383 0 -1 4202560 397 0 0 0 2 0 0 0 20 0 15 0 225095412 15372775424 22481 33554432000 4194304 4196468 140735599708720 140138081426032 140138999392848 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24357] ppid=24343 vsize=15012476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24346/task/24357/stat : 24357 (java) R 24343 24343 19383 0 -1 1077944384 222 0 0 0 2 0 0 0 20 0 15 0 225095412 15372775424 22481 33554432000 4194304 4196468 140735599708720 140138080373232 140139021769346 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24358] ppid=24343 vsize=15012476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24346/task/24358/stat : 24358 (java) R 24343 24343 19383 0 -1 4202560 340 0 0 0 7 0 0 0 20 0 15 0 225095412 15372775424 22481 33554432000 4194304 4196468 140735599708720 140138079320944 140139000392039 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24359] ppid=24343 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24359/stat : 24359 (java) S 24343 24343 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095413 15372775424 22481 33554432000 4194304 4196468 140735599708720 140136461364192 140139021768405 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24360] ppid=24343 vsize=15012476 memory=3473180417806377009 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24360/stat : 24360 (java) S 24343 24343 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095413 15372775424 22481 33554432000 4194304 4196468 140735599708720 140138078267824 140139021769346 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91320 KiB

[startup+0.705065 s]
/proc/loadavg: 2.48 2.25 2.14 3/227 24360
/proc/meminfo: memFree=11688180/32770624 swapFree=67108860/67108860
[pid=24343] ppid=24340 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/24343/stat : 24343 (scop.sh) S 24340 24343 19383 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225095405 115843072 349 33554432000 4194304 5098028 140723318822624 140723318819880 140237245903484 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 20500480 140723318826049 140723318826247 140723318826247 140723318829005 0
/proc/24343/statm: 28282 349 296 221 0 87 0
[pid=24346] ppid=24343 vsize=15018748 memory=134796 CPUtime=1.03 cores=0,2,4,6
/proc/24346/stat : 24346 (java) S 24343 24343 19383 0 -1 1077944320 17358 0 0 0 96 7 0 0 20 0 15 0 225095406 15379197952 33699 33554432000 4194304 4196468 140735599708720 140735599691264 140139021758199 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
/proc/24346/statm: 3754687 33699 3127 1 0 3716091 0
[pid=24346/tid=24347] ppid=24343 vsize=15018748 memory=61212 CPUtime=0.67 cores=0,2,4,6
/proc/24346/task/24347/stat : 24347 (java) R 24343 24343 19383 0 -1 4202560 14550 0 0 0 62 5 0 0 20 0 15 0 225095406 15379197952 33699 33554432000 4194304 4196468 140735599708720 140138993594736 140139021780125 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24348] ppid=24343 vsize=15018748 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24348/stat : 24348 (java) S 24343 24343 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095408 15379197952 33699 33554432000 4194304 4196468 140735599708720 140139026000784 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24349] ppid=24343 vsize=15018748 memory=2432 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24349/stat : 24349 (java) S 24343 24343 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095408 15379197952 33699 33554432000 4194304 4196468 140735599708720 140138817084176 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24350] ppid=24343 vsize=15018748 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24350/stat : 24350 (java) S 24343 24343 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095408 15379197952 33699 33554432000 4194304 4196468 140735599708720 140138816031888 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24351] ppid=24343 vsize=15018748 memory=792 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24351/stat : 24351 (java) S 24343 24343 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095408 15379197952 33699 33554432000 4194304 4196468 140735599708720 140138814979088 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24352] ppid=24343 vsize=15018748 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24352/stat : 24352 (java) S 24343 24343 19383 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225095409 15379197952 33699 33554432000 4194304 4196468 140735599708720 140138082478192 140139021769346 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24353] ppid=24343 vsize=15018748 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24353/stat : 24353 (java) S 24343 24343 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225095410 15379197952 33699 33554432000 4194304 4196468 140735599708720 140137602212640 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24354] ppid=24343 vsize=15018748 memory=5772 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24354/stat : 24354 (java) S 24343 24343 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095410 15379197952 33699 33554432000 4194304 4196468 140735599708720 140137333777520 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24355] ppid=24343 vsize=15018748 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24355/stat : 24355 (java) S 24343 24343 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095412 15379197952 33699 33554432000 4194304 4196468 140735599708720 140136959268944 140139021776795 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24356] ppid=24343 vsize=15018748 memory=1160 CPUtime=0.1 cores=0,2,4,6
/proc/24346/task/24356/stat : 24356 (java) R 24343 24343 19383 0 -1 4202560 648 0 0 0 10 0 0 0 20 0 15 0 225095412 15379197952 33699 33554432000 4194304 4196468 140735599708720 140138081412000 140139006868800 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24357] ppid=24343 vsize=15018748 memory=968 CPUtime=0.07 cores=0,2,4,6
/proc/24346/task/24357/stat : 24357 (java) S 24343 24343 19383 0 -1 1077944384 372 0 0 0 7 0 0 0 20 0 15 0 225095412 15379197952 33699 33554432000 4194304 4196468 140735599708720 140138080373232 140139021769346 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24358] ppid=24343 vsize=15018748 memory=12144 CPUtime=0.15 cores=0,2,4,6
/proc/24346/task/24358/stat : 24358 (java) S 24343 24343 19383 0 -1 1077944384 451 0 0 0 15 0 0 0 20 0 15 0 225095412 15379197952 33699 33554432000 4194304 4196468 140735599708720 140138079320944 140139021769346 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24359] ppid=24343 vsize=15018748 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24359/stat : 24359 (java) S 24343 24343 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095413 15379197952 33699 33554432000 4194304 4196468 140735599708720 140136461364192 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24360] ppid=24343 vsize=15018748 memory=8812 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24360/stat : 24360 (java) S 24343 24343 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095413 15379197952 33699 33554432000 4194304 4196468 140735599708720 140138078267824 140139021769346 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 15131876 KiB
Current children cumulated memory: 136192 KiB

[startup+1.50103 s]
/proc/loadavg: 2.48 2.25 2.14 3/227 24360
/proc/meminfo: memFree=11540068/32770624 swapFree=67108860/67108860
[pid=24343] ppid=24340 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/24343/stat : 24343 (scop.sh) S 24340 24343 19383 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225095405 115843072 349 33554432000 4194304 5098028 140723318822624 140723318819880 140237245903484 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 20500480 140723318826049 140723318826247 140723318826247 140723318829005 0
/proc/24343/statm: 28282 349 296 221 0 87 0

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

Current children cumulated CPU time: 2521.43 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12059040 KiB

[startup+967.201 s]
/proc/loadavg: 4.80 4.21 3.25 6/224 24387
/proc/meminfo: memFree=230220/32770624 swapFree=67108860/67108860
[pid=24346] ppid=24340 vsize=15024968 memory=12059040 CPUtime=2524.61 cores=0,2,4,6
/proc/24346/stat : 24346 (java) S 24340 24343 19383 0 -1 1077944320 4216126 0 1 0 250987 1474 0 0 20 0 15 0 225095406 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140735599691264 140139021758199 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
/proc/24346/statm: 3756242 3014760 3247 1 0 3717627 0
[pid=24346/tid=24347] ppid=24340 vsize=15024968 memory=7229806141136589392 CPUtime=443.79 cores=0,2,4,6
/proc/24346/task/24347/stat : 24347 (java) S 24340 24343 19383 0 -1 1077944384 122269 0 0 0 44318 61 0 0 20 0 15 0 225095406 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138993597280 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24348] ppid=24340 vsize=15024968 memory=7229806141136589392 CPUtime=515.41 cores=0,2,4,6
/proc/24346/task/24348/stat : 24348 (java) R 24340 24343 19383 0 -1 4202560 891223 0 0 0 51214 327 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140139026000984 140139003367945 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24349] ppid=24340 vsize=15024968 memory=7810761632817177685 CPUtime=515.92 cores=0,2,4,6
/proc/24346/task/24349/stat : 24349 (java) R 24340 24343 19383 0 -1 4202560 942156 0 1 0 51240 352 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138817084376 140139003367947 0 4 2 25189581 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24350] ppid=24340 vsize=15024968 memory=6791534058613427641 CPUtime=515.2 cores=0,2,4,6
/proc/24346/task/24350/stat : 24350 (java) R 24340 24343 19383 0 -1 4202560 768668 0 0 0 51202 318 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138816032088 140139003367987 0 4 2 25189581 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24351] ppid=24340 vsize=15024968 memory=12059040 CPUtime=515.27 cores=0,2,4,6
/proc/24346/task/24351/stat : 24351 (java) R 24340 24343 19383 0 -1 4202560 870368 0 0 0 51181 346 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138814978976 140139006754797 0 4 2 25189581 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24352] ppid=24340 vsize=15024968 memory=3560 CPUtime=3.47 cores=0,2,4,6
/proc/24346/task/24352/stat : 24352 (java) S 24340 24343 19383 0 -1 1077944384 556339 0 0 0 299 48 0 0 20 0 15 0 225095409 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138082476736 140139021768405 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24353] ppid=24340 vsize=15024968 memory=61220 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24353/stat : 24353 (java) S 24340 24343 19383 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 225095410 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140137602212704 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24354] ppid=24340 vsize=15024968 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24354/stat : 24354 (java) S 24340 24343 19383 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 225095410 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140137333777536 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24355] ppid=24340 vsize=15024968 memory=5772 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24355/stat : 24355 (java) S 24340 24343 19383 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140136959268592 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24356] ppid=24340 vsize=15024968 memory=1444 CPUtime=6.92 cores=0,2,4,6
/proc/24346/task/24356/stat : 24356 (java) S 24340 24343 19383 0 -1 1077944384 21206 0 0 0 690 2 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138081426080 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24357] ppid=24340 vsize=15024968 memory=1160 CPUtime=6.65 cores=0,2,4,6
/proc/24346/task/24357/stat : 24357 (java) S 24340 24343 19383 0 -1 1077944384 20419 0 0 0 663 2 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138080372992 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24358] ppid=24340 vsize=15024968 memory=968 CPUtime=1.15 cores=0,2,4,6
/proc/24346/task/24358/stat : 24358 (java) S 24340 24343 19383 0 -1 1077944384 20786 0 0 0 112 3 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138079320992 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24359] ppid=24340 vsize=15024968 memory=61220 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24359/stat : 24359 (java) S 24340 24343 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095413 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140136461364192 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24360] ppid=24340 vsize=15024968 memory=1228 CPUtime=0.72 cores=0,2,4,6
/proc/24346/task/24360/stat : 24360 (java) S 24340 24343 19383 0 -1 1077944384 1314 0 0 0 38 34 0 0 20 0 15 0 225095413 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138078267824 140139021769346 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
Current cumulated CPU time of completed processes: 0.003668 s
Current children cumulated CPU time: 2524.61 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12059040 KiB

[startup+967.601 s]
/proc/loadavg: 4.80 4.21 3.25 6/224 24387
/proc/meminfo: memFree=230220/32770624 swapFree=67108860/67108860
[pid=24346] ppid=24340 vsize=15024968 memory=12059040 CPUtime=2526.2 cores=0,2,4,6
/proc/24346/stat : 24346 (java) S 24340 24343 19383 0 -1 1077944320 4216825 0 1 0 251146 1474 0 0 20 0 15 0 225095406 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140735599691264 140139021758199 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
/proc/24346/statm: 3756242 3014760 3247 1 0 3717627 0
[pid=24346/tid=24347] ppid=24340 vsize=15024968 memory=1228 CPUtime=443.79 cores=0,2,4,6
/proc/24346/task/24347/stat : 24347 (java) S 24340 24343 19383 0 -1 1077944384 122269 0 0 0 44318 61 0 0 20 0 15 0 225095406 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138993597280 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24348] ppid=24340 vsize=15024968 memory=2432 CPUtime=515.8 cores=0,2,4,6
/proc/24346/task/24348/stat : 24348 (java) R 24340 24343 19383 0 -1 4202560 891390 0 0 0 51253 327 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140139026000984 140139003367808 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24349] ppid=24340 vsize=15024968 memory=1828 CPUtime=516.32 cores=0,2,4,6
/proc/24346/task/24349/stat : 24349 (java) R 24340 24343 19383 0 -1 4202560 942686 0 1 0 51280 352 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138817084376 140139006754817 0 4 2 25189581 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24350] ppid=24340 vsize=15024968 memory=792 CPUtime=515.6 cores=0,2,4,6
/proc/24346/task/24350/stat : 24350 (java) R 24340 24343 19383 0 -1 4202560 768670 0 0 0 51242 318 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138816032088 140139006457584 0 4 2 25189581 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24351] ppid=24340 vsize=15024968 memory=1224 CPUtime=515.67 cores=0,2,4,6
/proc/24346/task/24351/stat : 24351 (java) R 24340 24343 19383 0 -1 4202560 870368 0 0 0 51221 346 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138814978976 140139006456958 0 4 2 25189581 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24352] ppid=24340 vsize=15024968 memory=1944 CPUtime=3.47 cores=0,2,4,6
/proc/24346/task/24352/stat : 24352 (java) S 24340 24343 19383 0 -1 1077944384 556339 0 0 0 299 48 0 0 20 0 15 0 225095409 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138082476736 140139021768405 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24353] ppid=24340 vsize=15024968 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24353/stat : 24353 (java) S 24340 24343 19383 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 225095410 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140137602212704 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24354] ppid=24340 vsize=15024968 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24354/stat : 24354 (java) S 24340 24343 19383 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 225095410 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140137333777536 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24355] ppid=24340 vsize=15024968 memory=8812 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24355/stat : 24355 (java) S 24340 24343 19383 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140136959268592 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24356] ppid=24340 vsize=15024968 memory=4576 CPUtime=6.92 cores=0,2,4,6
/proc/24346/task/24356/stat : 24356 (java) S 24340 24343 19383 0 -1 1077944384 21206 0 0 0 690 2 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138081426080 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24357] ppid=24340 vsize=15024968 memory=15868 CPUtime=6.65 cores=0,2,4,6
/proc/24346/task/24357/stat : 24357 (java) S 24340 24343 19383 0 -1 1077944384 20419 0 0 0 663 2 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138080372992 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24358] ppid=24340 vsize=15024968 memory=4012 CPUtime=1.15 cores=0,2,4,6
/proc/24346/task/24358/stat : 24358 (java) S 24340 24343 19383 0 -1 1077944384 20786 0 0 0 112 3 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138079320992 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24359] ppid=24340 vsize=15024968 memory=35020 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24359/stat : 24359 (java) S 24340 24343 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095413 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140136461364192 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24360] ppid=24340 vsize=15024968 memory=18220 CPUtime=0.72 cores=0,2,4,6
/proc/24346/task/24360/stat : 24360 (java) S 24340 24343 19383 0 -1 1077944384 1314 0 0 0 38 34 0 0 20 0 15 0 225095413 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138078267824 140139021769346 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
Current cumulated CPU time of completed processes: 0.003668 s
Current children cumulated CPU time: 2526.2 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12059040 KiB

[startup+968.001 s]*
/proc/loadavg: 4.80 4.21 3.25 6/224 24387
/proc/meminfo: memFree=230344/32770624 swapFree=67108860/67108860
[pid=24346] ppid=24340 vsize=15024968 memory=12059040 CPUtime=2527.83 cores=0,2,4,6
/proc/24346/stat : 24346 (java) S 24340 24343 19383 0 -1 1077944320 4216825 0 1 0 251309 1474 0 0 20 0 15 0 225095406 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140735599691264 140139021758199 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
/proc/24346/statm: 3756242 3014760 3247 1 0 3717627 0
[pid=24346/tid=24347] ppid=24340 vsize=15024968 memory=792 CPUtime=443.79 cores=0,2,4,6
/proc/24346/task/24347/stat : 24347 (java) S 24340 24343 19383 0 -1 1077944384 122269 0 0 0 44318 61 0 0 20 0 15 0 225095406 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138993597280 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24348] ppid=24340 vsize=15024968 memory=1224 CPUtime=516.2 cores=0,2,4,6
/proc/24346/task/24348/stat : 24348 (java) R 24340 24343 19383 0 -1 4202560 891390 0 0 0 51293 327 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140139026000984 140139003368036 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24349] ppid=24340 vsize=15024968 memory=1398720917958146503 CPUtime=516.73 cores=0,2,4,6
/proc/24346/task/24349/stat : 24349 (java) R 24340 24343 19383 0 -1 4202560 942686 0 1 0 51321 352 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138817084376 140139003367947 0 4 2 25189581 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24350] ppid=24340 vsize=15024968 memory=1536 CPUtime=516.01 cores=0,2,4,6
/proc/24346/task/24350/stat : 24350 (java) R 24340 24343 19383 0 -1 4202560 768670 0 0 0 51283 318 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138816032088 140139006754861 0 4 2 25189581 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24351] ppid=24340 vsize=15024968 memory=928 CPUtime=516.08 cores=0,2,4,6
/proc/24346/task/24351/stat : 24351 (java) R 24340 24343 19383 0 -1 4202560 870368 0 0 0 51262 346 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138814978976 140139006456944 0 4 2 25189581 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24352] ppid=24340 vsize=15024968 memory=2244 CPUtime=3.47 cores=0,2,4,6
/proc/24346/task/24352/stat : 24352 (java) S 24340 24343 19383 0 -1 1077944384 556339 0 0 0 299 48 0 0 20 0 15 0 225095409 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138082476736 140139021768405 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24353] ppid=24340 vsize=15024968 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24353/stat : 24353 (java) S 24340 24343 19383 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 225095410 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140137602212704 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24354] ppid=24340 vsize=15024968 memory=2192 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24354/stat : 24354 (java) S 24340 24343 19383 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 225095410 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140137333777536 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24355] ppid=24340 vsize=15024968 memory=7528 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24355/stat : 24355 (java) S 24340 24343 19383 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140136959268592 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24356] ppid=24340 vsize=15024968 memory=828 CPUtime=6.92 cores=0,2,4,6
/proc/24346/task/24356/stat : 24356 (java) S 24340 24343 19383 0 -1 1077944384 21206 0 0 0 690 2 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138081426080 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24357] ppid=24340 vsize=15024968 memory=1796 CPUtime=6.65 cores=0,2,4,6
/proc/24346/task/24357/stat : 24357 (java) S 24340 24343 19383 0 -1 1077944384 20419 0 0 0 663 2 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138080372992 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24358] ppid=24340 vsize=15024968 memory=912 CPUtime=1.15 cores=0,2,4,6
/proc/24346/task/24358/stat : 24358 (java) S 24340 24343 19383 0 -1 1077944384 20786 0 0 0 112 3 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138079320992 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24359] ppid=24340 vsize=15024968 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24359/stat : 24359 (java) S 24340 24343 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095413 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140136461364192 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24360] ppid=24340 vsize=15024968 memory=3424 CPUtime=0.72 cores=0,2,4,6
/proc/24346/task/24360/stat : 24360 (java) S 24340 24343 19383 0 -1 1077944384 1314 0 0 0 38 34 0 0 20 0 15 0 225095413 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138078267824 140139021769346 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
Current cumulated CPU time of completed processes: 0.003668 s
Current children cumulated CPU time: 2527.83 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12059040 KiB

[startup+968.112 s]
/proc/loadavg: 4.80 4.21 3.25 6/224 24387
/proc/meminfo: memFree=230344/32770624 swapFree=67108860/67108860
[pid=24346] ppid=24340 vsize=15024968 memory=12059040 CPUtime=2528.23 cores=0,2,4,6
/proc/24346/stat : 24346 (java) S 24340 24343 19383 0 -1 1077944320 4216825 0 1 0 251349 1474 0 0 20 0 15 0 225095406 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140735599691264 140139021758199 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
/proc/24346/statm: 3756242 3014760 3247 1 0 3717627 0
[pid=24346/tid=24347] ppid=24340 vsize=15024968 memory=12059040 CPUtime=443.79 cores=0,2,4,6
/proc/24346/task/24347/stat : 24347 (java) S 24340 24343 19383 0 -1 1077944384 122269 0 0 0 44318 61 0 0 20 0 15 0 225095406 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138993597280 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24348] ppid=24340 vsize=15024968 memory=12059040 CPUtime=516.3 cores=0,2,4,6
/proc/24346/task/24348/stat : 24348 (java) R 24340 24343 19383 0 -1 4202560 891390 0 0 0 51303 327 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140139026000984 140139003367814 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24349] ppid=24340 vsize=15024968 memory=12059040 CPUtime=516.83 cores=0,2,4,6
/proc/24346/task/24349/stat : 24349 (java) R 24340 24343 19383 0 -1 4202560 942686 0 1 0 51331 352 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138817083984 140139014386407 0 4 2 25189581 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24350] ppid=24340 vsize=15024968 memory=12059040 CPUtime=516.11 cores=0,2,4,6
/proc/24346/task/24350/stat : 24350 (java) R 24340 24343 19383 0 -1 4202560 768670 0 0 0 51293 318 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138816032088 140139003367975 0 4 2 25189581 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24351] ppid=24340 vsize=15024968 memory=12059040 CPUtime=516.18 cores=0,2,4,6
/proc/24346/task/24351/stat : 24351 (java) R 24340 24343 19383 0 -1 4202560 870368 0 0 0 51272 346 0 0 20 0 15 0 225095408 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138814978976 140139006754614 0 4 2 25189581 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24352] ppid=24340 vsize=15024968 memory=12059040 CPUtime=3.47 cores=0,2,4,6
/proc/24346/task/24352/stat : 24352 (java) S 24340 24343 19383 0 -1 1077944384 556339 0 0 0 299 48 0 0 20 0 15 0 225095409 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138082476736 140139021768405 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24353] ppid=24340 vsize=15024968 memory=12059040 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24353/stat : 24353 (java) S 24340 24343 19383 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 225095410 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140137602212704 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24354] ppid=24340 vsize=15024968 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24354/stat : 24354 (java) S 24340 24343 19383 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 225095410 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140137333777536 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24355] ppid=24340 vsize=15024968 memory=12059040 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24355/stat : 24355 (java) S 24340 24343 19383 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140136959268592 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24356] ppid=24340 vsize=15024968 memory=12059036 CPUtime=6.92 cores=0,2,4,6
/proc/24346/task/24356/stat : 24356 (java) S 24340 24343 19383 0 -1 1077944384 21206 0 0 0 690 2 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138081426080 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24357] ppid=24340 vsize=15024968 memory=0 CPUtime=6.65 cores=0,2,4,6
/proc/24346/task/24357/stat : 24357 (java) S 24340 24343 19383 0 -1 1077944384 20419 0 0 0 663 2 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138080372992 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24358] ppid=24340 vsize=15024968 memory=12059040 CPUtime=1.15 cores=0,2,4,6
/proc/24346/task/24358/stat : 24358 (java) S 24340 24343 19383 0 -1 1077944384 20786 0 0 0 112 3 0 0 20 0 15 0 225095412 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138079320992 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24359] ppid=24340 vsize=15024968 memory=12059040 CPUtime=0 cores=0,2,4,6
/proc/24346/task/24359/stat : 24359 (java) S 24340 24343 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095413 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140136461364192 140139021768405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
[pid=24346/tid=24360] ppid=24340 vsize=15024968 memory=1444 CPUtime=0.72 cores=0,2,4,6
/proc/24346/task/24360/stat : 24360 (java) S 24340 24343 19383 0 -1 1077944384 1314 0 0 0 38 34 0 0 20 0 15 0 225095413 15385567232 3014760 33554432000 4194304 4196468 140735599708720 140138078267824 140139021769346 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 24891392 140735599711239 140735599711537 140735599711537 140735599714255 0
Current cumulated CPU time of completed processes: 0.003668 s
Current children cumulated CPU time: 2528.23 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12059040 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 968.248
CPU time (s): 2528.42
CPU user time (s): 2513.54
CPU system time (s): 14.874
CPU usage (%): 261.133
Max. virtual memory (cumulated for all children) (KiB): 15138096
Max. memory (cumulated for all children) (KiB): 12073124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.54
system time used= 14.874
maximum resident set size= 12071728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4217938
page faults= 1
swaps= 0
block input operations= 264
block output operations= 1280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41821
involuntary context switches= 25881


# summary of solver processes directly reported to runsolver:
#   pid: 24343,24346
#   total CPU time (s): 2528.42
#   total CPU user time (s): 2513.54
#   total CPU system time (s): 14.874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.89826 second user time and 10.737 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-12 14:02:02
IDJOB=4305721
IDBENCH=141436
IDSOLVER=2783
FILE ID=node135/4305721-1534075322
RUNJOBID= node135-1534062530-19414
PBS_JOBID= 21036983
Free space on /tmp= 42756 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-10-11_c18.xml
COMMAND LINE= scop.sh 11g scop.jar -both minisat_release default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305721-1534075322/watcher-4305721-1534075322 -o /tmp/evaluation-result-4305721-1534075322/solver-4305721-1534075322 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534062530-19414 --watchdog 2580  scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305721-1534075322.xml

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

MD5SUM BENCH= 6eb53458083bb5bfd537601a03885fcf
RANDOM SEED=1371850583

node135.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.50
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.50
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.50
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.50
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:        11790620 kB
MemAvailable:   31754604 kB
Buffers:          246460 kB
Cached:         19723908 kB
SwapCached:            0 kB
Active:          9123488 kB
Inactive:       11050476 kB
Active(anon):     153040 kB
Inactive(anon):   103204 kB
Active(file):    8970448 kB
Inactive(file): 10947272 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             13660 kB
Writeback:           156 kB
AnonPages:        194268 kB
Mapped:            73692 kB
Shmem:             49824 kB
Slab:             503660 kB
SReclaimable:     474724 kB
SUnreclaim:        28936 kB
KernelStack:        3968 kB
PageTables:         5744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5870896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 42748 MiB
End job on node135 at 2018-08-12 14:18:11