Trace number 4294866

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-06-13)? (TO) 2528.36 956.987

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-14-15_c18.xml
MD5SUMac0b4f561f7e67952eb47b21f0f500f8
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 variables210
Number of constraints29
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":210}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":210}]
Minimum constraint arity14
Maximum constraint arity15
Distribution of constraint arities[{"arity":14,"count":15},{"arity":15,"count":14}]
Number of extensional constraints29
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":29}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.52	
0.66/0.53	scop both+minisat_release (2018-06-13)
0.66/0.53	
0.66/0.59	c BEGIN-Prog: Wed Jul 25 18:15:28 CEST 2018
0.66/0.59	c PID: 29272
0.66/0.59	c IP: 172.20.3.102
0.66/0.59	c HOST: node102.alineos.net
0.72/0.61	c (0,0) Parsing Begin
2.71/1.43	c (0,0) Parsing End
2.71/1.43	c (0,0) CSP: 210 int (0 aux), 0 bool (0 aux), 29 ctr, max domain size 26
2.71/1.44	c (0,0) Heap : 337 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.71/1.44	c (0,0) Constraint Name Generate Begin
2.71/1.44	c (0,0) Ctr:HOME/instance-4294866-1532535327.xml,ExtensionSupport:IntVar
2.71/1.44	c (0,0) Constraint Name Generate End
2.71/1.44	c (0,0) Heap : 337 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.71/1.44	c (0,0) CSP to CSPinCNF Begin
87.40/59.03	c (58,51) translated 3 (10%) constraints
162.73/113.79	c (113,99) translated 6 (20%) constraints
234.24/168.05	c (167,148) translated 9 (30%) constraints
355.93/235.30	c (234,197) translated 12 (40%) constraints
467.71/299.84	c (299,245) translated 15 (50%) constraints
619.77/395.71	c (395,322) translated 18 (60%) constraints
1158.56/573.34	c (572,377) translated 21 (70%) constraints

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 (4864 MiB free)
  memory of node 1: 16384 MiB (13817 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294866-1532535327/watcher-4294866-1532535327 -o /tmp/evaluation-result-4294866-1532535327/solver-4294866-1532535327 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532535327-29244 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294866-1532535327.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
solver pid=29272, runsolver pid=29266
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 0.92 0.99 1.04 5/215 29302
/proc/meminfo: memFree=19011092/32770624 swapFree=67076436/67108860
[pid=29272] ppid=29266 vsize=15011656 memory=73100 CPUtime=0.1 cores=1,3,5,7
/proc/29272/stat : 29272 (java) S 29266 29272 29212 0 -1 1077944320 6481 0 0 0 9 1 0 0 20 0 15 0 71095881 15371935744 18275 33554432000 4194304 4196468 140733934284896 140733934267440 139987547508471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
/proc/29272/statm: 3752914 18275 2751 1 0 3715374 0
[pid=29272/tid=29276] ppid=29266 vsize=15011656 memory=6735269665583770266 CPUtime=0.09 cores=1,3,5,7
/proc/29272/task/29276/stat : 29276 (java) R 29266 29272 29212 0 -1 4202560 4599 0 0 0 8 1 0 0 20 0 15 0 71095882 15371935744 18275 33554432000 4194304 4196468 140733934284896 139987519312672 139987540225623 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29277] ppid=29266 vsize=15011656 memory=5793855032611563961 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29277/stat : 29277 (java) S 29266 29272 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71095884 15371935744 18275 33554432000 4194304 4196468 140733934284896 139987551751312 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29279] ppid=29266 vsize=15011656 memory=139781601670784 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29279/stat : 29279 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095884 15371935744 18275 33554432000 4194304 4196468 140733934284896 139987350526992 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29281] ppid=29266 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29281/stat : 29281 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095884 15371935744 18275 33554432000 4194304 4196468 140733934284896 139987349474192 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29283] ppid=29266 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29283/stat : 29283 (java) S 29266 29272 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71095884 15371935744 18275 33554432000 4194304 4196468 140733934284896 139987348421392 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29285] ppid=29266 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29285/stat : 29285 (java) S 29266 29272 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71095885 15371935744 18275 33554432000 4194304 4196468 140733934284896 139986518088048 139987547519618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29287] ppid=29266 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29287/stat : 29287 (java) S 29266 29272 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71095886 15371935744 18275 33554432000 4194304 4196468 140733934284896 139986137506848 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29289] ppid=29266 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29289/stat : 29289 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095886 15371935744 18275 33554432000 4194304 4196468 140733934284896 139985869071216 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29291] ppid=29266 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29291/stat : 29291 (java) S 29266 29272 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71095889 15371935744 18275 33554432000 4194304 4196468 140733934284896 139985494562640 139987547527067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29294] ppid=29266 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29294/stat : 29294 (java) S 29266 29272 29212 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 71095889 15371935744 18275 33554432000 4194304 4196468 140733934284896 139986517035888 139987547519618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29296] ppid=29266 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29296/stat : 29296 (java) S 29266 29272 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71095889 15371935744 18275 33554432000 4194304 4196468 140733934284896 139986515983088 139987547519618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29298] ppid=29266 vsize=15011656 memory=139781601670784 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29298/stat : 29298 (java) S 29266 29272 29212 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 71095889 15371935744 18275 33554432000 4194304 4196468 140733934284896 139986514930288 139987547519618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29300] ppid=29266 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29300/stat : 29300 (java) S 29266 29272 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71095889 15371935744 18275 33554432000 4194304 4196468 140733934284896 139984996657888 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29302] ppid=29266 vsize=15011656 memory=139781601670784 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29302/stat : 29302 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095889 15371935744 18275 33554432000 4194304 4196468 140733934284896 139986513877680 139987547519618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 73100 KiB

[startup+0.210563 s]*
/proc/loadavg: 0.92 0.99 1.04 4/215 29302
/proc/meminfo: memFree=18982144/32770624 swapFree=67076436/67108860
[pid=29272] ppid=29266 vsize=15011656 memory=86704 CPUtime=0.25 cores=1,3,5,7
/proc/29272/stat : 29272 (java) S 29266 29272 29212 0 -1 1077944320 10087 0 0 0 23 2 0 0 20 0 15 0 71095881 15371935744 21676 33554432000 4194304 4196468 140733934284896 140733934267440 139987547508471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
/proc/29272/statm: 3752914 21676 2911 1 0 3715374 0
[pid=29272/tid=29276] ppid=29266 vsize=15011656 memory=4871374705135476842 CPUtime=0.19 cores=1,3,5,7
/proc/29272/task/29276/stat : 29276 (java) R 29266 29272 29212 0 -1 4202560 7990 0 0 0 18 1 0 0 20 0 15 0 71095882 15371935744 21676 33554432000 4194304 4196468 140733934284896 139987519328384 139987547530397 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29277] ppid=29266 vsize=15011656 memory=4211973507806461322 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29277/stat : 29277 (java) S 29266 29272 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71095884 15371935744 21676 33554432000 4194304 4196468 140733934284896 139987551751312 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29279] ppid=29266 vsize=15011656 memory=139781601670784 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29279/stat : 29279 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095884 15371935744 21676 33554432000 4194304 4196468 140733934284896 139987350526992 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29281] ppid=29266 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29281/stat : 29281 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095884 15371935744 21676 33554432000 4194304 4196468 140733934284896 139987349474192 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29283] ppid=29266 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29283/stat : 29283 (java) S 29266 29272 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71095884 15371935744 21676 33554432000 4194304 4196468 140733934284896 139987348421392 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29285] ppid=29266 vsize=15011656 memory=139781601670784 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29285/stat : 29285 (java) S 29266 29272 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71095885 15371935744 21676 33554432000 4194304 4196468 140733934284896 139986518088048 139987547519618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29287] ppid=29266 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29287/stat : 29287 (java) S 29266 29272 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71095886 15371935744 21676 33554432000 4194304 4196468 140733934284896 139986137506848 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29289] ppid=29266 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29289/stat : 29289 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095886 15371935744 21676 33554432000 4194304 4196468 140733934284896 139985869071216 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29291] ppid=29266 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29291/stat : 29291 (java) S 29266 29272 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71095889 15371935744 21676 33554432000 4194304 4196468 140733934284896 139985494562640 139987547527067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29294] ppid=29266 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29294/stat : 29294 (java) S 29266 29272 29212 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 15 0 71095889 15371935744 21676 33554432000 4194304 4196468 140733934284896 139986517035888 139987547519618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29296] ppid=29266 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29296/stat : 29296 (java) S 29266 29272 29212 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 15 0 71095889 15371935744 21676 33554432000 4194304 4196468 140733934284896 139986515983088 139987547519618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29298] ppid=29266 vsize=15011656 memory=139781601670784 CPUtime=0.02 cores=1,3,5,7
/proc/29272/task/29298/stat : 29298 (java) R 29266 29272 29212 0 -1 4202560 288 0 0 0 2 0 0 0 20 0 15 0 71095889 15371935744 21676 33554432000 4194304 4196468 140733934284896 139986514930288 139987547520406 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29300] ppid=29266 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29300/stat : 29300 (java) S 29266 29272 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71095889 15371935744 21676 33554432000 4194304 4196468 140733934284896 139984996657888 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29302] ppid=29266 vsize=15011656 memory=139781601670784 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29302/stat : 29302 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095889 15371935744 21676 33554432000 4194304 4196468 140733934284896 139986513877680 139987547519618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86704 KiB

[startup+0.31018 s]*
/proc/loadavg: 0.92 0.99 1.04 4/215 29302
/proc/meminfo: memFree=18975136/32770624 swapFree=67076436/67108860
[pid=29272] ppid=29266 vsize=15011656 memory=90176 CPUtime=0.42 cores=1,3,5,7
/proc/29272/stat : 29272 (java) S 29266 29272 29212 0 -1 1077944320 10617 0 0 0 39 3 0 0 20 0 15 0 71095881 15371935744 22544 33554432000 4194304 4196468 140733934284896 140733934267440 139987547508471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
/proc/29272/statm: 3752914 22544 2980 1 0 3715374 0
[pid=29272/tid=29276] ppid=29266 vsize=15011656 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/29272/task/29276/stat : 29276 (java) R 29266 29272 29212 0 -1 4202560 8356 0 0 0 27 2 0 0 20 0 15 0 71095882 15371935744 22544 33554432000 4194304 4196468 140733934284896 139987519312624 139987531588958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29277] ppid=29266 vsize=15011656 memory=5793855032611563961 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29277/stat : 29277 (java) S 29266 29272 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71095884 15371935744 22544 33554432000 4194304 4196468 140733934284896 139987551751312 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29279] ppid=29266 vsize=15011656 memory=139781601670784 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29279/stat : 29279 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095884 15371935744 22544 33554432000 4194304 4196468 140733934284896 139987350526992 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29281] ppid=29266 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29281/stat : 29281 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095884 15371935744 22544 33554432000 4194304 4196468 140733934284896 139987349474192 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29283] ppid=29266 vsize=15011656 memory=139781455615487 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29283/stat : 29283 (java) S 29266 29272 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71095884 15371935744 22544 33554432000 4194304 4196468 140733934284896 139987348421392 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29285] ppid=29266 vsize=15011656 memory=279562911212544 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29285/stat : 29285 (java) S 29266 29272 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71095885 15371935744 22544 33554432000 4194304 4196468 140733934284896 139986518088048 139987547519618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29287] ppid=29266 vsize=15011656 memory=139781455594767 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29287/stat : 29287 (java) S 29266 29272 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71095886 15371935744 22544 33554432000 4194304 4196468 140733934284896 139986137506848 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29289] ppid=29266 vsize=15011656 memory=279563057272448 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29289/stat : 29289 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095886 15371935744 22544 33554432000 4194304 4196468 140733934284896 139985869071216 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29291] ppid=29266 vsize=15011656 memory=139781455599375 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29291/stat : 29291 (java) S 29266 29272 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71095889 15371935744 22544 33554432000 4194304 4196468 140733934284896 139985494562640 139987547527067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29294] ppid=29266 vsize=15011656 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29272/task/29294/stat : 29294 (java) S 29266 29272 29212 0 -1 1077944384 369 0 0 0 1 0 0 0 20 0 15 0 71095889 15371935744 22544 33554432000 4194304 4196468 140733934284896 139986517035888 139987547519618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29296] ppid=29266 vsize=15011656 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29272/task/29296/stat : 29296 (java) S 29266 29272 29212 0 -1 1077944384 248 0 0 0 2 0 0 0 20 0 15 0 71095889 15371935744 22544 33554432000 4194304 4196468 140733934284896 139986515983088 139987547519618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29298] ppid=29266 vsize=15011656 memory=2072 CPUtime=0.07 cores=1,3,5,7
/proc/29272/task/29298/stat : 29298 (java) S 29266 29272 29212 0 -1 1077944384 307 0 0 0 7 0 0 0 20 0 15 0 71095889 15371935744 22544 33554432000 4194304 4196468 140733934284896 139986514930288 139987547519618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29300] ppid=29266 vsize=15011656 memory=69692 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29300/stat : 29300 (java) S 29266 29272 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71095889 15371935744 22544 33554432000 4194304 4196468 140733934284896 139984996657888 139987547518677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29302] ppid=29266 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29302/stat : 29302 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095889 15371935744 22544 33554432000 4194304 4196468 140733934284896 139986513877680 139987547519618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 90176 KiB

[startup+0.703084 s]
/proc/loadavg: 0.92 0.99 1.04 5/215 29302
/proc/meminfo: memFree=18926032/32770624 swapFree=67076436/67108860
[pid=29272] ppid=29266 vsize=15017928 memory=125660 CPUtime=0.9 cores=1,3,5,7
/proc/29272/stat : 29272 (java) S 29266 29272 29212 0 -1 1077944320 17095 0 0 0 86 4 0 0 20 0 15 0 71095881 15378358272 31415 33554432000 4194304 4196468 140733934284896 140733934267440 139987547508471 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
/proc/29272/statm: 3754482 31415 3146 1 0 3715886 0
[pid=29272/tid=29276] ppid=29266 vsize=15017928 memory=12816 CPUtime=0.61 cores=1,3,5,7
/proc/29272/task/29276/stat : 29276 (java) R 29266 29272 29212 0 -1 4202560 14474 0 0 0 58 3 0 0 20 0 15 0 71095882 15378358272 31415 33554432000 4194304 4196468 140733934284896 139987519343520 139987531588988 0 4 0 25189583 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29277] ppid=29266 vsize=15017928 memory=1332 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29277/stat : 29277 (java) S 29266 29272 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71095884 15378358272 31415 33554432000 4194304 4196468 140733934284896 139987551751312 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29279] ppid=29266 vsize=15017928 memory=1508 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29279/stat : 29279 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095884 15378358272 31415 33554432000 4194304 4196468 140733934284896 139987350526992 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29281] ppid=29266 vsize=15017928 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29281/stat : 29281 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095884 15378358272 31415 33554432000 4194304 4196468 140733934284896 139987349474192 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29283] ppid=29266 vsize=15017928 memory=7595725831727968097 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29283/stat : 29283 (java) S 29266 29272 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71095884 15378358272 31415 33554432000 4194304 4196468 140733934284896 139987348421392 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29285] ppid=29266 vsize=15017928 memory=5788647689011156329 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29285/stat : 29285 (java) S 29266 29272 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71095885 15378358272 31415 33554432000 4194304 4196468 140733934284896 139986518088048 139987547519618 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29287] ppid=29266 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29287/stat : 29287 (java) S 29266 29272 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71095886 15378358272 31415 33554432000 4194304 4196468 140733934284896 139986137506848 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29289] ppid=29266 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29289/stat : 29289 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095886 15378358272 31415 33554432000 4194304 4196468 140733934284896 139985869071216 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29291] ppid=29266 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29291/stat : 29291 (java) S 29266 29272 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71095889 15378358272 31415 33554432000 4194304 4196468 140733934284896 139985494562640 139987547527067 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29294] ppid=29266 vsize=15017928 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29272/task/29294/stat : 29294 (java) R 29266 29272 29212 0 -1 4202560 606 0 0 0 7 0 0 0 20 0 15 0 71095889 15378358272 31415 33554432000 4194304 4196468 140733934284896 139986517022704 139987527201575 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29296] ppid=29266 vsize=15017928 memory=265559572776387 CPUtime=0.06 cores=1,3,5,7
/proc/29272/task/29296/stat : 29296 (java) S 29266 29272 29212 0 -1 1077944384 310 0 0 0 6 0 0 0 20 0 15 0 71095889 15378358272 31415 33554432000 4194304 4196468 140733934284896 139986515983088 139987547519618 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29298] ppid=29266 vsize=15017928 memory=396890 CPUtime=0.14 cores=1,3,5,7
/proc/29272/task/29298/stat : 29298 (java) S 29266 29272 29212 0 -1 1077944384 367 0 0 0 14 0 0 0 20 0 15 0 71095889 15378358272 31415 33554432000 4194304 4196468 140733934284896 139986514930288 139987547519618 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29300] ppid=29266 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29300/stat : 29300 (java) S 29266 29272 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71095889 15378358272 31415 33554432000 4194304 4196468 140733934284896 139984996657888 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29302] ppid=29266 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29302/stat : 29302 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095889 15378358272 31415 33554432000 4194304 4196468 140733934284896 139986513877680 139987547519618 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 15017928 KiB
Current children cumulated memory: 125660 KiB

[startup+1.5009 s]
/proc/loadavg: 0.92 0.99 1.04 8/215 29302
/proc/meminfo: memFree=18777572/32770624 swapFree=67076436/67108860
[pid=29272] ppid=29266 vsize=15022100 memory=359572 CPUtime=2.9 cores=1,3,5,7
/proc/29272/stat : 29272 (java) S 29266 29272 29212 0 -1 1077944320 19869 0 0 0 280 10 0 0 20 0 15 0 71095881 15382630400 89893 33554432000 4194304 4196468 140733934284896 140733934267440 139987547508471 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
/proc/29272/statm: 3755525 89893 3199 1 0 3716910 0
[pid=29272/tid=29276] ppid=29266 vsize=15022100 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/29272/task/29276/stat : 29276 (java) R 29266 29272 29212 0 -1 4202560 15789 0 0 0 133 8 0 0 20 0 15 0 71095882 15382630400 89893 33554432000 4194304 4196468 140733934284896 139987519340256 139987532038415 0 4 0 25189583 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29277] ppid=29266 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29277/stat : 29277 (java) S 29266 29272 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71095884 15382630400 89893 33554432000 4194304 4196468 140733934284896 139987551751312 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29279] ppid=29266 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29279/stat : 29279 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095884 15382630400 89893 33554432000 4194304 4196468 140733934284896 139987350526992 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29281] ppid=29266 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29281/stat : 29281 (java) S 29266 29272 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71095884 15382630400 89893 33554432000 4194304 4196468 140733934284896 139987349474192 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29283] ppid=29266 vsize=15022100 memory=139781455645664 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29283/stat : 29283 (java) S 29266 29272 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71095884 15382630400 89893 33554432000 4194304 4196468 140733934284896 139987348421392 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29285] ppid=29266 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29285/stat : 29285 (java) S 29266 29272 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71095885 15382630400 89893 33554432000 4194304 4196468 140733934284896 139986518088048 139987547519618 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0

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

[pid=29272/tid=29300] ppid=29266 vsize=15024148 memory=5192 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29300/stat : 29300 (java) S 29266 29272 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139984996657888 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29302] ppid=29266 vsize=15024148 memory=12816 CPUtime=0.64 cores=1,3,5,7
/proc/29272/task/29302/stat : 29302 (java) S 29266 29272 29212 0 -1 1077944384 585 0 0 0 29 35 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986513877680 139987547519618 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
Current children cumulated CPU time: 2521.42 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12083604 KiB

[startup+956.001 s]*
/proc/loadavg: 7.09 5.52 3.42 9/217 29585
/proc/meminfo: memFree=221084/32770624 swapFree=67076440/67108860
[pid=29272] ppid=29266 vsize=15024148 memory=12083604 CPUtime=2524.65 cores=1,3,5,7
/proc/29272/stat : 29272 (java) S 29266 29272 29212 0 -1 1077944320 882653 0 0 0 251419 1046 0 0 20 0 15 0 71095881 15384727552 3020901 33554432000 4194304 4196468 140733934284896 140733934267440 139987547508471 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
/proc/29272/statm: 3756037 3020901 3259 1 0 3717422 0
[pid=29272/tid=29276] ppid=29266 vsize=15024148 memory=6791534058613427641 CPUtime=428.28 cores=1,3,5,7
/proc/29272/task/29276/stat : 29276 (java) S 29266 29272 29212 0 -1 1077944384 67915 0 0 0 42777 51 0 0 20 0 15 0 71095882 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987519346112 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29277] ppid=29266 vsize=15024148 memory=-7003737579269690708 CPUtime=520.68 cores=1,3,5,7
/proc/29272/task/29277/stat : 29277 (java) R 29266 29272 29212 0 -1 4202560 138526 0 0 0 51817 251 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987551751512 139987532459180 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29279] ppid=29266 vsize=15024148 memory=12083604 CPUtime=521.02 cores=1,3,5,7
/proc/29272/task/29279/stat : 29279 (java) R 29266 29272 29212 0 -1 4202560 149576 0 0 0 51876 226 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987350527192 139987532493767 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29281] ppid=29266 vsize=15024148 memory=12083604 CPUtime=520.13 cores=1,3,5,7
/proc/29272/task/29281/stat : 29281 (java) R 29266 29272 29212 0 -1 4202560 139163 0 0 0 51765 248 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987349474392 139987532206050 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29283] ppid=29266 vsize=15024148 memory=5192 CPUtime=520.28 cores=1,3,5,7
/proc/29272/task/29283/stat : 29283 (java) R 29266 29272 29212 0 -1 4202560 223432 0 0 0 51787 241 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987348421280 139987529104331 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29285] ppid=29266 vsize=15024148 memory=12816 CPUtime=3.64 cores=1,3,5,7
/proc/29272/task/29285/stat : 29285 (java) S 29266 29272 29212 0 -1 1077944384 117664 0 0 0 357 7 0 0 20 0 15 0 71095885 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986518086368 139987547518677 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29287] ppid=29266 vsize=15024148 memory=1332 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29287/stat : 29287 (java) S 29266 29272 29212 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 71095886 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986137506912 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29289] ppid=29266 vsize=15024148 memory=1508 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29289/stat : 29289 (java) S 29266 29272 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71095886 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139985869071232 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29291] ppid=29266 vsize=15024148 memory=3328 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29291/stat : 29291 (java) S 29266 29272 29212 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139985494562288 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29294] ppid=29266 vsize=15024148 memory=3032 CPUtime=4.08 cores=1,3,5,7
/proc/29272/task/29294/stat : 29294 (java) S 29266 29272 29212 0 -1 1077944384 12915 0 0 0 406 2 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986517035936 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29296] ppid=29266 vsize=15024148 memory=2764 CPUtime=4.73 cores=1,3,5,7
/proc/29272/task/29296/stat : 29296 (java) S 29266 29272 29212 0 -1 1077944384 15305 0 0 0 471 2 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986515983136 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29298] ppid=29266 vsize=15024148 memory=1508 CPUtime=1.09 cores=1,3,5,7
/proc/29272/task/29298/stat : 29298 (java) S 29266 29272 29212 0 -1 1077944384 16233 0 0 0 106 3 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986514930048 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29300] ppid=29266 vsize=15024148 memory=3328 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29300/stat : 29300 (java) S 29266 29272 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139984996657888 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29302] ppid=29266 vsize=15024148 memory=3032 CPUtime=0.64 cores=1,3,5,7
/proc/29272/task/29302/stat : 29302 (java) S 29266 29272 29212 0 -1 1077944384 585 0 0 0 29 35 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986513877680 139987547519618 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
Current children cumulated CPU time: 2524.65 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12083604 KiB

[startup+956.401 s]
/proc/loadavg: 7.09 5.52 3.42 9/217 29585
/proc/meminfo: memFree=221084/32770624 swapFree=67076440/67108860
[pid=29272] ppid=29266 vsize=15024148 memory=12083604 CPUtime=2526.21 cores=1,3,5,7
/proc/29272/stat : 29272 (java) S 29266 29272 29212 0 -1 1077944320 882653 0 0 0 251575 1046 0 0 20 0 15 0 71095881 15384727552 3020901 33554432000 4194304 4196468 140733934284896 140733934267440 139987547508471 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
/proc/29272/statm: 3756037 3020901 3259 1 0 3717422 0
[pid=29272/tid=29276] ppid=29266 vsize=15024148 memory=1220 CPUtime=428.28 cores=1,3,5,7
/proc/29272/task/29276/stat : 29276 (java) S 29266 29272 29212 0 -1 1077944384 67915 0 0 0 42777 51 0 0 20 0 15 0 71095882 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987519346112 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29277] ppid=29266 vsize=15024148 memory=6791534058613427641 CPUtime=521.07 cores=1,3,5,7
/proc/29272/task/29277/stat : 29277 (java) R 29266 29272 29212 0 -1 4202560 138526 0 0 0 51856 251 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987551751512 139987529105482 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29279] ppid=29266 vsize=15024148 memory=6791534058613427641 CPUtime=521.41 cores=1,3,5,7
/proc/29272/task/29279/stat : 29279 (java) R 29266 29272 29212 0 -1 4202560 149576 0 0 0 51915 226 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987350527192 139987529105200 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29281] ppid=29266 vsize=15024148 memory=-7003737579269690708 CPUtime=520.52 cores=1,3,5,7
/proc/29272/task/29281/stat : 29281 (java) R 29266 29272 29212 0 -1 4202560 139163 0 0 0 51804 248 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987349474392 139987529105108 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29283] ppid=29266 vsize=15024148 memory=15316 CPUtime=520.67 cores=1,3,5,7
/proc/29272/task/29283/stat : 29283 (java) R 29266 29272 29212 0 -1 4202560 223432 0 0 0 51826 241 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987348421280 139987529104929 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29285] ppid=29266 vsize=15024148 memory=3604 CPUtime=3.64 cores=1,3,5,7
/proc/29272/task/29285/stat : 29285 (java) S 29266 29272 29212 0 -1 1077944384 117664 0 0 0 357 7 0 0 20 0 15 0 71095885 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986518086368 139987547518677 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29287] ppid=29266 vsize=15024148 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29287/stat : 29287 (java) S 29266 29272 29212 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 71095886 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986137506912 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29289] ppid=29266 vsize=15024148 memory=4426639978525455914 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29289/stat : 29289 (java) S 29266 29272 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71095886 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139985869071232 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29291] ppid=29266 vsize=15024148 memory=3047711553219693942 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29291/stat : 29291 (java) S 29266 29272 29212 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139985494562288 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29294] ppid=29266 vsize=15024148 memory=4572164749098055210 CPUtime=4.08 cores=1,3,5,7
/proc/29272/task/29294/stat : 29294 (java) S 29266 29272 29212 0 -1 1077944384 12915 0 0 0 406 2 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986517035936 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29296] ppid=29266 vsize=15024148 memory=8328453600958622283 CPUtime=4.73 cores=1,3,5,7
/proc/29272/task/29296/stat : 29296 (java) S 29266 29272 29212 0 -1 1077944384 15305 0 0 0 471 2 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986515983136 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29298] ppid=29266 vsize=15024148 memory=7739830019990121317 CPUtime=1.09 cores=1,3,5,7
/proc/29272/task/29298/stat : 29298 (java) S 29266 29272 29212 0 -1 1077944384 16233 0 0 0 106 3 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986514930048 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29300] ppid=29266 vsize=15024148 memory=7739830019990121317 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29300/stat : 29300 (java) S 29266 29272 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139984996657888 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29302] ppid=29266 vsize=15024148 memory=7525633072837191784 CPUtime=0.64 cores=1,3,5,7
/proc/29272/task/29302/stat : 29302 (java) S 29266 29272 29212 0 -1 1077944384 585 0 0 0 29 35 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986513877680 139987547519618 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
Current children cumulated CPU time: 2526.21 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12083604 KiB

[startup+956.809 s]
/proc/loadavg: 7.09 5.52 3.42 9/217 29585
/proc/meminfo: memFree=221084/32770624 swapFree=67076440/67108860
[pid=29272] ppid=29266 vsize=15024148 memory=12083604 CPUtime=2527.83 cores=1,3,5,7
/proc/29272/stat : 29272 (java) S 29266 29272 29212 0 -1 1077944320 882653 0 0 0 251737 1046 0 0 20 0 15 0 71095881 15384727552 3020901 33554432000 4194304 4196468 140733934284896 140733934267440 139987547508471 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
/proc/29272/statm: 3756037 3020901 3259 1 0 3717422 0
[pid=29272/tid=29276] ppid=29266 vsize=15024148 memory=6791534058613427641 CPUtime=428.28 cores=1,3,5,7
/proc/29272/task/29276/stat : 29276 (java) S 29266 29272 29212 0 -1 1077944384 67915 0 0 0 42777 51 0 0 20 0 15 0 71095882 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987519346112 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29277] ppid=29266 vsize=15024148 memory=1332 CPUtime=521.47 cores=1,3,5,7
/proc/29272/task/29277/stat : 29277 (java) R 29266 29272 29212 0 -1 4202560 138526 0 0 0 51896 251 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987551751512 139987529104979 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29279] ppid=29266 vsize=15024148 memory=1508 CPUtime=521.82 cores=1,3,5,7
/proc/29272/task/29279/stat : 29279 (java) R 29266 29272 29212 0 -1 4202560 149576 0 0 0 51956 226 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987350527192 139987532459048 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29281] ppid=29266 vsize=15024148 memory=3328 CPUtime=520.93 cores=1,3,5,7
/proc/29272/task/29281/stat : 29281 (java) R 29266 29272 29212 0 -1 4202560 139163 0 0 0 51845 248 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987349474392 139987529104925 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29283] ppid=29266 vsize=15024148 memory=6791534058613427641 CPUtime=521.08 cores=1,3,5,7
/proc/29272/task/29283/stat : 29283 (java) R 29266 29272 29212 0 -1 4202560 223432 0 0 0 51867 241 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987348421280 139987531963228 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29285] ppid=29266 vsize=15024148 memory=288291073518994255 CPUtime=3.64 cores=1,3,5,7
/proc/29272/task/29285/stat : 29285 (java) S 29266 29272 29212 0 -1 1077944384 117664 0 0 0 357 7 0 0 20 0 15 0 71095885 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986518086368 139987547518677 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29287] ppid=29266 vsize=15024148 memory=251992 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29287/stat : 29287 (java) S 29266 29272 29212 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 71095886 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986137506912 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29289] ppid=29266 vsize=15024148 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29289/stat : 29289 (java) S 29266 29272 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71095886 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139985869071232 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29291] ppid=29266 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29291/stat : 29291 (java) S 29266 29272 29212 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139985494562288 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29294] ppid=29266 vsize=15024148 memory=-7175204567652784766 CPUtime=4.08 cores=1,3,5,7
/proc/29272/task/29294/stat : 29294 (java) S 29266 29272 29212 0 -1 1077944384 12915 0 0 0 406 2 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986517035936 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29296] ppid=29266 vsize=15024148 memory=5933602908702011499 CPUtime=4.73 cores=1,3,5,7
/proc/29272/task/29296/stat : 29296 (java) S 29266 29272 29212 0 -1 1077944384 15305 0 0 0 471 2 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986515983136 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29298] ppid=29266 vsize=15024148 memory=8098716134311224424 CPUtime=1.09 cores=1,3,5,7
/proc/29272/task/29298/stat : 29298 (java) S 29266 29272 29212 0 -1 1077944384 16233 0 0 0 106 3 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986514930048 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29300] ppid=29266 vsize=15024148 memory=3032 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29300/stat : 29300 (java) S 29266 29272 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139984996657888 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29302] ppid=29266 vsize=15024148 memory=2764 CPUtime=0.64 cores=1,3,5,7
/proc/29272/task/29302/stat : 29302 (java) S 29266 29272 29212 0 -1 1077944384 585 0 0 0 29 35 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986513877680 139987547519618 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
Current children cumulated CPU time: 2527.83 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12083604 KiB

[startup+956.911 s]
/proc/loadavg: 7.09 5.52 3.42 9/217 29585
/proc/meminfo: memFree=221084/32770624 swapFree=67076440/67108860
[pid=29272] ppid=29266 vsize=15024148 memory=12083604 CPUtime=2528.24 cores=1,3,5,7
/proc/29272/stat : 29272 (java) S 29266 29272 29212 0 -1 1077944320 882653 0 0 0 251778 1046 0 0 20 0 15 0 71095881 15384727552 3020901 33554432000 4194304 4196468 140733934284896 140733934267440 139987547508471 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
/proc/29272/statm: 3756037 3020901 3259 1 0 3717422 0
[pid=29272/tid=29276] ppid=29266 vsize=15024148 memory=12083604 CPUtime=428.28 cores=1,3,5,7
/proc/29272/task/29276/stat : 29276 (java) S 29266 29272 29212 0 -1 1077944384 67915 0 0 0 42777 51 0 0 20 0 15 0 71095882 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987519346112 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29277] ppid=29266 vsize=15024148 memory=12083604 CPUtime=521.58 cores=1,3,5,7
/proc/29272/task/29277/stat : 29277 (java) R 29266 29272 29212 0 -1 4202560 138526 0 0 0 51907 251 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987551751512 139987529104975 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29279] ppid=29266 vsize=15024148 memory=12083604 CPUtime=521.92 cores=1,3,5,7
/proc/29272/task/29279/stat : 29279 (java) R 29266 29272 29212 0 -1 4202560 149576 0 0 0 51966 226 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987350527192 139987529104294 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29281] ppid=29266 vsize=15024148 memory=12083604 CPUtime=521.03 cores=1,3,5,7
/proc/29272/task/29281/stat : 29281 (java) R 29266 29272 29212 0 -1 4202560 139163 0 0 0 51855 248 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987349474392 139987529104986 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29283] ppid=29266 vsize=15024148 memory=12083604 CPUtime=521.18 cores=1,3,5,7
/proc/29272/task/29283/stat : 29283 (java) R 29266 29272 29212 0 -1 4202560 223432 0 0 0 51877 241 0 0 20 0 15 0 71095884 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139987348421280 139987529062107 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29285] ppid=29266 vsize=15024148 memory=12083604 CPUtime=3.64 cores=1,3,5,7
/proc/29272/task/29285/stat : 29285 (java) S 29266 29272 29212 0 -1 1077944384 117664 0 0 0 357 7 0 0 20 0 15 0 71095885 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986518086368 139987547518677 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29287] ppid=29266 vsize=15024148 memory=12083604 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29287/stat : 29287 (java) S 29266 29272 29212 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 71095886 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986137506912 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29289] ppid=29266 vsize=15024148 memory=12083604 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29289/stat : 29289 (java) S 29266 29272 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71095886 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139985869071232 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29291] ppid=29266 vsize=15024148 memory=12083604 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29291/stat : 29291 (java) S 29266 29272 29212 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139985494562288 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29294] ppid=29266 vsize=15024148 memory=12083604 CPUtime=4.08 cores=1,3,5,7
/proc/29272/task/29294/stat : 29294 (java) S 29266 29272 29212 0 -1 1077944384 12915 0 0 0 406 2 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986517035936 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29296] ppid=29266 vsize=15024148 memory=12083604 CPUtime=4.73 cores=1,3,5,7
/proc/29272/task/29296/stat : 29296 (java) S 29266 29272 29212 0 -1 1077944384 15305 0 0 0 471 2 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986515983136 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29298] ppid=29266 vsize=15024148 memory=3544 CPUtime=1.09 cores=1,3,5,7
/proc/29272/task/29298/stat : 29298 (java) S 29266 29272 29212 0 -1 1077944384 16233 0 0 0 106 3 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986514930048 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29300] ppid=29266 vsize=15024148 memory=12083604 CPUtime=0 cores=1,3,5,7
/proc/29272/task/29300/stat : 29300 (java) S 29266 29272 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139984996657888 139987547518677 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
[pid=29272/tid=29302] ppid=29266 vsize=15024148 memory=3544 CPUtime=0.64 cores=1,3,5,7
/proc/29272/task/29302/stat : 29302 (java) S 29266 29272 29212 0 -1 1077944384 585 0 0 0 29 35 0 0 20 0 15 0 71095889 15384727552 3020901 33554432000 4194304 4196468 140733934284896 139986513877680 139987547519618 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29749248 140733934294004 140733934294281 140733934294281 140733934297039 0
Current children cumulated CPU time: 2528.24 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12083604 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 956.987
CPU time (s): 2528.36
CPU user time (s): 2517.83
CPU system time (s): 10.5304
CPU usage (%): 264.2
Max. virtual memory (cumulated for all children) (KiB): 15024148
Max. memory (cumulated for all children) (KiB): 12083604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.83
system time used= 10.5304
maximum resident set size= 12083760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 882655
page faults= 0
swaps= 0
block input operations= 280
block output operations= 1248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30861
involuntary context switches= 29664


# summary of solver processes directly reported to runsolver:
#   pid: 29272
#   total CPU time (s): 2528.36
#   total CPU user time (s): 2517.83
#   total CPU system time (s): 10.5304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.7234 second user time and 9.44393 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-25 18:15:27
IDJOB=4294866
IDBENCH=141438
IDSOLVER=2755
FILE ID=node102/4294866-1532535327
RUNJOBID= node102-1532535327-29244
PBS_JOBID= 21021949
Free space on /tmp= 52744 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-14-15_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -both -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294866-1532535327/watcher-4294866-1532535327 -o /tmp/evaluation-result-4294866-1532535327/solver-4294866-1532535327 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532535327-29244 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294866-1532535327.xml

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

MD5SUM BENCH= ac0b4f561f7e67952eb47b21f0f500f8
RANDOM SEED=1994733373

node102.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.51
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.51
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.51
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.51
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:        19130984 kB
MemAvailable:   31953324 kB
Buffers:          170088 kB
Cached:         12821540 kB
SwapCached:         5732 kB
Active:          1347328 kB
Inactive:       11677616 kB
Active(anon):       9648 kB
Inactive(anon):    48112 kB
Active(file):    1337680 kB
Inactive(file): 11629504 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076436 kB
Dirty:             18828 kB
Writeback:             0 kB
AnonPages:         34996 kB
Mapped:            32268 kB
Shmem:             21368 kB
Slab:             310308 kB
SReclaimable:     283616 kB
SUnreclaim:        26692 kB
KernelStack:        3088 kB
PageTables:         5404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52724 MiB
End job on node102 at 2018-07-25 18:31:24