Trace number 4290745

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 2018-07-02? (TO) 2400.07 2385.02

General information on the benchmark

NameCarSequencing/
CarSequencing-90-02_c18.xml
MD5SUMa45a1bbd084788784bb8b4db38c38ff4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark129.751
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1453
Number of domains2
Minimum domain size2
Maximum domain size27
Distribution of domain sizes[{"size":2,"count":1000},{"size":27,"count":200}]
Minimum variable degree2
Maximum variable degree93
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":32,"count":2},{"arity":34,"count":1},{"arity":35,"count":1},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":4},{"arity":52,"count":1},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1252},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.56	c version: 2018-07-02
0.68/0.56	c seed: 839253701
0.68/0.56	c timeout: 2400
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
3.71/1.71	c Parsing done, starting search...
2400.05/2385.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 (7066 MiB free)
  memory of node 1: 16384 MiB (10459 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290745-1532252709/watcher-4290745-1532252709 -o /tmp/evaluation-result-4290745-1532252709/solver-4290745-1532252709 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532226506-31900 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 839253701 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290745-1532252709.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=2846, runsolver pid=2843

[startup+0.100141 s]*
/proc/loadavg: 1.70 1.39 1.34 3/215 2861
/proc/meminfo: memFree=17929068/32770624 swapFree=67108860/67108860
[pid=2846] ppid=2843 vsize=14082740 memory=31664 CPUtime=0.12 cores=1,3,5,7
/proc/2846/stat : 2846 (java) S 2843 2846 31868 0 -1 1077944320 6844 0 0 0 11 1 0 0 20 0 15 0 42833785 14420725760 7916 33554432000 4194304 4196468 140725844367648 140725844350192 139816850181879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
/proc/2846/statm: 3520685 7916 3150 1 0 3482761 0
[pid=2846/tid=2848] ppid=2843 vsize=14082740 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/2846/task/2848/stat : 2848 (java) R 2843 2846 31868 0 -1 4202560 4862 0 0 0 8 1 0 0 20 0 15 0 42833786 14420725760 7916 33554432000 4194304 4196468 140725844367648 139816854413376 139816850193814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2849] ppid=2843 vsize=14082740 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2849/stat : 2849 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833787 14420725760 7916 33554432000 4194304 4196468 140725844367648 139816446302608 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2850] ppid=2843 vsize=14082740 memory=140442441684608 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2850/stat : 2850 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833787 14420725760 7916 33554432000 4194304 4196468 140725844367648 139816445249808 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2851] ppid=2843 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2851/stat : 2851 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833787 14420725760 7916 33554432000 4194304 4196468 140725844367648 139816444197520 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2852] ppid=2843 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2852/stat : 2852 (java) S 2843 2846 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42833787 14420725760 7916 33554432000 4194304 4196468 140725844367648 139816443144720 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2853] ppid=2843 vsize=14082740 memory=140442441684608 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2853/stat : 2853 (java) S 2843 2846 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42833788 14420725760 7916 33554432000 4194304 4196468 140725844367648 139815830493808 139816850193026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2854] ppid=2843 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2854/stat : 2854 (java) S 2843 2846 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42833788 14420725760 7916 33554432000 4194304 4196468 140725844367648 139815829439776 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2855] ppid=2843 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2855/stat : 2855 (java) S 2843 2846 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42833789 14420725760 7916 33554432000 4194304 4196468 140725844367648 139815828387440 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2856] ppid=2843 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2856/stat : 2856 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14420725760 7916 33554432000 4194304 4196468 140725844367648 139815827335760 139816850200475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2857] ppid=2843 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2857/stat : 2857 (java) S 2843 2846 31868 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 42833791 14420725760 7916 33554432000 4194304 4196468 140725844367648 139815826282608 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2858] ppid=2843 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2858/stat : 2858 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833791 14420725760 7916 33554432000 4194304 4196468 140725844367648 139815825229808 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2859] ppid=2843 vsize=14082740 memory=140442441684608 CPUtime=0.01 cores=1,3,5,7
/proc/2846/task/2859/stat : 2859 (java) S 2843 2846 31868 0 -1 1077944384 296 0 0 0 1 0 0 0 20 0 15 0 42833791 14420725760 7916 33554432000 4194304 4196468 140725844367648 139815824177520 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2860] ppid=2843 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2860/stat : 2860 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14420725760 7916 33554432000 4194304 4196468 140725844367648 139815823124960 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2861] ppid=2843 vsize=14082740 memory=140442441684608 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2861/stat : 2861 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833791 14420725760 7916 33554432000 4194304 4196468 140725844367648 139815822072752 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31664 KiB

[startup+0.215211 s]*
/proc/loadavg: 1.70 1.39 1.34 6/215 2861
/proc/meminfo: memFree=17912464/32770624 swapFree=67108860/67108860
[pid=2846] ppid=2843 vsize=14082740 memory=48244 CPUtime=0.32 cores=1,3,5,7
/proc/2846/stat : 2846 (java) S 2843 2846 31868 0 -1 1077944320 10623 0 0 0 30 2 0 0 20 0 15 0 42833785 14420725760 12061 33554432000 4194304 4196468 140725844367648 140725844350192 139816850181879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
/proc/2846/statm: 3520685 12061 3405 1 0 3482761 0
[pid=2846/tid=2848] ppid=2843 vsize=14082740 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/2846/task/2848/stat : 2848 (java) R 2843 2846 31868 0 -1 4202560 8205 0 0 0 19 1 0 0 20 0 15 0 42833786 14420725760 12061 33554432000 4194304 4196468 140725844367648 139816854407680 139816842419006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2849] ppid=2843 vsize=14082740 memory=4294967638 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2849/stat : 2849 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833787 14420725760 12061 33554432000 4194304 4196468 140725844367648 139816446302608 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2850] ppid=2843 vsize=14082740 memory=288370818593396352 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2850/stat : 2850 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833787 14420725760 12061 33554432000 4194304 4196468 140725844367648 139816445249808 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2851] ppid=2843 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2851/stat : 2851 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833787 14420725760 12061 33554432000 4194304 4196468 140725844367648 139816444197520 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2852] ppid=2843 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2852/stat : 2852 (java) S 2843 2846 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42833787 14420725760 12061 33554432000 4194304 4196468 140725844367648 139816443144720 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2853] ppid=2843 vsize=14082740 memory=140442441684608 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2853/stat : 2853 (java) S 2843 2846 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42833788 14420725760 12061 33554432000 4194304 4196468 140725844367648 139815830493808 139816850193026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2854] ppid=2843 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2854/stat : 2854 (java) S 2843 2846 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42833788 14420725760 12061 33554432000 4194304 4196468 140725844367648 139815829439776 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2855] ppid=2843 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2855/stat : 2855 (java) S 2843 2846 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42833789 14420725760 12061 33554432000 4194304 4196468 140725844367648 139815828387440 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2856] ppid=2843 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2856/stat : 2856 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14420725760 12061 33554432000 4194304 4196468 140725844367648 139815827335760 139816850200475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2857] ppid=2843 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2846/task/2857/stat : 2857 (java) S 2843 2846 31868 0 -1 1077944384 541 0 0 0 2 0 0 0 20 0 15 0 42833791 14420725760 12061 33554432000 4194304 4196468 140725844367648 139815826282608 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2858] ppid=2843 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2846/task/2858/stat : 2858 (java) R 2843 2846 31868 0 -1 1077944384 101 0 0 0 1 0 0 0 20 0 15 0 42833791 14420725760 12061 33554432000 4194304 4196468 140725844367648 139815825229808 139816850193026 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2859] ppid=2843 vsize=14082740 memory=140442441684608 CPUtime=0.06 cores=1,3,5,7
/proc/2846/task/2859/stat : 2859 (java) R 2843 2846 31868 0 -1 4202560 403 0 0 0 6 0 0 0 20 0 15 0 42833791 14420725760 12061 33554432000 4194304 4196468 140725844367648 139815824173280 139816829141714 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2860] ppid=2843 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2860/stat : 2860 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14420725760 12061 33554432000 4194304 4196468 140725844367648 139815823124960 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2861] ppid=2843 vsize=14082740 memory=140442441684608 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2861/stat : 2861 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833791 14420725760 12061 33554432000 4194304 4196468 140725844367648 139815822072752 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 48244 KiB

[startup+0.310526 s]*
/proc/loadavg: 1.70 1.39 1.34 4/215 2861
/proc/meminfo: memFree=17908928/32770624 swapFree=67108860/67108860
[pid=2846] ppid=2843 vsize=14082740 memory=51420 CPUtime=0.44 cores=1,3,5,7
/proc/2846/stat : 2846 (java) S 2843 2846 31868 0 -1 1077944320 11015 0 0 0 42 2 0 0 20 0 15 0 42833785 14420725760 12855 33554432000 4194304 4196468 140725844367648 140725844350192 139816850181879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
/proc/2846/statm: 3520685 12855 3408 1 0 3482761 0
[pid=2846/tid=2848] ppid=2843 vsize=14082740 memory=4638778411218063696 CPUtime=0.29 cores=1,3,5,7
/proc/2846/task/2848/stat : 2848 (java) R 2843 2846 31868 0 -1 4202560 8530 0 0 0 28 1 0 0 20 0 15 0 42833786 14420725760 12855 33554432000 4194304 4196468 140725844367648 139816854389712 139816835347551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2849] ppid=2843 vsize=14082740 memory=4294967295 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2849/stat : 2849 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833787 14420725760 12855 33554432000 4194304 4196468 140725844367648 139816446302608 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2850] ppid=2843 vsize=14082740 memory=140442441684608 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2850/stat : 2850 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833787 14420725760 12855 33554432000 4194304 4196468 140725844367648 139816445249808 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2851] ppid=2843 vsize=14082740 memory=280884687342496 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2851/stat : 2851 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833787 14420725760 12855 33554432000 4194304 4196468 140725844367648 139816444197520 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2852] ppid=2843 vsize=14082740 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2852/stat : 2852 (java) S 2843 2846 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42833787 14420725760 12855 33554432000 4194304 4196468 140725844367648 139816443144720 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2853] ppid=2843 vsize=14082740 memory=280884785358160 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2853/stat : 2853 (java) S 2843 2846 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42833788 14420725760 12855 33554432000 4194304 4196468 140725844367648 139815830493808 139816850193026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2854] ppid=2843 vsize=14082740 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2854/stat : 2854 (java) S 2843 2846 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42833788 14420725760 12855 33554432000 4194304 4196468 140725844367648 139815829439776 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2855] ppid=2843 vsize=14082740 memory=64996 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2855/stat : 2855 (java) S 2843 2846 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42833789 14420725760 12855 33554432000 4194304 4196468 140725844367648 139815828387440 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2856] ppid=2843 vsize=14082740 memory=67300 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2856/stat : 2856 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14420725760 12855 33554432000 4194304 4196468 140725844367648 139815827335760 139816850200475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2857] ppid=2843 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2846/task/2857/stat : 2857 (java) S 2843 2846 31868 0 -1 1077944384 552 0 0 0 2 0 0 0 20 0 15 0 42833791 14420725760 12855 33554432000 4194304 4196468 140725844367648 139815826282608 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2858] ppid=2843 vsize=14082740 memory=140442343708303 CPUtime=0.02 cores=1,3,5,7
/proc/2846/task/2858/stat : 2858 (java) S 2843 2846 31868 0 -1 1077944384 119 0 0 0 2 0 0 0 20 0 15 0 42833791 14420725760 12855 33554432000 4194304 4196468 140725844367648 139815825229808 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2859] ppid=2843 vsize=14082740 memory=280884785378912 CPUtime=0.08 cores=1,3,5,7
/proc/2846/task/2859/stat : 2859 (java) S 2843 2846 31868 0 -1 1077944384 436 0 0 0 8 0 0 0 20 0 15 0 42833791 14420725760 12855 33554432000 4194304 4196468 140725844367648 139815824177520 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2860] ppid=2843 vsize=14082740 memory=140442343689743 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2860/stat : 2860 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14420725760 12855 33554432000 4194304 4196468 140725844367648 139815823124960 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2861] ppid=2843 vsize=14082740 memory=140442441684619 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2861/stat : 2861 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833791 14420725760 12855 33554432000 4194304 4196468 140725844367648 139815822072752 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 51420 KiB

[startup+0.700751 s]
/proc/loadavg: 1.70 1.39 1.34 3/215 2861
/proc/meminfo: memFree=17884868/32770624 swapFree=67108860/67108860
[pid=2846] ppid=2843 vsize=14084808 memory=91600 CPUtime=1 cores=1,3,5,7
/proc/2846/stat : 2846 (java) S 2843 2846 31868 0 -1 1077944320 17791 0 0 0 95 5 0 0 20 0 15 0 42833785 14422843392 22900 33554432000 4194304 4196468 140725844367648 140725844350192 139816850181879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
/proc/2846/statm: 3521202 22900 3498 1 0 3483273 0
[pid=2846/tid=2848] ppid=2843 vsize=14084808 memory=152695885274756 CPUtime=0.68 cores=1,3,5,7
/proc/2846/task/2848/stat : 2848 (java) R 2843 2846 31868 0 -1 4202560 14855 0 0 0 64 4 0 0 20 0 15 0 42833786 14422843392 22900 33554432000 4194304 4196468 140725844367648 139816854406096 139816834262396 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2849] ppid=2843 vsize=14084808 memory=25515 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2849/stat : 2849 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833787 14422843392 22900 33554432000 4194304 4196468 140725844367648 139816446302608 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2850] ppid=2843 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2850/stat : 2850 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833787 14422843392 22900 33554432000 4194304 4196468 140725844367648 139816445249808 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2851] ppid=2843 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2851/stat : 2851 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833787 14422843392 22900 33554432000 4194304 4196468 140725844367648 139816444197520 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2852] ppid=2843 vsize=14084808 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2852/stat : 2852 (java) S 2843 2846 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42833787 14422843392 22900 33554432000 4194304 4196468 140725844367648 139816443144720 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2853] ppid=2843 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2853/stat : 2853 (java) S 2843 2846 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42833788 14422843392 22900 33554432000 4194304 4196468 140725844367648 139815830493808 139816850193026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2854] ppid=2843 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2854/stat : 2854 (java) S 2843 2846 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42833788 14422843392 22900 33554432000 4194304 4196468 140725844367648 139815829439776 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2855] ppid=2843 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2855/stat : 2855 (java) S 2843 2846 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42833789 14422843392 22900 33554432000 4194304 4196468 140725844367648 139815828387440 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2856] ppid=2843 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2856/stat : 2856 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14422843392 22900 33554432000 4194304 4196468 140725844367648 139815827335760 139816850200475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2857] ppid=2843 vsize=14084808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2846/task/2857/stat : 2857 (java) S 2843 2846 31868 0 -1 1077944384 700 0 0 0 7 0 0 0 20 0 15 0 42833791 14422843392 22900 33554432000 4194304 4196468 140725844367648 139815826282608 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2858] ppid=2843 vsize=14084808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2846/task/2858/stat : 2858 (java) S 2843 2846 31868 0 -1 1077944384 285 0 0 0 7 0 0 0 20 0 15 0 42833791 14422843392 22900 33554432000 4194304 4196468 140725844367648 139815825229808 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2859] ppid=2843 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/2846/task/2859/stat : 2859 (java) S 2843 2846 31868 0 -1 1077944384 575 0 0 0 15 0 0 0 20 0 15 0 42833791 14422843392 22900 33554432000 4194304 4196468 140725844367648 139815824177520 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2860] ppid=2843 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2860/stat : 2860 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14422843392 22900 33554432000 4194304 4196468 140725844367648 139815823124960 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2861] ppid=2843 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2861/stat : 2861 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833791 14422843392 22900 33554432000 4194304 4196468 140725844367648 139815822072752 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 91600 KiB

[startup+1.50125 s]
/proc/loadavg: 1.70 1.39 1.34 5/215 2861
/proc/meminfo: memFree=17844356/32770624 swapFree=67108860/67108860
[pid=2846] ppid=2843 vsize=14088904 memory=161252 CPUtime=3.09 cores=1,3,5,7
/proc/2846/stat : 2846 (java) S 2843 2846 31868 0 -1 1077944320 24394 0 0 0 301 8 0 0 20 0 15 0 42833785 14427037696 40313 33554432000 4194304 4196468 140725844367648 140725844350192 139816850181879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
/proc/2846/statm: 3522226 40313 3550 1 0 3484297 0
[pid=2846/tid=2848] ppid=2843 vsize=14088904 memory=280884687607744 CPUtime=1.47 cores=1,3,5,7
/proc/2846/task/2848/stat : 2848 (java) R 2843 2846 31868 0 -1 4202560 17605 0 0 0 142 5 0 0 20 0 15 0 42833786 14427037696 40313 33554432000 4194304 4196468 140725844367648 139816854400208 139816834262366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2849] ppid=2843 vsize=14088904 memory=6220993253238723945 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2849/stat : 2849 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833787 14427037696 40313 33554432000 4194304 4196468 140725844367648 139816446302608 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2850] ppid=2843 vsize=14088904 memory=7228928657774891095 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2850/stat : 2850 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833787 14427037696 40313 33554432000 4194304 4196468 140725844367648 139816445249808 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2851] ppid=2843 vsize=14088904 memory=7284 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2851/stat : 2851 (java) S 2843 2846 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42833787 14427037696 40313 33554432000 4194304 4196468 140725844367648 139816444197520 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2852] ppid=2843 vsize=14088904 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2852/stat : 2852 (java) S 2843 2846 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42833787 14427037696 40313 33554432000 4194304 4196468 140725844367648 139816443144720 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2853] ppid=2843 vsize=14088904 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2853/stat : 2853 (java) S 2843 2846 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42833788 14427037696 40313 33554432000 4194304 4196468 140725844367648 139815830493808 139816850193026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0

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

/proc/2846/task/2848/stat : 2848 (java) R 2843 2846 31868 0 -1 4202560 32974 0 0 0 225253 16 0 0 20 0 15 0 42833786 14429134848 64814 33554432000 4194304 4196468 140725844367648 139816854419968 139816497524562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2849] ppid=2843 vsize=14090952 memory=259256 CPUtime=3.79 cores=1,3,5,7
/proc/2846/task/2849/stat : 2849 (java) S 2843 2846 31868 0 -1 1077944384 2979 0 0 0 350 29 0 0 20 0 15 0 42833787 14429134848 64814 33554432000 4194304 4196468 140725844367648 139816446302608 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2850] ppid=2843 vsize=14090952 memory=259256 CPUtime=3.8 cores=1,3,5,7
/proc/2846/task/2850/stat : 2850 (java) S 2843 2846 31868 0 -1 1077944384 4450 0 0 0 353 27 0 0 20 0 15 0 42833787 14429134848 64814 33554432000 4194304 4196468 140725844367648 139816445249808 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2851] ppid=2843 vsize=14090952 memory=259256 CPUtime=3.81 cores=1,3,5,7
/proc/2846/task/2851/stat : 2851 (java) S 2843 2846 31868 0 -1 1077944384 4489 0 0 0 354 27 0 0 20 0 15 0 42833787 14429134848 64814 33554432000 4194304 4196468 140725844367648 139816444197520 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2852] ppid=2843 vsize=14090952 memory=259256 CPUtime=3.79 cores=1,3,5,7
/proc/2846/task/2852/stat : 2852 (java) S 2843 2846 31868 0 -1 1077944384 2949 0 0 0 353 26 0 0 20 0 15 0 42833787 14429134848 64814 33554432000 4194304 4196468 140725844367648 139816443144720 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2853] ppid=2843 vsize=14090952 memory=8478564869569871515 CPUtime=3.85 cores=1,3,5,7
/proc/2846/task/2853/stat : 2853 (java) S 2843 2846 31868 0 -1 1077944384 3676 0 0 0 360 25 0 0 20 0 15 0 42833788 14429134848 64814 33554432000 4194304 4196468 140725844367648 139815830493808 139816850193026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2854] ppid=2843 vsize=14090952 memory=259256 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2854/stat : 2854 (java) S 2843 2846 31868 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 42833788 14429134848 64814 33554432000 4194304 4196468 140725844367648 139815829439840 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2855] ppid=2843 vsize=14090952 memory=259256 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2855/stat : 2855 (java) S 2843 2846 31868 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 42833789 14429134848 64814 33554432000 4194304 4196468 140725844367648 139815828387456 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2856] ppid=2843 vsize=14090952 memory=792 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2856/stat : 2856 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14429134848 64814 33554432000 4194304 4196468 140725844367648 139815827335760 139816850200475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2857] ppid=2843 vsize=14090952 memory=259256 CPUtime=1.5 cores=1,3,5,7
/proc/2846/task/2857/stat : 2857 (java) S 2843 2846 31868 0 -1 1077944384 6871 0 0 0 149 1 0 0 20 0 15 0 42833791 14429134848 64814 33554432000 4194304 4196468 140725844367648 139815826282608 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2858] ppid=2843 vsize=14090952 memory=259256 CPUtime=1.55 cores=1,3,5,7
/proc/2846/task/2858/stat : 2858 (java) S 2843 2846 31868 0 -1 1077944384 8287 0 0 0 154 1 0 0 20 0 15 0 42833791 14429134848 64814 33554432000 4194304 4196468 140725844367648 139815825229808 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2859] ppid=2843 vsize=14090952 memory=259256 CPUtime=0.87 cores=1,3,5,7
/proc/2846/task/2859/stat : 2859 (java) S 2843 2846 31868 0 -1 1077944384 9130 0 0 0 85 2 0 0 20 0 15 0 42833791 14429134848 64814 33554432000 4194304 4196468 140725844367648 139815824177520 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2860] ppid=2843 vsize=14090952 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2860/stat : 2860 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14429134848 64814 33554432000 4194304 4196468 140725844367648 139815823124960 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2861] ppid=2843 vsize=14090952 memory=4140 CPUtime=0.83 cores=1,3,5,7
/proc/2846/task/2861/stat : 2861 (java) S 2843 2846 31868 0 -1 1077944384 1168 0 0 0 41 42 0 0 20 0 15 0 42833791 14429134848 64814 33554432000 4194304 4196468 140725844367648 139815822072752 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
Current children cumulated CPU time: 2276.59 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 259256 KiB

[startup+2322.3 s]
/proc/loadavg: 1.21 1.26 1.32 3/216 3031
/proc/meminfo: memFree=17715668/32770624 swapFree=67108860/67108860
[pid=2846] ppid=2843 vsize=14090952 memory=261304 CPUtime=2336.97 cores=1,3,5,7
/proc/2846/stat : 2846 (java) S 2843 2846 31868 0 -1 1077944320 78989 0 0 0 233533 164 0 0 20 0 15 0 42833785 14429134848 65326 33554432000 4194304 4196468 140725844367648 140725844350192 139816850181879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
/proc/2846/statm: 3522738 65326 3588 1 0 3484809 0
[pid=2846/tid=2848] ppid=2843 vsize=14090952 memory=261304 CPUtime=2312.41 cores=1,3,5,7
/proc/2846/task/2848/stat : 2848 (java) R 2843 2846 31868 0 -1 4202560 33339 0 0 0 231225 16 0 0 20 0 15 0 42833786 14429134848 65326 33554432000 4194304 4196468 140725844367648 139816854420176 139816497453152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2849] ppid=2843 vsize=14090952 memory=261304 CPUtime=3.91 cores=1,3,5,7
/proc/2846/task/2849/stat : 2849 (java) S 2843 2846 31868 0 -1 1077944384 3068 0 0 0 362 29 0 0 20 0 15 0 42833787 14429134848 65326 33554432000 4194304 4196468 140725844367648 139816446302608 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2850] ppid=2843 vsize=14090952 memory=261304 CPUtime=3.92 cores=1,3,5,7
/proc/2846/task/2850/stat : 2850 (java) S 2843 2846 31868 0 -1 1077944384 4472 0 0 0 364 28 0 0 20 0 15 0 42833787 14429134848 65326 33554432000 4194304 4196468 140725844367648 139816445249808 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2851] ppid=2843 vsize=14090952 memory=261304 CPUtime=3.94 cores=1,3,5,7
/proc/2846/task/2851/stat : 2851 (java) S 2843 2846 31868 0 -1 1077944384 4509 0 0 0 367 27 0 0 20 0 15 0 42833787 14429134848 65326 33554432000 4194304 4196468 140725844367648 139816444197520 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2852] ppid=2843 vsize=14090952 memory=261304 CPUtime=3.93 cores=1,3,5,7
/proc/2846/task/2852/stat : 2852 (java) S 2843 2846 31868 0 -1 1077944384 2952 0 0 0 366 27 0 0 20 0 15 0 42833787 14429134848 65326 33554432000 4194304 4196468 140725844367648 139816443144720 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2853] ppid=2843 vsize=14090952 memory=2408 CPUtime=3.96 cores=1,3,5,7
/proc/2846/task/2853/stat : 2853 (java) S 2843 2846 31868 0 -1 1077944384 3746 0 0 0 370 26 0 0 20 0 15 0 42833788 14429134848 65326 33554432000 4194304 4196468 140725844367648 139815830493808 139816850193026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2854] ppid=2843 vsize=14090952 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2854/stat : 2854 (java) S 2843 2846 31868 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 42833788 14429134848 65326 33554432000 4194304 4196468 140725844367648 139815829439840 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2855] ppid=2843 vsize=14090952 memory=261304 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2855/stat : 2855 (java) S 2843 2846 31868 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 42833789 14429134848 65326 33554432000 4194304 4196468 140725844367648 139815828387456 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2856] ppid=2843 vsize=14090952 memory=261304 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2856/stat : 2856 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14429134848 65326 33554432000 4194304 4196468 140725844367648 139815827335760 139816850200475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2857] ppid=2843 vsize=14090952 memory=261304 CPUtime=1.5 cores=1,3,5,7
/proc/2846/task/2857/stat : 2857 (java) S 2843 2846 31868 0 -1 1077944384 6873 0 0 0 149 1 0 0 20 0 15 0 42833791 14429134848 65326 33554432000 4194304 4196468 140725844367648 139815826282608 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2858] ppid=2843 vsize=14090952 memory=261304 CPUtime=1.55 cores=1,3,5,7
/proc/2846/task/2858/stat : 2858 (java) S 2843 2846 31868 0 -1 1077944384 8289 0 0 0 154 1 0 0 20 0 15 0 42833791 14429134848 65326 33554432000 4194304 4196468 140725844367648 139815825229808 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2859] ppid=2843 vsize=14090952 memory=261304 CPUtime=0.87 cores=1,3,5,7
/proc/2846/task/2859/stat : 2859 (java) S 2843 2846 31868 0 -1 1077944384 9132 0 0 0 85 2 0 0 20 0 15 0 42833791 14429134848 65326 33554432000 4194304 4196468 140725844367648 139815824177520 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2860] ppid=2843 vsize=14090952 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2860/stat : 2860 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14429134848 65326 33554432000 4194304 4196468 140725844367648 139815823124960 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2861] ppid=2843 vsize=14090952 memory=261304 CPUtime=0.85 cores=1,3,5,7
/proc/2846/task/2861/stat : 2861 (java) S 2843 2846 31868 0 -1 1077944384 1174 0 0 0 42 43 0 0 20 0 15 0 42833791 14429134848 65326 33554432000 4194304 4196468 140725844367648 139815822072752 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
Current children cumulated CPU time: 2336.97 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 261304 KiB

[startup+2382.3 s]
/proc/loadavg: 1.34 1.29 1.32 3/216 3032
/proc/meminfo: memFree=17711404/32770624 swapFree=67108860/67108860
[pid=2846] ppid=2843 vsize=14090952 memory=263352 CPUtime=2397.32 cores=1,3,5,7
/proc/2846/stat : 2846 (java) S 2843 2846 31868 0 -1 1077944320 79471 0 0 0 239565 167 0 0 20 0 15 0 42833785 14429134848 65838 33554432000 4194304 4196468 140725844367648 140725844350192 139816850181879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
/proc/2846/statm: 3522738 65838 3588 1 0 3484809 0
[pid=2846/tid=2848] ppid=2843 vsize=14090952 memory=263352 CPUtime=2372.15 cores=1,3,5,7
/proc/2846/task/2848/stat : 2848 (java) R 2843 2846 31868 0 -1 4202560 33642 0 0 0 237199 16 0 0 20 0 15 0 42833786 14429134848 65838 33554432000 4194304 4196468 140725844367648 139816854419936 139816498089271 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2849] ppid=2843 vsize=14090952 memory=263352 CPUtime=4.03 cores=1,3,5,7
/proc/2846/task/2849/stat : 2849 (java) S 2843 2846 31868 0 -1 1077944384 3072 0 0 0 374 29 0 0 20 0 15 0 42833787 14429134848 65838 33554432000 4194304 4196468 140725844367648 139816446302608 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2850] ppid=2843 vsize=14090952 memory=263352 CPUtime=4.04 cores=1,3,5,7
/proc/2846/task/2850/stat : 2850 (java) S 2843 2846 31868 0 -1 1077944384 4475 0 0 0 375 29 0 0 20 0 15 0 42833787 14429134848 65838 33554432000 4194304 4196468 140725844367648 139816445249808 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2851] ppid=2843 vsize=14090952 memory=263352 CPUtime=4.06 cores=1,3,5,7
/proc/2846/task/2851/stat : 2851 (java) S 2843 2846 31868 0 -1 1077944384 4517 0 0 0 379 27 0 0 20 0 15 0 42833787 14429134848 65838 33554432000 4194304 4196468 140725844367648 139816444197520 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2852] ppid=2843 vsize=14090952 memory=263352 CPUtime=4.06 cores=1,3,5,7
/proc/2846/task/2852/stat : 2852 (java) S 2843 2846 31868 0 -1 1077944384 3057 0 0 0 378 28 0 0 20 0 15 0 42833787 14429134848 65838 33554432000 4194304 4196468 140725844367648 139816443144720 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2853] ppid=2843 vsize=14090952 memory=55 CPUtime=4.06 cores=1,3,5,7
/proc/2846/task/2853/stat : 2853 (java) S 2843 2846 31868 0 -1 1077944384 3791 0 0 0 380 26 0 0 20 0 15 0 42833788 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815830493808 139816850193026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2854] ppid=2843 vsize=14090952 memory=263352 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2854/stat : 2854 (java) S 2843 2846 31868 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 42833788 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815829439840 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2855] ppid=2843 vsize=14090952 memory=263352 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2855/stat : 2855 (java) S 2843 2846 31868 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 42833789 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815828387456 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2856] ppid=2843 vsize=14090952 memory=263352 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2856/stat : 2856 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815827335760 139816850200475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2857] ppid=2843 vsize=14090952 memory=263352 CPUtime=1.5 cores=1,3,5,7
/proc/2846/task/2857/stat : 2857 (java) S 2843 2846 31868 0 -1 1077944384 6874 0 0 0 149 1 0 0 20 0 15 0 42833791 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815826282608 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2858] ppid=2843 vsize=14090952 memory=4140 CPUtime=1.55 cores=1,3,5,7
/proc/2846/task/2858/stat : 2858 (java) S 2843 2846 31868 0 -1 1077944384 8289 0 0 0 154 1 0 0 20 0 15 0 42833791 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815825229808 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2859] ppid=2843 vsize=14090952 memory=14704 CPUtime=0.87 cores=1,3,5,7
/proc/2846/task/2859/stat : 2859 (java) S 2843 2846 31868 0 -1 1077944384 9132 0 0 0 85 2 0 0 20 0 15 0 42833791 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815824177520 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2860] ppid=2843 vsize=14090952 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2860/stat : 2860 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815823124960 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2861] ppid=2843 vsize=14090952 memory=14704 CPUtime=0.88 cores=1,3,5,7
/proc/2846/task/2861/stat : 2861 (java) S 2843 2846 31868 0 -1 1077944384 1187 0 0 0 43 45 0 0 20 0 15 0 42833791 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815822072752 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
Current children cumulated CPU time: 2397.32 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 263352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2385 s]*
/proc/loadavg: 1.39 1.30 1.33 3/216 3032
/proc/meminfo: memFree=17711532/32770624 swapFree=67108860/67108860
[pid=2846] ppid=2843 vsize=14090952 memory=263352 CPUtime=2400.05 cores=1,3,5,7
/proc/2846/stat : 2846 (java) S 2843 2846 31868 0 -1 1077944320 79481 0 0 0 239837 168 0 0 20 0 15 0 42833785 14429134848 65838 33554432000 4194304 4196468 140725844367648 140725844350192 139816850181879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
/proc/2846/statm: 3522738 65838 3588 1 0 3484809 0
[pid=2846/tid=2848] ppid=2843 vsize=14090952 memory=6935054825532540783 CPUtime=2374.84 cores=1,3,5,7
/proc/2846/task/2848/stat : 2848 (java) R 2843 2846 31868 0 -1 4202560 33650 0 0 0 237468 16 0 0 20 0 15 0 42833786 14429134848 65838 33554432000 4194304 4196468 140725844367648 139816854420256 139816497518826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2849] ppid=2843 vsize=14090952 memory=4126316290023845779 CPUtime=4.04 cores=1,3,5,7
/proc/2846/task/2849/stat : 2849 (java) S 2843 2846 31868 0 -1 1077944384 3072 0 0 0 375 29 0 0 20 0 15 0 42833787 14429134848 65838 33554432000 4194304 4196468 140725844367648 139816446302608 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2850] ppid=2843 vsize=14090952 memory=4124 CPUtime=4.04 cores=1,3,5,7
/proc/2846/task/2850/stat : 2850 (java) S 2843 2846 31868 0 -1 1077944384 4475 0 0 0 375 29 0 0 20 0 15 0 42833787 14429134848 65838 33554432000 4194304 4196468 140725844367648 139816445249808 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2851] ppid=2843 vsize=14090952 memory=2200 CPUtime=4.07 cores=1,3,5,7
/proc/2846/task/2851/stat : 2851 (java) S 2843 2846 31868 0 -1 1077944384 4517 0 0 0 380 27 0 0 20 0 15 0 42833787 14429134848 65838 33554432000 4194304 4196468 140725844367648 139816444197520 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2852] ppid=2843 vsize=14090952 memory=7284 CPUtime=4.07 cores=1,3,5,7
/proc/2846/task/2852/stat : 2852 (java) S 2843 2846 31868 0 -1 1077944384 3057 0 0 0 379 28 0 0 20 0 15 0 42833787 14429134848 65838 33554432000 4194304 4196468 140725844367648 139816443144720 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2853] ppid=2843 vsize=14090952 memory=840 CPUtime=4.07 cores=1,3,5,7
/proc/2846/task/2853/stat : 2853 (java) S 2843 2846 31868 0 -1 1077944384 3793 0 0 0 381 26 0 0 20 0 15 0 42833788 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815830493808 139816850193026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2854] ppid=2843 vsize=14090952 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2854/stat : 2854 (java) S 2843 2846 31868 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 42833788 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815829439840 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2855] ppid=2843 vsize=14090952 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2855/stat : 2855 (java) S 2843 2846 31868 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 42833789 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815828387456 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2856] ppid=2843 vsize=14090952 memory=3276 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2856/stat : 2856 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815827335760 139816850200475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2857] ppid=2843 vsize=14090952 memory=263352 CPUtime=1.5 cores=1,3,5,7
/proc/2846/task/2857/stat : 2857 (java) S 2843 2846 31868 0 -1 1077944384 6874 0 0 0 149 1 0 0 20 0 15 0 42833791 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815826282608 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2858] ppid=2843 vsize=14090952 memory=1408 CPUtime=1.55 cores=1,3,5,7
/proc/2846/task/2858/stat : 2858 (java) S 2843 2846 31868 0 -1 1077944384 8289 0 0 0 154 1 0 0 20 0 15 0 42833791 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815825229808 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2859] ppid=2843 vsize=14090952 memory=3212 CPUtime=0.87 cores=1,3,5,7
/proc/2846/task/2859/stat : 2859 (java) S 2843 2846 31868 0 -1 1077944384 9132 0 0 0 85 2 0 0 20 0 15 0 42833791 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815824177520 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2860] ppid=2843 vsize=14090952 memory=18460 CPUtime=0 cores=1,3,5,7
/proc/2846/task/2860/stat : 2860 (java) S 2843 2846 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42833791 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815823124960 139816850192085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
[pid=2846/tid=2861] ppid=2843 vsize=14090952 memory=9968 CPUtime=0.88 cores=1,3,5,7
/proc/2846/task/2861/stat : 2861 (java) S 2843 2846 31868 0 -1 1077944384 1187 0 0 0 43 45 0 0 20 0 15 0 42833791 14429134848 65838 33554432000 4194304 4196468 140725844367648 139815822072752 139816850193026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 45 0 0 6293624 6294260 12673024 140725844374609 140725844374793 140725844374793 140725844377551 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 263352 KiB

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

[startup+2385.02 s]
# the end of solver process 2846 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.39 s, system=1.68498 s

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

Child status: 143
Real time (s): 2385.02
CPU time (s): 2400.07
CPU user time (s): 2398.39
CPU system time (s): 1.68498
CPU usage (%): 100.631
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 271176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.39
system time used= 1.68498
maximum resident set size= 271180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79665
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 150805
involuntary context switches= 3880


# summary of solver processes directly reported to runsolver:
#   pid: 2846
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2398.39
#   total CPU system time (s): 1.68498

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2986 second user time and 21.2998 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 11:45:09
IDJOB=4290745
IDBENCH=141460
IDSOLVER=2744
FILE ID=node106/4290745-1532252709
RUNJOBID= node106-1532226506-31900
PBS_JOBID= 21018948
Free space on /tmp= 52996 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
BENCH NAME= XCSP18/CarSequencing/CarSequencing-90-02_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290745-1532252709/watcher-4290745-1532252709 -o /tmp/evaluation-result-4290745-1532252709/solver-4290745-1532252709 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532226506-31900 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 839253701 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290745-1532252709.xml

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

MD5SUM BENCH= a45a1bbd084788784bb8b4db38c38ff4
RANDOM SEED=839253701

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        17946832 kB
MemAvailable:   31724296 kB
Buffers:          240120 kB
Cached:         13626708 kB
SwapCached:            0 kB
Active:          1539012 kB
Inactive:       12597168 kB
Active(anon):     271856 kB
Inactive(anon):    17096 kB
Active(file):    1267156 kB
Inactive(file): 12580072 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35804 kB
Writeback:            28 kB
AnonPages:        333416 kB
Mapped:            48928 kB
Shmem:             17036 kB
Slab:             386488 kB
SReclaimable:     358696 kB
SUnreclaim:        27792 kB
KernelStack:        3904 kB
PageTables:         6028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1180600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52960 MiB
End job on node106 at 2018-07-22 12:24:54