Trace number 4308096

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
OscaR - Conflict Ordering with restarts 2018-08-14? (TO) 2520.08 2487.02

General information on the benchmark

NameDubois/
Dubois-025_c18.xml
MD5SUM973963fd5ae0545f9f330e30fdec40c5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.008505
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints50
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":75}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":75}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":50}]
Number of extensional constraints50
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":50}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.56	c seed: 840890495
0.66/0.56	c timeout: 2520
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 4
0.66/0.58	c Parsing instance...
1.50/1.03	c Parsing done, starting search...
2520.06/2487.01	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308096-1534324367/watcher-4308096-1534324367 -o /tmp/evaluation-result-4308096-1534324367/solver-4308096-1534324367 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534321878-19522 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 840890495 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308096-1534324367.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
solver pid=19797, runsolver pid=19794
Current StackSize limit: 8192 KiB


[startup+0.106259 s]*
/proc/loadavg: 1.41 1.37 1.42 5/216 19836
/proc/meminfo: memFree=23698144/32770624 swapFree=67108368/67108860
[pid=19797] ppid=19794 vsize=14082736 memory=33792 CPUtime=0.13 cores=0,2,4,6
/proc/19797/stat : 19797 (java) S 19794 19797 15953 0 -1 1077944320 6856 0 0 0 11 2 0 0 20 0 15 0 249999854 14420721664 8448 33554432000 4194304 4196468 140737357214016 140737357196560 140341905698551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
/proc/19797/statm: 3520684 8448 3157 1 0 3482761 0
[pid=19797/tid=19799] ppid=19794 vsize=14082736 memory=6735269665583770266 CPUtime=0.1 cores=0,2,4,6
/proc/19797/task/19799/stat : 19799 (java) R 19794 19797 15953 0 -1 4202560 4980 0 0 0 9 1 0 0 20 0 15 0 249999855 14420721664 8514 33554432000 4194304 4196468 140737357214016 140341909918136 140341885974300 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19800] ppid=19794 vsize=14082736 memory=4211974263958089098 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19800/stat : 19800 (java) S 19794 19797 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999856 14420721664 8580 33554432000 4194304 4196468 140737357214016 140341820766736 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19801] ppid=19794 vsize=14082736 memory=140537753298560 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19801/stat : 19801 (java) S 19794 19797 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999856 14420721664 8580 33554432000 4194304 4196468 140737357214016 140341819714192 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19802] ppid=19794 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19802/stat : 19802 (java) S 19794 19797 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999856 14420721664 8580 33554432000 4194304 4196468 140737357214016 140341818661136 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19803] ppid=19794 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19803/stat : 19803 (java) S 19794 19797 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999856 14420721664 8580 33554432000 4194304 4196468 140737357214016 140341817608592 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19808] ppid=19794 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19808/stat : 19808 (java) S 19794 19797 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999857 14420721664 8580 33554432000 4194304 4196468 140737357214016 140341379832560 140341905709698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19809] ppid=19794 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19809/stat : 19809 (java) S 19794 19797 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249999857 14420721664 8580 33554432000 4194304 4196468 140737357214016 140341378778784 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19810] ppid=19794 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19810/stat : 19810 (java) S 19794 19797 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249999858 14420721664 8580 33554432000 4194304 4196468 140737357214016 140341377725680 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19822] ppid=19794 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19822/stat : 19822 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14420721664 8580 33554432000 4194304 4196468 140737357214016 140341376674256 140341905717147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19823] ppid=19794 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19823/stat : 19823 (java) S 19794 19797 15953 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 249999860 14420721664 8580 33554432000 4194304 4196468 140737357214016 140341375621360 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19824] ppid=19794 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19824/stat : 19824 (java) S 19794 19797 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999860 14420721664 8580 33554432000 4194304 4196468 140737357214016 140341374568816 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19825] ppid=19794 vsize=14082736 memory=140537753298560 CPUtime=0.01 cores=0,2,4,6
/proc/19797/task/19825/stat : 19825 (java) S 19794 19797 15953 0 -1 1077944384 288 0 0 0 1 0 0 0 20 0 15 0 249999860 14420721664 8580 33554432000 4194304 4196468 140737357214016 140341373515760 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19826] ppid=19794 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19826/stat : 19826 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14420721664 8580 33554432000 4194304 4196468 140737357214016 140341372463456 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19827] ppid=19794 vsize=14082736 memory=140537753298560 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19827/stat : 19827 (java) S 19794 19797 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999860 14420721664 8646 33554432000 4194304 4196468 140737357214016 140341371411504 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33792 KiB

[startup+0.213706 s]*
/proc/loadavg: 1.41 1.37 1.42 6/216 19836
/proc/meminfo: memFree=23664000/32770624 swapFree=67108368/67108860
[pid=19797] ppid=19794 vsize=14082736 memory=48008 CPUtime=0.31 cores=0,2,4,6
/proc/19797/stat : 19797 (java) S 19794 19797 15953 0 -1 1077944320 10070 0 0 0 28 3 0 0 20 0 15 0 249999854 14420721664 12002 33554432000 4194304 4196468 140737357214016 140737357196560 140341905698551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
/proc/19797/statm: 3520684 12002 3400 1 0 3482761 0
[pid=19797/tid=19799] ppid=19794 vsize=14082736 memory=6735269665583770266 CPUtime=0.21 cores=0,2,4,6
/proc/19797/task/19799/stat : 19799 (java) R 19794 19797 15953 0 -1 4202560 7766 0 0 0 19 2 0 0 20 0 15 0 249999855 14420721664 12002 33554432000 4194304 4196468 140737357214016 140341909926912 140341897935678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19800] ppid=19794 vsize=14082736 memory=4211974263958089098 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19800/stat : 19800 (java) S 19794 19797 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999856 14420721664 12002 33554432000 4194304 4196468 140737357214016 140341820766736 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19801] ppid=19794 vsize=14082736 memory=140537753298560 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19801/stat : 19801 (java) S 19794 19797 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999856 14420721664 12002 33554432000 4194304 4196468 140737357214016 140341819714192 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19802] ppid=19794 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19802/stat : 19802 (java) S 19794 19797 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999856 14420721664 12002 33554432000 4194304 4196468 140737357214016 140341818661136 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19803] ppid=19794 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19803/stat : 19803 (java) S 19794 19797 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999856 14420721664 12002 33554432000 4194304 4196468 140737357214016 140341817608592 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19808] ppid=19794 vsize=14082736 memory=140537753298560 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19808/stat : 19808 (java) S 19794 19797 15953 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249999857 14420721664 12002 33554432000 4194304 4196468 140737357214016 140341379832560 140341905709698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19809] ppid=19794 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19809/stat : 19809 (java) S 19794 19797 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249999857 14420721664 12002 33554432000 4194304 4196468 140737357214016 140341378778784 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19810] ppid=19794 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19810/stat : 19810 (java) S 19794 19797 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249999858 14420721664 12002 33554432000 4194304 4196468 140737357214016 140341377725680 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19822] ppid=19794 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19822/stat : 19822 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14420721664 12002 33554432000 4194304 4196468 140737357214016 140341376674256 140341905717147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19823] ppid=19794 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19797/task/19823/stat : 19823 (java) R 19794 19797 15953 0 -1 1077944384 464 0 0 0 1 0 0 0 20 0 15 0 249999860 14420721664 12002 33554432000 4194304 4196468 140737357214016 140341375621360 140341905709698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19824] ppid=19794 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/19797/task/19824/stat : 19824 (java) S 19794 19797 15953 0 -1 1077944384 141 0 0 0 1 0 0 0 20 0 15 0 249999860 14420721664 12002 33554432000 4194304 4196468 140737357214016 140341374568816 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19825] ppid=19794 vsize=14082736 memory=140537753298560 CPUtime=0.06 cores=0,2,4,6
/proc/19797/task/19825/stat : 19825 (java) S 19794 19797 15953 0 -1 1077944384 317 0 0 0 6 0 0 0 20 0 15 0 249999860 14420721664 12002 33554432000 4194304 4196468 140737357214016 140341373513552 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19826] ppid=19794 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19826/stat : 19826 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14420721664 12002 33554432000 4194304 4196468 140737357214016 140341372463456 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19827] ppid=19794 vsize=14082736 memory=140537753298560 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19827/stat : 19827 (java) S 19794 19797 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999860 14420721664 12002 33554432000 4194304 4196468 140737357214016 140341371411504 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 48008 KiB

[startup+0.310591 s]*
/proc/loadavg: 1.41 1.37 1.42 3/216 19836
/proc/meminfo: memFree=23657424/32770624 swapFree=67108368/67108860
[pid=19797] ppid=19794 vsize=14082736 memory=51336 CPUtime=0.43 cores=0,2,4,6
/proc/19797/stat : 19797 (java) S 19794 19797 15953 0 -1 1077944320 10416 0 0 0 40 3 0 0 20 0 15 0 249999854 14420721664 12834 33554432000 4194304 4196468 140737357214016 140737357196560 140341905698551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
/proc/19797/statm: 3520684 12834 3403 1 0 3482761 0
[pid=19797/tid=19799] ppid=19794 vsize=14082736 memory=93309933 CPUtime=0.3 cores=0,2,4,6
/proc/19797/task/19799/stat : 19799 (java) R 19794 19797 15953 0 -1 4202560 8092 0 0 0 28 2 0 0 20 0 15 0 249999855 14420721664 12834 33554432000 4194304 4196468 140737357214016 140341909906384 140341887262107 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19800] ppid=19794 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19800/stat : 19800 (java) S 19794 19797 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999856 14420721664 12834 33554432000 4194304 4196468 140737357214016 140341820766736 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19801] ppid=19794 vsize=14082736 memory=140537638260228 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19801/stat : 19801 (java) S 19794 19797 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999856 14420721664 12834 33554432000 4194304 4196468 140737357214016 140341819714192 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19802] ppid=19794 vsize=14082736 memory=140537638262817 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19802/stat : 19802 (java) S 19794 19797 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999856 14420721664 12834 33554432000 4194304 4196468 140737357214016 140341818661136 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19803] ppid=19794 vsize=14082736 memory=140537638262735 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19803/stat : 19803 (java) S 19794 19797 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999856 14420721664 12834 33554432000 4194304 4196468 140737357214016 140341817608592 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19808] ppid=19794 vsize=14082736 memory=140537753300911 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19808/stat : 19808 (java) S 19794 19797 15953 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249999857 14420721664 12834 33554432000 4194304 4196468 140737357214016 140341379832560 140341905709698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19809] ppid=19794 vsize=14082736 memory=140537638271951 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19809/stat : 19809 (java) S 19794 19797 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249999857 14420721664 12834 33554432000 4194304 4196468 140737357214016 140341378778784 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19810] ppid=19794 vsize=14082736 memory=281075276550800 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19810/stat : 19810 (java) S 19794 19797 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249999858 14420721664 12834 33554432000 4194304 4196468 140737357214016 140341377725680 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19822] ppid=19794 vsize=14082736 memory=281075276548496 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19822/stat : 19822 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14420721664 12834 33554432000 4194304 4196468 140737357214016 140341376674256 140341905717147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19823] ppid=19794 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19797/task/19823/stat : 19823 (java) S 19794 19797 15953 0 -1 1077944384 469 0 0 0 1 0 0 0 20 0 15 0 249999860 14420721664 12834 33554432000 4194304 4196468 140737357214016 140341375621360 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19824] ppid=19794 vsize=14082736 memory=2240 CPUtime=0.02 cores=0,2,4,6
/proc/19797/task/19824/stat : 19824 (java) S 19794 19797 15953 0 -1 1077944384 147 0 0 0 2 0 0 0 20 0 15 0 249999860 14420721664 12834 33554432000 4194304 4196468 140737357214016 140341374568816 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19825] ppid=19794 vsize=14082736 memory=140537753298560 CPUtime=0.08 cores=0,2,4,6
/proc/19797/task/19825/stat : 19825 (java) S 19794 19797 15953 0 -1 1077944384 325 0 0 0 8 0 0 0 20 0 15 0 249999860 14420721664 12834 33554432000 4194304 4196468 140737357214016 140341373515760 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19826] ppid=19794 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19826/stat : 19826 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14420721664 12834 33554432000 4194304 4196468 140737357214016 140341372463456 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19827] ppid=19794 vsize=14082736 memory=140537753298560 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19827/stat : 19827 (java) S 19794 19797 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999860 14420721664 12834 33554432000 4194304 4196468 140737357214016 140341371411504 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51336 KiB

[startup+0.700788 s]
/proc/loadavg: 1.41 1.37 1.42 4/216 19836
/proc/meminfo: memFree=23621516/32770624 swapFree=67108368/67108860
[pid=19797] ppid=19794 vsize=14084804 memory=89008 CPUtime=0.97 cores=0,2,4,6
/proc/19797/stat : 19797 (java) S 19794 19797 15953 0 -1 1077944320 17126 0 0 0 92 5 0 0 20 0 15 0 249999854 14422839296 22252 33554432000 4194304 4196468 140737357214016 140737357196560 140341905698551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
/proc/19797/statm: 3521201 22252 3497 1 0 3483273 0
[pid=19797/tid=19799] ppid=19794 vsize=14084804 memory=1224 CPUtime=0.67 cores=0,2,4,6
/proc/19797/task/19799/stat : 19799 (java) R 19794 19797 15953 0 -1 4202560 14433 0 0 0 63 4 0 0 20 0 15 0 249999855 14422839296 22252 33554432000 4194304 4196468 140737357214016 140341909921808 140341889779038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19800] ppid=19794 vsize=14084804 memory=3920 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19800/stat : 19800 (java) S 19794 19797 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999856 14422839296 22252 33554432000 4194304 4196468 140737357214016 140341820766736 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19801] ppid=19794 vsize=14084804 memory=1288 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19801/stat : 19801 (java) S 19794 19797 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999856 14422839296 22252 33554432000 4194304 4196468 140737357214016 140341819714192 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19802] ppid=19794 vsize=14084804 memory=7092418796125250880 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19802/stat : 19802 (java) S 19794 19797 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999856 14422839296 22252 33554432000 4194304 4196468 140737357214016 140341818661136 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19803] ppid=19794 vsize=14084804 memory=7597685182856913236 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19803/stat : 19803 (java) S 19794 19797 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999856 14422839296 22252 33554432000 4194304 4196468 140737357214016 140341817608592 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19808] ppid=19794 vsize=14084804 memory=6154282490091891024 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19808/stat : 19808 (java) S 19794 19797 15953 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249999857 14422839296 22252 33554432000 4194304 4196468 140737357214016 140341379832560 140341905709698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19809] ppid=19794 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19809/stat : 19809 (java) S 19794 19797 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249999857 14422839296 22252 33554432000 4194304 4196468 140737357214016 140341378778784 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19810] ppid=19794 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19810/stat : 19810 (java) S 19794 19797 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249999858 14422839296 22252 33554432000 4194304 4196468 140737357214016 140341377725680 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19822] ppid=19794 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19822/stat : 19822 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14422839296 22252 33554432000 4194304 4196468 140737357214016 140341376674256 140341905717147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19823] ppid=19794 vsize=14084804 memory=1104 CPUtime=0.07 cores=0,2,4,6
/proc/19797/task/19823/stat : 19823 (java) S 19794 19797 15953 0 -1 1077944384 639 0 0 0 7 0 0 0 20 0 15 0 249999860 14422839296 22252 33554432000 4194304 4196468 140737357214016 140341375621360 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19824] ppid=19794 vsize=14084804 memory=14912 CPUtime=0.06 cores=0,2,4,6
/proc/19797/task/19824/stat : 19824 (java) S 19794 19797 15953 0 -1 1077944384 284 0 0 0 6 0 0 0 20 0 15 0 249999860 14422839296 22252 33554432000 4194304 4196468 140737357214016 140341374568816 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19825] ppid=19794 vsize=14084804 memory=3364 CPUtime=0.15 cores=0,2,4,6
/proc/19797/task/19825/stat : 19825 (java) S 19794 19797 15953 0 -1 1077944384 387 0 0 0 15 0 0 0 20 0 15 0 249999860 14422839296 22252 33554432000 4194304 4196468 140737357214016 140341373515760 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19826] ppid=19794 vsize=14084804 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19826/stat : 19826 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14422839296 22252 33554432000 4194304 4196468 140737357214016 140341372463456 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19827] ppid=19794 vsize=14084804 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19827/stat : 19827 (java) S 19794 19797 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999860 14422839296 22252 33554432000 4194304 4196468 140737357214016 140341371411504 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89008 KiB

[startup+1.50408 s]
/proc/loadavg: 1.41 1.37 1.42 9/216 19836
/proc/meminfo: memFree=23544288/32770624 swapFree=67108368/67108860
[pid=19797] ppid=19794 vsize=14088900 memory=200660 CPUtime=2.58 cores=0,2,4,6
/proc/19797/stat : 19797 (java) S 19794 19797 15953 0 -1 1077944320 25326 0 0 0 249 9 0 0 20 0 15 0 249999854 14427033600 50165 33554432000 4194304 4196468 140737357214016 140737357196560 140341905698551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
/proc/19797/statm: 3522225 50165 3535 1 0 3484297 0
[pid=19797/tid=19799] ppid=19794 vsize=14088900 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/19797/task/19799/stat : 19799 (java) R 19794 19797 15953 0 -1 4202560 18378 0 0 0 141 6 0 0 20 0 15 0 249999855 14427033600 50165 33554432000 4194304 4196468 140737357214016 140341909933328 140341499933525 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19800] ppid=19794 vsize=14088900 memory=2452 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19800/stat : 19800 (java) S 19794 19797 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999856 14427033600 50165 33554432000 4194304 4196468 140737357214016 140341820766736 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19801] ppid=19794 vsize=14088900 memory=281075276523808 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19801/stat : 19801 (java) S 19794 19797 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999856 14427033600 50165 33554432000 4194304 4196468 140737357214016 140341819714192 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19802] ppid=19794 vsize=14088900 memory=14694114869621891 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19802/stat : 19802 (java) S 19794 19797 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999856 14427033600 50165 33554432000 4194304 4196468 140737357214016 140341818661136 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19803] ppid=19794 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19803/stat : 19803 (java) S 19794 19797 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999856 14427033600 50165 33554432000 4194304 4196468 140737357214016 140341817608592 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19808] ppid=19794 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19808/stat : 19808 (java) S 19794 19797 15953 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 249999857 14427033600 50165 33554432000 4194304 4196468 140737357214016 140341379832560 140341905709698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0

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

/proc/19797/task/19799/stat : 19799 (java) R 19794 19797 15953 0 -1 4202560 49722 0 0 0 229825 40 0 0 20 0 15 0 249999855 14427033600 78538 33554432000 4194304 4196468 140737357214016 140341909936800 140341500560772 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19800] ppid=19794 vsize=14088900 memory=3684 CPUtime=10.26 cores=0,2,4,6
/proc/19797/task/19800/stat : 19800 (java) S 19794 19797 15953 0 -1 1077944384 3057 0 0 0 957 69 0 0 20 0 15 0 249999856 14427033600 78538 33554432000 4194304 4196468 140737357214016 140341820766736 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19801] ppid=19794 vsize=14088900 memory=314152 CPUtime=10.26 cores=0,2,4,6
/proc/19797/task/19801/stat : 19801 (java) S 19794 19797 15953 0 -1 1077944384 1834 0 0 0 951 75 0 0 20 0 15 0 249999856 14427033600 78538 33554432000 4194304 4196468 140737357214016 140341819714192 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19802] ppid=19794 vsize=14088900 memory=3684 CPUtime=10.21 cores=0,2,4,6
/proc/19797/task/19802/stat : 19802 (java) S 19794 19797 15953 0 -1 1077944384 2441 0 0 0 952 69 0 0 20 0 15 0 249999856 14427033600 78538 33554432000 4194304 4196468 140737357214016 140341818661136 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19803] ppid=19794 vsize=14088900 memory=314152 CPUtime=10.26 cores=0,2,4,6
/proc/19797/task/19803/stat : 19803 (java) S 19794 19797 15953 0 -1 1077944384 3086 0 0 0 957 69 0 0 20 0 15 0 249999856 14427033600 78538 33554432000 4194304 4196468 140737357214016 140341817608592 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19808] ppid=19794 vsize=14088900 memory=1288 CPUtime=9.83 cores=0,2,4,6
/proc/19797/task/19808/stat : 19808 (java) S 19794 19797 15953 0 -1 1077944384 5727 0 0 0 911 72 0 0 20 0 15 0 249999857 14427033600 78538 33554432000 4194304 4196468 140737357214016 140341379832560 140341905709698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19809] ppid=19794 vsize=14088900 memory=314152 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19809/stat : 19809 (java) S 19794 19797 15953 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 249999857 14427033600 78538 33554432000 4194304 4196468 140737357214016 140341378778848 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19810] ppid=19794 vsize=14088900 memory=314152 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19810/stat : 19810 (java) S 19794 19797 15953 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 249999858 14427033600 78538 33554432000 4194304 4196468 140737357214016 140341377725680 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19822] ppid=19794 vsize=14088900 memory=2032 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19822/stat : 19822 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14427033600 78538 33554432000 4194304 4196468 140737357214016 140341376674256 140341905717147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19823] ppid=19794 vsize=14088900 memory=7540 CPUtime=0.61 cores=0,2,4,6
/proc/19797/task/19823/stat : 19823 (java) S 19794 19797 15953 0 -1 1077944384 3894 0 0 0 61 0 0 0 20 0 15 0 249999860 14427033600 78538 33554432000 4194304 4196468 140737357214016 140341375621360 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19824] ppid=19794 vsize=14088900 memory=314152 CPUtime=0.54 cores=0,2,4,6
/proc/19797/task/19824/stat : 19824 (java) S 19794 19797 15953 0 -1 1077944384 4503 0 0 0 53 1 0 0 20 0 15 0 249999860 14427033600 78538 33554432000 4194304 4196468 140737357214016 140341374568816 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19825] ppid=19794 vsize=14088900 memory=314152 CPUtime=0.41 cores=0,2,4,6
/proc/19797/task/19825/stat : 19825 (java) S 19794 19797 15953 0 -1 1077944384 4417 0 0 0 40 1 0 0 20 0 15 0 249999860 14427033600 78538 33554432000 4194304 4196468 140737357214016 140341373515760 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19826] ppid=19794 vsize=14088900 memory=314152 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19826/stat : 19826 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14427033600 78538 33554432000 4194304 4196468 140737357214016 140341372463456 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19827] ppid=19794 vsize=14088900 memory=1920 CPUtime=1.19 cores=0,2,4,6
/proc/19797/task/19827/stat : 19827 (java) S 19794 19797 15953 0 -1 1077944384 1240 0 0 0 60 59 0 0 20 0 15 0 249999860 14427033600 78538 33554432000 4194304 4196468 140737357214016 140341371411504 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
Current children cumulated CPU time: 2352.32 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 314152 KiB

[startup+2382.3 s]
/proc/loadavg: 1.18 1.25 1.33 3/216 19908
/proc/meminfo: memFree=23006436/32770624 swapFree=67108368/67108860
[pid=19797] ppid=19794 vsize=14090948 memory=384856 CPUtime=2413.62 cores=0,2,4,6
/proc/19797/stat : 19797 (java) S 19794 19797 15953 0 -1 1077944320 87652 0 0 0 240992 370 0 0 20 0 15 0 249999854 14429130752 96214 33554432000 4194304 4196468 140737357214016 140737357196560 140341905698551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
/proc/19797/statm: 3522737 96214 3572 1 0 3484809 0
[pid=19797/tid=19799] ppid=19794 vsize=14090948 memory=384856 CPUtime=2357.92 cores=0,2,4,6
/proc/19797/task/19799/stat : 19799 (java) R 19794 19797 15953 0 -1 4202560 52862 0 0 0 235750 42 0 0 20 0 15 0 249999855 14429130752 96214 33554432000 4194304 4196468 140737357214016 140341909937024 140341500403730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19800] ppid=19794 vsize=14090948 memory=314152 CPUtime=10.61 cores=0,2,4,6
/proc/19797/task/19800/stat : 19800 (java) S 19794 19797 15953 0 -1 1077944384 3210 0 0 0 990 71 0 0 20 0 15 0 249999856 14429130752 96214 33554432000 4194304 4196468 140737357214016 140341820766736 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19801] ppid=19794 vsize=14090948 memory=332088 CPUtime=10.61 cores=0,2,4,6
/proc/19797/task/19801/stat : 19801 (java) S 19794 19797 15953 0 -1 1077944384 1872 0 0 0 985 76 0 0 20 0 15 0 249999856 14429130752 96214 33554432000 4194304 4196468 140737357214016 140341819714192 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19802] ppid=19794 vsize=14090948 memory=384748 CPUtime=10.55 cores=0,2,4,6
/proc/19797/task/19802/stat : 19802 (java) S 19794 19797 15953 0 -1 1077944384 2602 0 0 0 983 72 0 0 20 0 15 0 249999856 14429130752 96214 33554432000 4194304 4196468 140737357214016 140341818661136 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19803] ppid=19794 vsize=14090948 memory=384856 CPUtime=10.61 cores=0,2,4,6
/proc/19797/task/19803/stat : 19803 (java) S 19794 19797 15953 0 -1 1077944384 3119 0 0 0 991 70 0 0 20 0 15 0 249999856 14429130752 96214 33554432000 4194304 4196468 140737357214016 140341817608592 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19808] ppid=19794 vsize=14090948 memory=1104 CPUtime=10.1 cores=0,2,4,6
/proc/19797/task/19808/stat : 19808 (java) S 19794 19797 15953 0 -1 1077944384 5955 0 0 0 936 74 0 0 20 0 15 0 249999857 14429130752 96214 33554432000 4194304 4196468 140737357214016 140341379832560 140341905709698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19809] ppid=19794 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19809/stat : 19809 (java) S 19794 19797 15953 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 249999857 14429130752 96214 33554432000 4194304 4196468 140737357214016 140341378778848 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19810] ppid=19794 vsize=14090948 memory=384844 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19810/stat : 19810 (java) S 19794 19797 15953 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 249999858 14429130752 96214 33554432000 4194304 4196468 140737357214016 140341377725680 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19822] ppid=19794 vsize=14090948 memory=384844 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19822/stat : 19822 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14429130752 96214 33554432000 4194304 4196468 140737357214016 140341376674256 140341905717147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19823] ppid=19794 vsize=14090948 memory=3684 CPUtime=0.77 cores=0,2,4,6
/proc/19797/task/19823/stat : 19823 (java) S 19794 19797 15953 0 -1 1077944384 4951 0 0 0 77 0 0 0 20 0 15 0 249999860 14429130752 96214 33554432000 4194304 4196468 140737357214016 140341375621360 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19824] ppid=19794 vsize=14090948 memory=0 CPUtime=0.7 cores=0,2,4,6
/proc/19797/task/19824/stat : 19824 (java) S 19794 19797 15953 0 -1 1077944384 5212 0 0 0 69 1 0 0 20 0 15 0 249999860 14429130752 96214 33554432000 4194304 4196468 140737357214016 140341374568816 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19825] ppid=19794 vsize=14090948 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/19797/task/19825/stat : 19825 (java) S 19794 19797 15953 0 -1 1077944384 5041 0 0 0 43 1 0 0 20 0 15 0 249999860 14429130752 96214 33554432000 4194304 4196468 140737357214016 140341373515760 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19826] ppid=19794 vsize=14090948 memory=808 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19826/stat : 19826 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14429130752 96214 33554432000 4194304 4196468 140737357214016 140341372463456 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19827] ppid=19794 vsize=14090948 memory=1796 CPUtime=1.22 cores=0,2,4,6
/proc/19797/task/19827/stat : 19827 (java) S 19794 19797 15953 0 -1 1077944384 1409 0 0 0 61 61 0 0 20 0 15 0 249999860 14429130752 96214 33554432000 4194304 4196468 140737357214016 140341371411504 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
Current children cumulated CPU time: 2413.62 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 384856 KiB

[startup+2442.3 s]
/proc/loadavg: 1.33 1.28 1.34 3/216 19909
/proc/meminfo: memFree=23001964/32770624 swapFree=67108368/67108860
[pid=19797] ppid=19794 vsize=14090948 memory=384944 CPUtime=2474.64 cores=0,2,4,6
/proc/19797/stat : 19797 (java) S 19794 19797 15953 0 -1 1077944320 89988 0 0 0 247085 379 0 0 20 0 15 0 249999854 14429130752 96236 33554432000 4194304 4196468 140737357214016 140737357196560 140341905698551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
/proc/19797/statm: 3522737 96236 3572 1 0 3484809 0
[pid=19797/tid=19799] ppid=19794 vsize=14090948 memory=384856 CPUtime=2417.2 cores=0,2,4,6
/proc/19797/task/19799/stat : 19799 (java) R 19794 19797 15953 0 -1 4202560 54665 0 0 0 241677 43 0 0 20 0 15 0 249999855 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341909937152 140341890002401 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19800] ppid=19794 vsize=14090948 memory=1224 CPUtime=10.96 cores=0,2,4,6
/proc/19797/task/19800/stat : 19800 (java) S 19794 19797 15953 0 -1 1077944384 3306 0 0 0 1024 72 0 0 20 0 15 0 249999856 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341820766736 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19801] ppid=19794 vsize=14090948 memory=384856 CPUtime=10.97 cores=0,2,4,6
/proc/19797/task/19801/stat : 19801 (java) S 19794 19797 15953 0 -1 1077944384 1963 0 0 0 1019 78 0 0 20 0 15 0 249999856 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341819714192 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19802] ppid=19794 vsize=14090948 memory=384856 CPUtime=10.91 cores=0,2,4,6
/proc/19797/task/19802/stat : 19802 (java) S 19794 19797 15953 0 -1 1077944384 2624 0 0 0 1018 73 0 0 20 0 15 0 249999856 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341818661136 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19803] ppid=19794 vsize=14090948 memory=384856 CPUtime=10.97 cores=0,2,4,6
/proc/19797/task/19803/stat : 19803 (java) S 19794 19797 15953 0 -1 1077944384 3243 0 0 0 1026 71 0 0 20 0 15 0 249999856 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341817608592 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19808] ppid=19794 vsize=14090948 memory=384856 CPUtime=10.38 cores=0,2,4,6
/proc/19797/task/19808/stat : 19808 (java) S 19794 19797 15953 0 -1 1077944384 6139 0 0 0 961 77 0 0 20 0 15 0 249999857 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341379832560 140341905709698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19809] ppid=19794 vsize=14090948 memory=384856 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19809/stat : 19809 (java) S 19794 19797 15953 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 249999857 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341378778848 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19810] ppid=19794 vsize=14090948 memory=384856 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19810/stat : 19810 (java) S 19794 19797 15953 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 249999858 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341377725680 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19822] ppid=19794 vsize=14090948 memory=384856 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19822/stat : 19822 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341376674256 140341905717147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19823] ppid=19794 vsize=14090948 memory=384944 CPUtime=0.77 cores=0,2,4,6
/proc/19797/task/19823/stat : 19823 (java) S 19794 19797 15953 0 -1 1077944384 4953 0 0 0 77 0 0 0 20 0 15 0 249999860 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341375621360 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19824] ppid=19794 vsize=14090948 memory=384856 CPUtime=0.7 cores=0,2,4,6
/proc/19797/task/19824/stat : 19824 (java) S 19794 19797 15953 0 -1 1077944384 5215 0 0 0 69 1 0 0 20 0 15 0 249999860 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341374568816 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19825] ppid=19794 vsize=14090948 memory=384856 CPUtime=0.44 cores=0,2,4,6
/proc/19797/task/19825/stat : 19825 (java) S 19794 19797 15953 0 -1 1077944384 5043 0 0 0 43 1 0 0 20 0 15 0 249999860 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341373515760 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19826] ppid=19794 vsize=14090948 memory=384856 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19826/stat : 19826 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341372463456 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19827] ppid=19794 vsize=14090948 memory=2588 CPUtime=1.25 cores=0,2,4,6
/proc/19797/task/19827/stat : 19827 (java) S 19794 19797 15953 0 -1 1077944384 1418 0 0 0 63 62 0 0 20 0 15 0 249999860 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341371411504 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
Current children cumulated CPU time: 2474.64 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 384944 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487 s]*
/proc/loadavg: 1.29 1.29 1.33 3/216 19910
/proc/meminfo: memFree=22999544/32770624 swapFree=67108368/67108860
[pid=19797] ppid=19794 vsize=14090948 memory=384944 CPUtime=2520.06 cores=0,2,4,6
/proc/19797/stat : 19797 (java) S 19794 19797 15953 0 -1 1077944320 91480 0 0 0 251621 385 0 0 20 0 15 0 249999854 14429130752 96236 33554432000 4194304 4196468 140737357214016 140737357196560 140341905698551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
/proc/19797/statm: 3522737 96236 3572 1 0 3484809 0
[pid=19797/tid=19799] ppid=19794 vsize=14090948 memory=1168 CPUtime=2461.38 cores=0,2,4,6
/proc/19797/task/19799/stat : 19799 (java) R 19794 19797 15953 0 -1 4202560 56089 0 0 0 246095 43 0 0 20 0 15 0 249999855 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341909937232 140341500103703 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19800] ppid=19794 vsize=14090948 memory=0 CPUtime=11.22 cores=0,2,4,6
/proc/19797/task/19800/stat : 19800 (java) S 19794 19797 15953 0 -1 1077944384 3325 0 0 0 1048 74 0 0 20 0 15 0 249999856 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341820766736 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19801] ppid=19794 vsize=14090948 memory=-7003737579269690708 CPUtime=11.22 cores=0,2,4,6
/proc/19797/task/19801/stat : 19801 (java) S 19794 19797 15953 0 -1 1077944384 1963 0 0 0 1043 79 0 0 20 0 15 0 249999856 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341819714192 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19802] ppid=19794 vsize=14090948 memory=-7003737579269690708 CPUtime=11.17 cores=0,2,4,6
/proc/19797/task/19802/stat : 19802 (java) S 19794 19797 15953 0 -1 1077944384 2624 0 0 0 1043 74 0 0 20 0 15 0 249999856 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341818661136 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19803] ppid=19794 vsize=14090948 memory=7595994121155209280 CPUtime=11.22 cores=0,2,4,6
/proc/19797/task/19803/stat : 19803 (java) S 19794 19797 15953 0 -1 1077944384 3286 0 0 0 1050 72 0 0 20 0 15 0 249999856 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341817608592 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19808] ppid=19794 vsize=14090948 memory=6226624939297565032 CPUtime=10.57 cores=0,2,4,6
/proc/19797/task/19808/stat : 19808 (java) S 19794 19797 15953 0 -1 1077944384 6143 0 0 0 979 78 0 0 20 0 15 0 249999857 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341379832560 140341905709698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19809] ppid=19794 vsize=14090948 memory=7594307469897525610 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19809/stat : 19809 (java) S 19794 19797 15953 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 249999857 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341378778848 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19810] ppid=19794 vsize=14090948 memory=7594307469897525610 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19810/stat : 19810 (java) S 19794 19797 15953 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 249999858 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341377725680 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19822] ppid=19794 vsize=14090948 memory=7451597449460864617 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19822/stat : 19822 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341376674256 140341905717147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19823] ppid=19794 vsize=14090948 memory=7517165738791299179 CPUtime=0.77 cores=0,2,4,6
/proc/19797/task/19823/stat : 19823 (java) S 19794 19797 15953 0 -1 1077944384 4953 0 0 0 77 0 0 0 20 0 15 0 249999860 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341375621360 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19824] ppid=19794 vsize=14090948 memory=7517165738791299179 CPUtime=0.7 cores=0,2,4,6
/proc/19797/task/19824/stat : 19824 (java) S 19794 19797 15953 0 -1 1077944384 5215 0 0 0 69 1 0 0 20 0 15 0 249999860 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341374568816 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19825] ppid=19794 vsize=14090948 memory=7517165738791299179 CPUtime=0.44 cores=0,2,4,6
/proc/19797/task/19825/stat : 19825 (java) S 19794 19797 15953 0 -1 1077944384 5043 0 0 0 43 1 0 0 20 0 15 0 249999860 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341373515760 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19826] ppid=19794 vsize=14090948 memory=7739832060384667751 CPUtime=0 cores=0,2,4,6
/proc/19797/task/19826/stat : 19826 (java) S 19794 19797 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999860 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341372463456 140341905708757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
[pid=19797/tid=19827] ppid=19794 vsize=14090948 memory=7518034378764542310 CPUtime=1.28 cores=0,2,4,6
/proc/19797/task/19827/stat : 19827 (java) S 19794 19797 15953 0 -1 1077944384 1420 0 0 0 65 63 0 0 20 0 15 0 249999860 14429130752 96236 33554432000 4194304 4196468 140737357214016 140341371411504 140341905709698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27242496 140737357218889 140737357219081 140737357219081 140737357221839 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 384944 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2487.02 s]
# the end of solver process 19797 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.23 s, system=3.85724 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2487.02
CPU time (s): 2520.08
CPU user time (s): 2516.23
CPU system time (s): 3.85724
CPU usage (%): 101.329
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 384944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.23
system time used= 3.85724
maximum resident set size= 385680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91667
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 346394
involuntary context switches= 8801


# summary of solver processes directly reported to runsolver:
#   pid: 19797
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.23
#   total CPU system time (s): 3.85724

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.689 second user time and 22.4049 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-15 11:12:47
IDJOB=4308096
IDBENCH=141409
IDSOLVER=2791
FILE ID=node148/4308096-1534324367
RUNJOBID= node148-1534321878-19522
PBS_JOBID= 21038138
Free space on /tmp= 42648 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Dubois/Dubois-025_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308096-1534324367/watcher-4308096-1534324367 -o /tmp/evaluation-result-4308096-1534324367/solver-4308096-1534324367 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534321878-19522 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 840890495 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308096-1534324367.xml

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

MD5SUM BENCH= 973963fd5ae0545f9f330e30fdec40c5
RANDOM SEED=840890495

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23728528 kB
MemAvailable:   31900240 kB
Buffers:          176052 kB
Cached:          8210396 kB
SwapCached:            4 kB
Active:          4436892 kB
Inactive:        3999756 kB
Active(anon):       4096 kB
Inactive(anon):   106944 kB
Active(file):    4432796 kB
Inactive(file):  3892812 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             71700 kB
Writeback:             4 kB
AnonPages:         56896 kB
Mapped:            55000 kB
Shmem:             57780 kB
Slab:             303256 kB
SReclaimable:     274564 kB
SUnreclaim:        28692 kB
KernelStack:        3264 kB
PageTables:         5044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 42576 MiB
End job on node148 at 2018-08-15 11:54:14