Trace number 4294893

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.12 974.938

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-13-14_c18.xml
MD5SUM1e3f313ec943efeca8787f022e591dae
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 variables182
Number of constraints27
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":182}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":182}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":14},{"arity":14,"count":13}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27}]
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.55	c BEGIN-Prog: Wed Jul 25 18:20:06 CEST 2018
0.66/0.55	c PID: 29548
0.66/0.55	c IP: 172.20.3.102
0.66/0.55	c HOST: node102.alineos.net
0.66/0.56	c (0,0) Parsing Begin
2.87/1.48	c (0,0) Parsing End
2.87/1.49	c (0,0) CSP: 182 int (0 aux), 0 bool (0 aux), 27 ctr, max domain size 26
2.87/1.49	c (0,0) Heap : 394 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.87/1.49	c (0,0) Constraint Name Generate Begin
2.87/1.49	c (0,0) Ctr:HOME/instance-4294893-1532535605.xml,ExtensionSupport:IntVar
2.87/1.49	c (0,0) Constraint Name Generate End
2.87/1.49	c (0,0) Heap : 394 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.87/1.49	c (0,0) CSP to CSPinCNF Begin
99.70/68.90	c (68,62) translated 3 (10%) constraints
187.14/133.16	c (132,118) translated 6 (20%) constraints
337.38/213.29	c (212,174) translated 9 (30%) constraints
390.63/255.08	c (254,212) translated 11 (40%) constraints
515.20/328.78	c (328,269) translated 14 (50%) constraints
737.65/449.57	c (449,355) translated 17 (60%) constraints
1113.56/574.14	c (573,395) translated 19 (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 (5514 MiB free)
  memory of node 1: 16384 MiB (2680 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294893-1532535605/watcher-4294893-1532535605 -o /tmp/evaluation-result-4294893-1532535605/solver-4294893-1532535605 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532535327-29243 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294893-1532535605.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=29548, runsolver pid=29545

[startup+0.100105 s]*
/proc/loadavg: 2.37 1.88 1.42 4/216 29563
/proc/meminfo: memFree=8333708/32770624 swapFree=67076436/67108860
[pid=29548] ppid=29545 vsize=15011656 memory=70688 CPUtime=0.12 cores=0,2,4,6
/proc/29548/stat : 29548 (java) S 29545 29548 29212 0 -1 1077944320 6923 0 0 0 10 2 0 0 20 0 15 0 71123708 15371935744 17672 33554432000 4194304 4196468 140733481686160 140733481668704 139857319522039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
/proc/29548/statm: 3752914 17672 2769 1 0 3715374 0
[pid=29548/tid=29550] ppid=29545 vsize=15011656 memory=-6894657602490753920 CPUtime=0.09 cores=0,2,4,6
/proc/29548/task/29550/stat : 29550 (java) R 29545 29548 29212 0 -1 4202560 5033 0 0 0 8 1 0 0 20 0 15 0 71123708 15371935744 17738 33554432000 4194304 4196468 140733481686160 139857291334024 139857299797799 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29551] ppid=29545 vsize=15011656 memory=5793855433745811897 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29551/stat : 29551 (java) S 29545 29548 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71123710 15371935744 17738 33554432000 4194304 4196468 140733481686160 139857323764368 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29552] ppid=29545 vsize=15011656 memory=140182735918720 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29552/stat : 29552 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123710 15371935744 17738 33554432000 4194304 4196468 140733481686160 139856779958800 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29553] ppid=29545 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29553/stat : 29553 (java) S 29545 29548 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71123710 15371935744 17738 33554432000 4194304 4196468 140733481686160 139856778906000 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29554] ppid=29545 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29554/stat : 29554 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123710 15371935744 17738 33554432000 4194304 4196468 140733481686160 139856777853200 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29555] ppid=29545 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71123711 15371935744 17804 33554432000 4194304 4196468 140733481686160 139856357616496 139857319533186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29556] ppid=29545 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71123712 15371935744 17804 33554432000 4194304 4196468 140733481686160 139855879202336 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29557] ppid=29545 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123712 15371935744 17804 33554432000 4194304 4196468 140733481686160 139855610766704 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29558] ppid=29545 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71123715 15371935744 17804 33554432000 4194304 4196468 140733481686160 139855236258128 139857319540635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29559] ppid=29545 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29559/stat : 29559 (java) S 29545 29548 29212 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 71123715 15371935744 17804 33554432000 4194304 4196468 140733481686160 139856356563312 139857319533186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29560] ppid=29545 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29560/stat : 29560 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123715 15371935744 17804 33554432000 4194304 4196468 140733481686160 139856355510512 139857319533186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29561] ppid=29545 vsize=15011656 memory=140182735918720 CPUtime=0.01 cores=0,2,4,6
/proc/29548/task/29561/stat : 29561 (java) S 29545 29548 29212 0 -1 1077944384 298 0 0 0 1 0 0 0 20 0 15 0 71123715 15371935744 17804 33554432000 4194304 4196468 140733481686160 139856354457712 139857319533186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29562] ppid=29545 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71123715 15371935744 17804 33554432000 4194304 4196468 140733481686160 139854738352352 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29563] ppid=29545 vsize=15011656 memory=140182735918720 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123715 15371935744 17804 33554432000 4194304 4196468 140733481686160 139856353406128 139857319533186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 70688 KiB

[startup+0.210376 s]*
/proc/loadavg: 2.35 1.88 1.42 3/216 29563
/proc/meminfo: memFree=8320252/32770624 swapFree=67076436/67108860
[pid=29548] ppid=29545 vsize=15011656 memory=84024 CPUtime=0.25 cores=0,2,4,6
/proc/29548/stat : 29548 (java) S 29545 29548 29212 0 -1 1077944320 10497 0 0 0 23 2 0 0 20 0 15 0 71123708 15371935744 21006 33554432000 4194304 4196468 140733481686160 140733481668704 139857319522039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
/proc/29548/statm: 3752914 21006 2883 1 0 3715374 0
[pid=29548/tid=29550] ppid=29545 vsize=15011656 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/29548/task/29550/stat : 29550 (java) R 29545 29548 29212 0 -1 4202560 8330 0 0 0 18 2 0 0 20 0 15 0 71123708 15371935744 21006 33554432000 4194304 4196468 140733481686160 139857291348432 139857319533974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29551] ppid=29545 vsize=15011656 memory=4211973908940709258 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29551/stat : 29551 (java) S 29545 29548 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71123710 15371935744 21006 33554432000 4194304 4196468 140733481686160 139857323764368 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29552] ppid=29545 vsize=15011656 memory=140182735918720 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29552/stat : 29552 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123710 15371935744 21006 33554432000 4194304 4196468 140733481686160 139856779958800 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29553] ppid=29545 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29553/stat : 29553 (java) S 29545 29548 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71123710 15371935744 21006 33554432000 4194304 4196468 140733481686160 139856778906000 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29554] ppid=29545 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29554/stat : 29554 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123710 15371935744 21006 33554432000 4194304 4196468 140733481686160 139856777853200 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29555] ppid=29545 vsize=15011656 memory=140182735918720 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71123711 15371935744 21006 33554432000 4194304 4196468 140733481686160 139856357616496 139857319533186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29556] ppid=29545 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71123712 15371935744 21006 33554432000 4194304 4196468 140733481686160 139855879202336 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29557] ppid=29545 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123712 15371935744 21006 33554432000 4194304 4196468 140733481686160 139855610766704 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29558] ppid=29545 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71123715 15371935744 21006 33554432000 4194304 4196468 140733481686160 139855236258128 139857319540635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29559] ppid=29545 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29559/stat : 29559 (java) S 29545 29548 29212 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 15 0 71123715 15371935744 21006 33554432000 4194304 4196468 140733481686160 139856356563312 139857319533186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29560] ppid=29545 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29560/stat : 29560 (java) S 29545 29548 29212 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 71123715 15371935744 21006 33554432000 4194304 4196468 140733481686160 139856355510512 139857319533186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29561] ppid=29545 vsize=15011656 memory=140182735918720 CPUtime=0.03 cores=0,2,4,6
/proc/29548/task/29561/stat : 29561 (java) R 29545 29548 29212 0 -1 4202560 353 0 0 0 3 0 0 0 20 0 15 0 71123715 15371935744 21006 33554432000 4194304 4196468 140733481686160 139856354457712 139857312626677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29562] ppid=29545 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71123715 15371935744 21006 33554432000 4194304 4196468 140733481686160 139854738352352 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29563] ppid=29545 vsize=15011656 memory=140182735918720 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123715 15371935744 21006 33554432000 4194304 4196468 140733481686160 139856353406128 139857319533186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 84024 KiB

[startup+0.310363 s]*
/proc/loadavg: 2.35 1.88 1.42 3/216 29563
/proc/meminfo: memFree=8315776/32770624 swapFree=67076436/67108860
[pid=29548] ppid=29545 vsize=15011656 memory=88460 CPUtime=0.43 cores=0,2,4,6
/proc/29548/stat : 29548 (java) S 29545 29548 29212 0 -1 1077944320 11182 0 0 0 40 3 0 0 20 0 15 0 71123708 15371935744 22115 33554432000 4194304 4196468 140733481686160 140733481668704 139857319522039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
/proc/29548/statm: 3752914 22115 2973 1 0 3715374 0
[pid=29548/tid=29550] ppid=29545 vsize=15011656 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/29548/task/29550/stat : 29550 (java) R 29545 29548 29212 0 -1 4202560 8757 0 0 0 28 2 0 0 20 0 15 0 71123708 15371935744 22115 33554432000 4194304 4196468 140733481686160 139857291326192 139857305710629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29551] ppid=29545 vsize=15011656 memory=4211973908940709258 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29551/stat : 29551 (java) S 29545 29548 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71123710 15371935744 22115 33554432000 4194304 4196468 140733481686160 139857323764368 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29552] ppid=29545 vsize=15011656 memory=280365368297856 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29552/stat : 29552 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123710 15371935744 22115 33554432000 4194304 4196468 140733481686160 139856779958800 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29553] ppid=29545 vsize=15011656 memory=280365264785920 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29553/stat : 29553 (java) S 29545 29548 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71123710 15371935744 22115 33554432000 4194304 4196468 140733481686160 139856778906000 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29554] ppid=29545 vsize=15011656 memory=140182632379151 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29554/stat : 29554 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123710 15371935744 22115 33554432000 4194304 4196468 140733481686160 139856777853200 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29555] ppid=29545 vsize=15011656 memory=280365368304768 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71123711 15371935744 22115 33554432000 4194304 4196468 140733481686160 139856357616496 139857319533186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29556] ppid=29545 vsize=15011656 memory=140182632383759 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71123712 15371935744 22115 33554432000 4194304 4196468 140733481686160 139855879202336 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29557] ppid=29545 vsize=15011656 memory=140182632415307 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123712 15371935744 22115 33554432000 4194304 4196468 140733481686160 139855610766704 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29558] ppid=29545 vsize=15011656 memory=140182632417612 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71123715 15371935744 22115 33554432000 4194304 4196468 140733481686160 139855236258128 139857319540635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29559] ppid=29545 vsize=15011656 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29548/task/29559/stat : 29559 (java) R 29545 29548 29212 0 -1 1077944384 457 0 0 0 1 0 0 0 20 0 15 0 71123715 15371935744 22115 33554432000 4194304 4196468 140733481686160 139856356563312 139857319533186 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29560] ppid=29545 vsize=15011656 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/29548/task/29560/stat : 29560 (java) R 29545 29548 29212 0 -1 4202560 159 0 0 0 3 0 0 0 20 0 15 0 71123715 15371935744 22115 33554432000 4194304 4196468 140733481686160 139856355510512 139857299028695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29561] ppid=29545 vsize=15011656 memory=140182735918720 CPUtime=0.07 cores=0,2,4,6
/proc/29548/task/29561/stat : 29561 (java) R 29545 29548 29212 0 -1 4202560 472 0 0 0 7 0 0 0 20 0 15 0 71123715 15371935744 22115 33554432000 4194304 4196468 140733481686160 139856354457712 139857303602526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29562] ppid=29545 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71123715 15371935744 22115 33554432000 4194304 4196468 140733481686160 139854738352352 139857319532245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29563] ppid=29545 vsize=15011656 memory=140182735989408 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123715 15371935744 22115 33554432000 4194304 4196468 140733481686160 139856353406128 139857319533186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 88460 KiB

[startup+0.700686 s]
/proc/loadavg: 2.35 1.88 1.42 3/216 29563
/proc/meminfo: memFree=8292212/32770624 swapFree=67076436/67108860
[pid=29548] ppid=29545 vsize=15017928 memory=130100 CPUtime=1 cores=0,2,4,6
/proc/29548/stat : 29548 (java) S 29545 29548 29212 0 -1 1077944320 18296 0 0 0 94 6 0 0 20 0 15 0 71123708 15378358272 32525 33554432000 4194304 4196468 140733481686160 140733481668704 139857319522039 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
/proc/29548/statm: 3754482 32525 3138 1 0 3715886 0
[pid=29548/tid=29550] ppid=29545 vsize=15017928 memory=54 CPUtime=0.67 cores=0,2,4,6
/proc/29548/task/29550/stat : 29550 (java) R 29545 29548 29212 0 -1 4202560 15244 0 0 0 63 4 0 0 20 0 15 0 71123708 15378358272 32525 33554432000 4194304 4196468 140733481686160 139857291358208 139857319543965 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29551] ppid=29545 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29551/stat : 29551 (java) S 29545 29548 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71123710 15378358272 32525 33554432000 4194304 4196468 140733481686160 139857323764368 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29552] ppid=29545 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29552/stat : 29552 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123710 15378358272 32525 33554432000 4194304 4196468 140733481686160 139856779958800 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29553] ppid=29545 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29553/stat : 29553 (java) S 29545 29548 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71123710 15378358272 32525 33554432000 4194304 4196468 140733481686160 139856778906000 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29554] ppid=29545 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29554/stat : 29554 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123710 15378358272 32525 33554432000 4194304 4196468 140733481686160 139856777853200 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29555] ppid=29545 vsize=15017928 memory=12816 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71123711 15378358272 32525 33554432000 4194304 4196468 140733481686160 139856357616496 139857319533186 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29556] ppid=29545 vsize=15017928 memory=1332 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71123712 15378358272 32525 33554432000 4194304 4196468 140733481686160 139855879202336 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29557] ppid=29545 vsize=15017928 memory=1508 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123712 15378358272 32525 33554432000 4194304 4196468 140733481686160 139855610766704 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29558] ppid=29545 vsize=15017928 memory=3328 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71123715 15378358272 32525 33554432000 4194304 4196468 140733481686160 139855236258128 139857319540635 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29559] ppid=29545 vsize=15017928 memory=3032 CPUtime=0.08 cores=0,2,4,6
/proc/29548/task/29559/stat : 29559 (java) S 29545 29548 29212 0 -1 1077944384 718 0 0 0 8 0 0 0 20 0 15 0 71123715 15378358272 32525 33554432000 4194304 4196468 140733481686160 139856356563312 139857319533186 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29560] ppid=29545 vsize=15017928 memory=2764 CPUtime=0.07 cores=0,2,4,6
/proc/29548/task/29560/stat : 29560 (java) R 29545 29548 29212 0 -1 4202560 320 0 0 0 7 0 0 0 20 0 15 0 71123715 15378358272 32525 33554432000 4194304 4196468 140733481686160 139856355510512 139857319533186 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29561] ppid=29545 vsize=15017928 memory=796 CPUtime=0.15 cores=0,2,4,6
/proc/29548/task/29561/stat : 29561 (java) R 29545 29548 29212 0 -1 1077944384 673 0 0 0 15 0 0 0 20 0 15 0 71123715 15378358272 32525 33554432000 4194304 4196468 140733481686160 139856354457712 139857319533186 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29562] ppid=29545 vsize=15017928 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71123715 15378358272 32525 33554432000 4194304 4196468 140733481686160 139854738352352 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29563] ppid=29545 vsize=15017928 memory=15316 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123715 15378358272 32525 33554432000 4194304 4196468 140733481686160 139856353406128 139857319533186 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 15017928 KiB
Current children cumulated memory: 130100 KiB

[startup+1.50077 s]
/proc/loadavg: 2.35 1.88 1.42 5/216 29563
/proc/meminfo: memFree=8174008/32770624 swapFree=67076436/67108860
[pid=29548] ppid=29545 vsize=15020052 memory=434792 CPUtime=3.11 cores=0,2,4,6
/proc/29548/stat : 29548 (java) S 29545 29548 29212 0 -1 1077944320 20767 0 0 0 300 11 0 0 20 0 15 0 71123708 15380533248 108632 33554432000 4194304 4196468 140733481686160 140733481668704 139857319522039 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
/proc/29548/statm: 3755013 108632 3197 1 0 3716398 0
[pid=29548/tid=29550] ppid=29545 vsize=15022100 memory=3544 CPUtime=1.47 cores=0,2,4,6
/proc/29548/task/29550/stat : 29550 (java) R 29545 29548 29212 0 -1 4202560 16204 0 0 0 138 9 0 0 20 0 15 0 71123708 15382630400 108703 33554432000 4194304 4196468 140733481686160 139857291343424 139857303565669 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29551] ppid=29545 vsize=15022100 memory=18380 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29551/stat : 29551 (java) S 29545 29548 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71123710 15382630400 108703 33554432000 4194304 4196468 140733481686160 139857323764368 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29552] ppid=29545 vsize=15022100 memory=776 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29552/stat : 29552 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123710 15382630400 108703 33554432000 4194304 4196468 140733481686160 139856779958800 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29553] ppid=29545 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29553/stat : 29553 (java) S 29545 29548 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71123710 15382630400 108703 33554432000 4194304 4196468 140733481686160 139856778906000 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29554] ppid=29545 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29554/stat : 29554 (java) S 29545 29548 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71123710 15382630400 108703 33554432000 4194304 4196468 140733481686160 139856777853200 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29555] ppid=29545 vsize=15022100 memory=7089319380252649556 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71123711 15382630400 108703 33554432000 4194304 4196468 140733481686160 139856357616496 139857319533186 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0

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

[pid=29548/tid=29562] ppid=29545 vsize=15024148 memory=15316 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139854738352352 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29563] ppid=29545 vsize=15024148 memory=3604 CPUtime=0.64 cores=0,2,4,6
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 29212 0 -1 1077944384 1225 0 0 0 35 29 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856353406128 139857319533186 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
Current children cumulated CPU time: 2520.51 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12052192 KiB

[startup+973.601 s]
/proc/loadavg: 4.40 4.87 3.70 6/215 29664
/proc/meminfo: memFree=1766292/32770624 swapFree=67076440/67108860
[pid=29548] ppid=29545 vsize=15024148 memory=12052192 CPUtime=2523.59 cores=0,2,4,6
/proc/29548/stat : 29548 (java) S 29545 29548 29212 0 -1 1077944320 11096955 0 0 0 249384 2975 0 0 20 0 15 0 71123708 15384727552 3013048 33554432000 4194304 4196468 140733481686160 140733481668704 139857319522039 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
/proc/29548/statm: 3756037 3013048 3258 1 0 3717422 0
[pid=29548/tid=29550] ppid=29545 vsize=15024148 memory=2764 CPUtime=452.13 cores=0,2,4,6
/proc/29548/task/29550/stat : 29550 (java) S 29545 29548 29212 0 -1 1077944384 239715 0 0 0 45133 80 0 0 20 0 15 0 71123708 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139857291360464 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29551] ppid=29545 vsize=15024148 memory=796 CPUtime=512.55 cores=0,2,4,6
/proc/29548/task/29551/stat : 29551 (java) R 29545 29548 29212 0 -1 4202560 2303755 0 0 0 50607 648 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139857323764176 139857312150247 0 4 0 25189583 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29552] ppid=29545 vsize=15024148 memory=1412 CPUtime=513.84 cores=0,2,4,6
/proc/29548/task/29552/stat : 29552 (java) R 29545 29548 29212 0 -1 4202560 2252998 0 0 0 50676 708 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856779958920 139857312150247 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29553] ppid=29545 vsize=15024148 memory=3124 CPUtime=513.32 cores=0,2,4,6
/proc/29548/task/29553/stat : 29553 (java) R 29545 29548 29212 0 -1 4202560 2977448 0 0 0 50610 722 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856778906200 139857304511635 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29554] ppid=29545 vsize=15024148 memory=8796644 CPUtime=514 cores=0,2,4,6
/proc/29548/task/29554/stat : 29554 (java) R 29545 29548 29212 0 -1 4202560 3071334 0 0 0 50633 767 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856777853008 139857312150247 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29555] ppid=29545 vsize=15024148 memory=3544 CPUtime=4.26 cores=0,2,4,6
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 29212 0 -1 1077944384 202655 0 0 0 399 27 0 0 20 0 15 0 71123711 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856357615040 139857319532245 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29556] ppid=29545 vsize=15024148 memory=18400 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 29212 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 71123712 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139855879202400 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29557] ppid=29545 vsize=15024148 memory=776 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71123712 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139855610766720 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29558] ppid=29545 vsize=15024148 memory=1876 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 29212 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139855236257776 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29559] ppid=29545 vsize=15024148 memory=1664 CPUtime=5.34 cores=0,2,4,6
/proc/29548/task/29559/stat : 29559 (java) S 29545 29548 29212 0 -1 1077944384 14590 0 0 0 532 2 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856356563072 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29560] ppid=29545 vsize=15024148 memory=1828 CPUtime=6.31 cores=0,2,4,6
/proc/29548/task/29560/stat : 29560 (java) S 29545 29548 29212 0 -1 1077944384 14751 0 0 0 629 2 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856355510560 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29561] ppid=29545 vsize=15024148 memory=800 CPUtime=1.09 cores=0,2,4,6
/proc/29548/task/29561/stat : 29561 (java) S 29545 29548 29212 0 -1 1077944384 17141 0 0 0 106 3 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856354457760 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29562] ppid=29545 vsize=15024148 memory=5192 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139854738352352 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29563] ppid=29545 vsize=15024148 memory=12816 CPUtime=0.64 cores=0,2,4,6
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 29212 0 -1 1077944384 1225 0 0 0 35 29 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856353406128 139857319533186 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
Current children cumulated CPU time: 2523.59 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12052192 KiB

[startup+974.401 s]
/proc/loadavg: 4.40 4.87 3.70 6/215 29664
/proc/meminfo: memFree=1766292/32770624 swapFree=67076440/67108860
[pid=29548] ppid=29545 vsize=15024148 memory=12052192 CPUtime=2526.69 cores=0,2,4,6
/proc/29548/stat : 29548 (java) S 29545 29548 29212 0 -1 1077944320 11148764 0 0 0 249692 2977 0 0 20 0 15 0 71123708 15384727552 3013048 33554432000 4194304 4196468 140733481686160 140733481668704 139857319522039 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
/proc/29548/statm: 3756037 3013048 3258 1 0 3717422 0
[pid=29548/tid=29550] ppid=29545 vsize=15024148 memory=56 CPUtime=452.13 cores=0,2,4,6
/proc/29548/task/29550/stat : 29550 (java) S 29545 29548 29212 0 -1 1077944384 239715 0 0 0 45133 80 0 0 20 0 15 0 71123708 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139857291360464 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29551] ppid=29545 vsize=15024148 memory=6944656592387989600 CPUtime=513.31 cores=0,2,4,6
/proc/29548/task/29551/stat : 29551 (java) R 29545 29548 29212 0 -1 4202560 2303755 0 0 0 50683 648 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139857323764488 139857312150247 0 4 0 25189583 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29552] ppid=29545 vsize=15024148 memory=6944656592455359580 CPUtime=514.6 cores=0,2,4,6
/proc/29548/task/29552/stat : 29552 (java) R 29545 29548 29212 0 -1 4202560 2252998 0 0 0 50752 708 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856779958920 139857312150247 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29553] ppid=29545 vsize=15024148 memory=12052192 CPUtime=514.12 cores=0,2,4,6
/proc/29548/task/29553/stat : 29553 (java) R 29545 29548 29212 0 -1 4202560 3029257 0 0 0 50688 724 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856778906200 139857304518443 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29554] ppid=29545 vsize=15024148 memory=280365265848736 CPUtime=514.77 cores=0,2,4,6
/proc/29548/task/29554/stat : 29554 (java) R 29545 29548 29212 0 -1 4202560 3071334 0 0 0 50710 767 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856777853008 139857312150247 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29555] ppid=29545 vsize=15024148 memory=12052148 CPUtime=4.26 cores=0,2,4,6
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 29212 0 -1 1077944384 202655 0 0 0 399 27 0 0 20 0 15 0 71123711 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856357615040 139857319532245 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29556] ppid=29545 vsize=15024148 memory=12052192 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 29212 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 71123712 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139855879202400 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29557] ppid=29545 vsize=15024148 memory=1508 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71123712 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139855610766720 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29558] ppid=29545 vsize=15024148 memory=3328 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 29212 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139855236257776 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29559] ppid=29545 vsize=15024148 memory=1008 CPUtime=5.34 cores=0,2,4,6
/proc/29548/task/29559/stat : 29559 (java) S 29545 29548 29212 0 -1 1077944384 14590 0 0 0 532 2 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856356563072 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29560] ppid=29545 vsize=15024148 memory=15316 CPUtime=6.31 cores=0,2,4,6
/proc/29548/task/29560/stat : 29560 (java) S 29545 29548 29212 0 -1 1077944384 14751 0 0 0 629 2 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856355510560 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29561] ppid=29545 vsize=15024148 memory=3604 CPUtime=1.09 cores=0,2,4,6
/proc/29548/task/29561/stat : 29561 (java) S 29545 29548 29212 0 -1 1077944384 17141 0 0 0 106 3 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856354457760 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29562] ppid=29545 vsize=15024148 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139854738352352 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29563] ppid=29545 vsize=15024148 memory=3852 CPUtime=0.64 cores=0,2,4,6
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 29212 0 -1 1077944384 1225 0 0 0 35 29 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856353406128 139857319533186 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
Current children cumulated CPU time: 2526.69 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12052192 KiB

[startup+974.601 s]
/proc/loadavg: 4.40 4.87 3.70 6/215 29664
/proc/meminfo: memFree=1766292/32770624 swapFree=67076440/67108860
[pid=29548] ppid=29545 vsize=15024148 memory=12052192 CPUtime=2527.46 cores=0,2,4,6
/proc/29548/stat : 29548 (java) S 29545 29548 29212 0 -1 1077944320 11164057 0 0 0 249768 2978 0 0 20 0 15 0 71123708 15384727552 3013048 33554432000 4194304 4196468 140733481686160 140733481668704 139857319522039 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
/proc/29548/statm: 3756037 3013048 3258 1 0 3717422 0
[pid=29548/tid=29550] ppid=29545 vsize=15024148 memory=2592 CPUtime=452.13 cores=0,2,4,6
/proc/29548/task/29550/stat : 29550 (java) S 29545 29548 29212 0 -1 1077944384 239715 0 0 0 45133 80 0 0 20 0 15 0 71123708 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139857291360464 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29551] ppid=29545 vsize=15024148 memory=6791534058613427641 CPUtime=513.51 cores=0,2,4,6
/proc/29548/task/29551/stat : 29551 (java) R 29545 29548 29212 0 -1 4202560 2303755 0 0 0 50703 648 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139857323764176 139857312150247 0 4 0 25189583 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29552] ppid=29545 vsize=15024148 memory=3032 CPUtime=514.79 cores=0,2,4,6
/proc/29548/task/29552/stat : 29552 (java) R 29545 29548 29212 0 -1 4202560 2252998 0 0 0 50771 708 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856779958920 139857312150247 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29553] ppid=29545 vsize=15024148 memory=2764 CPUtime=514.33 cores=0,2,4,6
/proc/29548/task/29553/stat : 29553 (java) R 29545 29548 29212 0 -1 4202560 3044566 0 0 0 50708 725 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856778906200 139857312625666 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29554] ppid=29545 vsize=15024148 memory=796 CPUtime=514.96 cores=0,2,4,6
/proc/29548/task/29554/stat : 29554 (java) R 29545 29548 29212 0 -1 4202560 3071334 0 0 0 50729 767 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856777853008 139857312150247 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29555] ppid=29545 vsize=15024148 memory=1008 CPUtime=4.26 cores=0,2,4,6
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 29212 0 -1 1077944384 202655 0 0 0 399 27 0 0 20 0 15 0 71123711 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856357615040 139857319532245 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29556] ppid=29545 vsize=15024148 memory=12052192 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 29212 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 71123712 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139855879202400 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29557] ppid=29545 vsize=15024148 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71123712 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139855610766720 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29558] ppid=29545 vsize=15024148 memory=15316 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 29212 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139855236257776 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29559] ppid=29545 vsize=15024148 memory=12052184 CPUtime=5.34 cores=0,2,4,6
/proc/29548/task/29559/stat : 29559 (java) S 29545 29548 29212 0 -1 1077944384 14590 0 0 0 532 2 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856356563072 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29560] ppid=29545 vsize=15024148 memory=12052184 CPUtime=6.31 cores=0,2,4,6
/proc/29548/task/29560/stat : 29560 (java) S 29545 29548 29212 0 -1 1077944384 14751 0 0 0 629 2 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856355510560 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29561] ppid=29545 vsize=15024148 memory=6791534058613427641 CPUtime=1.09 cores=0,2,4,6
/proc/29548/task/29561/stat : 29561 (java) S 29545 29548 29212 0 -1 1077944384 17141 0 0 0 106 3 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856354457760 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29562] ppid=29545 vsize=15024148 memory=15316 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139854738352352 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29563] ppid=29545 vsize=15024148 memory=3604 CPUtime=0.64 cores=0,2,4,6
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 29212 0 -1 1077944384 1225 0 0 0 35 29 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856353406128 139857319533186 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
Current children cumulated CPU time: 2527.46 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12052192 KiB

[startup+974.701 s]
/proc/loadavg: 4.40 4.87 3.70 6/215 29664
/proc/meminfo: memFree=1766292/32770624 swapFree=67076440/67108860
[pid=29548] ppid=29545 vsize=15024148 memory=12052192 CPUtime=2527.85 cores=0,2,4,6
/proc/29548/stat : 29548 (java) S 29545 29548 29212 0 -1 1077944320 11175016 0 0 0 249806 2979 0 0 20 0 15 0 71123708 15384727552 3013048 33554432000 4194304 4196468 140733481686160 140733481668704 139857319522039 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
/proc/29548/statm: 3756037 3013048 3258 1 0 3717422 0
[pid=29548/tid=29550] ppid=29545 vsize=15024148 memory=12052192 CPUtime=452.13 cores=0,2,4,6
/proc/29548/task/29550/stat : 29550 (java) S 29545 29548 29212 0 -1 1077944384 239715 0 0 0 45133 80 0 0 20 0 15 0 71123708 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139857291360464 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29551] ppid=29545 vsize=15024148 memory=140182632917112 CPUtime=513.6 cores=0,2,4,6
/proc/29548/task/29551/stat : 29551 (java) R 29545 29548 29212 0 -1 4202560 2303755 0 0 0 50712 648 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139857323764176 139857312150247 0 4 0 25189583 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29552] ppid=29545 vsize=15024148 memory=12052184 CPUtime=514.88 cores=0,2,4,6
/proc/29548/task/29552/stat : 29552 (java) R 29545 29548 29212 0 -1 4202560 2252998 0 0 0 50780 708 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856779958920 139857312150247 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29553] ppid=29545 vsize=15024148 memory=12052192 CPUtime=514.42 cores=0,2,4,6
/proc/29548/task/29553/stat : 29553 (java) R 29545 29548 29212 0 -1 4202560 3055532 0 0 0 50717 725 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856778906200 139857312618752 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29554] ppid=29545 vsize=15024148 memory=12052192 CPUtime=515.06 cores=0,2,4,6
/proc/29548/task/29554/stat : 29554 (java) R 29545 29548 29212 0 -1 4202560 3071334 0 0 0 50739 767 0 0 20 0 15 0 71123710 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856777853008 139857312150247 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29555] ppid=29545 vsize=15024148 memory=12052192 CPUtime=4.26 cores=0,2,4,6
/proc/29548/task/29555/stat : 29555 (java) S 29545 29548 29212 0 -1 1077944384 202655 0 0 0 399 27 0 0 20 0 15 0 71123711 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856357615040 139857319532245 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29556] ppid=29545 vsize=15024148 memory=12052192 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29556/stat : 29556 (java) S 29545 29548 29212 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 71123712 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139855879202400 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29557] ppid=29545 vsize=15024148 memory=164 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29557/stat : 29557 (java) S 29545 29548 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71123712 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139855610766720 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29558] ppid=29545 vsize=15024148 memory=12052192 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29558/stat : 29558 (java) S 29545 29548 29212 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139855236257776 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29559] ppid=29545 vsize=15024148 memory=12052192 CPUtime=5.34 cores=0,2,4,6
/proc/29548/task/29559/stat : 29559 (java) S 29545 29548 29212 0 -1 1077944384 14590 0 0 0 532 2 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856356563072 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29560] ppid=29545 vsize=15024148 memory=12052192 CPUtime=6.31 cores=0,2,4,6
/proc/29548/task/29560/stat : 29560 (java) S 29545 29548 29212 0 -1 1077944384 14751 0 0 0 629 2 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856355510560 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29561] ppid=29545 vsize=15024148 memory=796 CPUtime=1.09 cores=0,2,4,6
/proc/29548/task/29561/stat : 29561 (java) S 29545 29548 29212 0 -1 1077944384 17141 0 0 0 106 3 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856354457760 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29562] ppid=29545 vsize=15024148 memory=1876 CPUtime=0 cores=0,2,4,6
/proc/29548/task/29562/stat : 29562 (java) S 29545 29548 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139854738352352 139857319532245 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
[pid=29548/tid=29563] ppid=29545 vsize=15024148 memory=1664 CPUtime=0.64 cores=0,2,4,6
/proc/29548/task/29563/stat : 29563 (java) S 29545 29548 29212 0 -1 1077944384 1225 0 0 0 35 29 0 0 20 0 15 0 71123715 15384727552 3013048 33554432000 4194304 4196468 140733481686160 139856353406128 139857319533186 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 22155264 140733481690100 140733481690377 140733481690377 140733481693135 0
Current children cumulated CPU time: 2527.85 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12052192 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 974.938
CPU time (s): 2528.12
CPU user time (s): 2498.09
CPU system time (s): 30.0279
CPU usage (%): 259.31
Max. virtual memory (cumulated for all children) (KiB): 15024148
Max. memory (cumulated for all children) (KiB): 12063984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2498.09
system time used= 30.0279
maximum resident set size= 12063984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11175542
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38384
involuntary context switches= 30358


# summary of solver processes directly reported to runsolver:
#   pid: 29548
#   total CPU time (s): 2528.12
#   total CPU user time (s): 2498.09
#   total CPU system time (s): 30.0279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.77928 second user time and 9.51179 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-25 18:20:05
IDJOB=4294893
IDBENCH=141441
IDSOLVER=2755
FILE ID=node102/4294893-1532535605
RUNJOBID= node102-1532535327-29243
PBS_JOBID= 21021949
Free space on /tmp= 52732 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-13-14_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-4294893-1532535605/watcher-4294893-1532535605 -o /tmp/evaluation-result-4294893-1532535605/solver-4294893-1532535605 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532535327-29243 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294893-1532535605.xml

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

MD5SUM BENCH= 1e3f313ec943efeca8787f022e591dae
RANDOM SEED=2070192129

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:         8392308 kB
MemAvailable:   20346972 kB
Buffers:          169252 kB
Cached:         11967780 kB
SwapCached:         5732 kB
Active:         12817932 kB
Inactive:       10939916 kB
Active(anon):   11475160 kB
Inactive(anon):   170320 kB
Active(file):    1342772 kB
Inactive(file): 10769596 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076436 kB
Dirty:             11864 kB
Writeback:             0 kB
AnonPages:      11634636 kB
Mapped:            44452 kB
Shmem:             21368 kB
Slab:             298036 kB
SReclaimable:     270756 kB
SUnreclaim:        27280 kB
KernelStack:        3808 kB
PageTables:        28328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13018312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11481088 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:36:20