Trace number 4290736

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.08 2384.71

General information on the benchmark

NameCarSequencing/
CarSequencing-70-01_c18.xml
MD5SUM5ebb66a2f72e45e9d6642a776a6cc19c
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 benchmark5.09527
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1402
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree63
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":19},{"degree":25,"count":19},{"degree":26,"count":19},"...",{"degree":39,"count":8}, {"degree":40,"count":8}, {"degree":41,"count":8}, {"degree":42,"count":8}, {"degree":43,"count":8}, {"degree":44,"count":8}, {"degree":45,"count":8}, {"degree":46,"count":8}, {"degree":47,"count":8}, {"degree":48,"count":8}, {"degree":49,"count":8}, {"degree":50,"count":8}, {"degree":51,"count":8}, {"degree":52,"count":8}, {"degree":53,"count":9}, {"degree":54,"count":9}, {"degree":55,"count":53}, {"degree":56,"count":5}, {"degree":57,"count":6}, {"degree":58,"count":6}, {"degree":59,"count":38}, {"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":3}, {"degree":63,"count":81}]
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":38,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":47,"count":1},{"arity":50,"count":2},{"arity":53,"count":2},{"arity":56,"count":2},{"arity":59,"count":2},{"arity":62,"count":2},{"arity":65,"count":2},{"arity":68,"count":2},{"arity":71,"count":2},{"arity":74,"count":2},{"arity":75,"count":1},{"arity":77,"count":2},{"arity":80,"count":3},{"arity":82,"count":1},{"arity":83,"count":2},{"arity":84,"count":1},{"arity":85,"count":1},{"arity":86,"count":3},"...",{"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":1201},{"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: 531995699
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.65/1.66	c Parsing done, starting search...
2400.06/2384.70	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 (7307 MiB free)
  memory of node 1: 16384 MiB (10470 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290736-1532250737/watcher-4290736-1532250737 -o /tmp/evaluation-result-4290736-1532250737/solver-4290736-1532250737 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532226532-30582 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 531995699 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290736-1532250737.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=1690, runsolver pid=1687

[startup+0.100145 s]*
/proc/loadavg: 1.82 1.75 1.75 4/216 1705
/proc/meminfo: memFree=18186468/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=14082740 memory=31208 CPUtime=0.12 cores=1,3,5,7
/proc/1690/stat : 1690 (java) S 1687 1690 30550 0 -1 1077944320 6708 0 0 0 10 2 0 0 20 0 15 0 42636839 14420725760 7802 33554432000 4194304 4196468 140731049633056 140731049615600 140262552481527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
/proc/1690/statm: 3520685 7802 3153 1 0 3482761 0
[pid=1690/tid=1692] ppid=1687 vsize=14082740 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/1690/task/1692/stat : 1692 (java) R 1687 1690 30550 0 -1 4202560 4744 0 0 0 8 1 0 0 20 0 15 0 42636840 14420725760 7802 33554432000 4194304 4196468 140731049633056 140262556693688 140262552493462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1693] ppid=1687 vsize=14082740 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42636841 14420725760 7802 33554432000 4194304 4196468 140731049633056 140262505102224 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1694] ppid=1687 vsize=14082740 memory=139706883847808 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42636841 14420725760 7802 33554432000 4194304 4196468 140731049633056 140262504049424 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1695] ppid=1687 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42636841 14420725760 7802 33554432000 4194304 4196468 140731049633056 140262502997136 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1696] ppid=1687 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42636841 14420725760 7802 33554432000 4194304 4196468 140731049633056 140262501944336 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1697] ppid=1687 vsize=14082740 memory=139706883847808 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42636842 14420725760 7802 33554432000 4194304 4196468 140731049633056 140261733980272 140262552492674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1698] ppid=1687 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42636843 14420725760 7802 33554432000 4194304 4196468 140731049633056 140261732926240 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1699] ppid=1687 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42636843 14420725760 7802 33554432000 4194304 4196468 140731049633056 140261731873904 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1700] ppid=1687 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14420725760 7802 33554432000 4194304 4196468 140731049633056 140261730822224 140262552500123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1701] ppid=1687 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1701/stat : 1701 (java) S 1687 1690 30550 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 42636845 14420725760 7802 33554432000 4194304 4196468 140731049633056 140261729770096 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1702] ppid=1687 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1702/stat : 1702 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14420725760 7802 33554432000 4194304 4196468 140731049633056 140261728717296 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1703] ppid=1687 vsize=14082740 memory=139706883847808 CPUtime=0.01 cores=1,3,5,7
/proc/1690/task/1703/stat : 1703 (java) S 1687 1690 30550 0 -1 1077944384 305 0 0 0 1 0 0 0 20 0 15 0 42636845 14420725760 7802 33554432000 4194304 4196468 140731049633056 140261727665008 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1704] ppid=1687 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14420725760 7802 33554432000 4194304 4196468 140731049633056 140261726612448 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1705] ppid=1687 vsize=14082740 memory=139706883847808 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42636846 14420725760 7802 33554432000 4194304 4196468 140731049633056 140261725559216 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31208 KiB

[startup+0.214619 s]*
/proc/loadavg: 1.82 1.75 1.75 5/216 1705
/proc/meminfo: memFree=18170468/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=14082740 memory=47248 CPUtime=0.31 cores=1,3,5,7
/proc/1690/stat : 1690 (java) S 1687 1690 30550 0 -1 1077944320 10395 0 0 0 29 2 0 0 20 0 15 0 42636839 14420725760 11812 33554432000 4194304 4196468 140731049633056 140731049615600 140262552481527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
/proc/1690/statm: 3520685 11812 3382 1 0 3482761 0
[pid=1690/tid=1692] ppid=1687 vsize=14082740 memory=8389772277269004345 CPUtime=0.21 cores=1,3,5,7
/proc/1690/task/1692/stat : 1692 (java) R 1687 1690 30550 0 -1 4202560 8084 0 0 0 19 2 0 0 20 0 15 0 42636840 14420725760 11812 33554432000 4194304 4196468 140731049633056 140262556708640 140262536525157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1693] ppid=1687 vsize=14082740 memory=4294967638 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42636841 14420725760 11812 33554432000 4194304 4196468 140731049633056 140262505102224 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1694] ppid=1687 vsize=14082740 memory=139706883871989 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42636841 14420725760 11812 33554432000 4194304 4196468 140731049633056 140262504049424 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1695] ppid=1687 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42636841 14420725760 11812 33554432000 4194304 4196468 140731049633056 140262502997136 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1696] ppid=1687 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42636841 14420725760 11812 33554432000 4194304 4196468 140731049633056 140262501944336 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1697] ppid=1687 vsize=14082740 memory=139706883847808 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 30550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42636842 14420725760 11812 33554432000 4194304 4196468 140731049633056 140261733980272 140262552492674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1698] ppid=1687 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42636843 14420725760 11812 33554432000 4194304 4196468 140731049633056 140261732926240 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1699] ppid=1687 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42636843 14420725760 11812 33554432000 4194304 4196468 140731049633056 140261731873904 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1700] ppid=1687 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14420725760 11812 33554432000 4194304 4196468 140731049633056 140261730822224 140262552500123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1701] ppid=1687 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1690/task/1701/stat : 1701 (java) R 1687 1690 30550 0 -1 1077944384 539 0 0 0 2 0 0 0 20 0 15 0 42636845 14420725760 11812 33554432000 4194304 4196468 140731049633056 140261729770096 140262552492674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1702] ppid=1687 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1690/task/1702/stat : 1702 (java) R 1687 1690 30550 0 -1 4202560 63 0 0 0 1 0 0 0 20 0 15 0 42636845 14420725760 11812 33554432000 4194304 4196468 140731049633056 140261728716480 140262534005148 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1703] ppid=1687 vsize=14082740 memory=139706883847808 CPUtime=0.06 cores=1,3,5,7
/proc/1690/task/1703/stat : 1703 (java) R 1687 1690 30550 0 -1 4202560 336 0 0 0 6 0 0 0 20 0 15 0 42636845 14420725760 11812 33554432000 4194304 4196468 140731049633056 140261727665136 140262531408428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1704] ppid=1687 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14420725760 11812 33554432000 4194304 4196468 140731049633056 140261726612448 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1705] ppid=1687 vsize=14082740 memory=139706883847808 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42636846 14420725760 11812 33554432000 4194304 4196468 140731049633056 140261725559216 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47248 KiB

[startup+0.310571 s]*
/proc/loadavg: 1.82 1.75 1.75 3/216 1705
/proc/meminfo: memFree=18166700/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=14082740 memory=50700 CPUtime=0.44 cores=1,3,5,7
/proc/1690/stat : 1690 (java) S 1687 1690 30550 0 -1 1077944320 10778 0 0 0 42 2 0 0 20 0 15 0 42636839 14420725760 12675 33554432000 4194304 4196468 140731049633056 140731049615600 140262552481527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
/proc/1690/statm: 3520685 12675 3421 1 0 3482761 0
[pid=1690/tid=1692] ppid=1687 vsize=14082740 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/1690/task/1692/stat : 1692 (java) R 1687 1690 30550 0 -1 4202560 8423 0 0 0 28 2 0 0 20 0 15 0 42636840 14420725760 12726 33554432000 4194304 4196468 140731049633056 140262556690616 140262534045123 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1693] ppid=1687 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42636841 14420725760 12726 33554432000 4194304 4196468 140731049633056 140262505102224 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1694] ppid=1687 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42636841 14420725760 12726 33554432000 4194304 4196468 140731049633056 140262504049424 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1695] ppid=1687 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42636841 14420725760 12726 33554432000 4194304 4196468 140731049633056 140262502997136 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1696] ppid=1687 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42636841 14420725760 12726 33554432000 4194304 4196468 140731049633056 140262501944336 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1697] ppid=1687 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 30550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42636842 14420725760 12726 33554432000 4194304 4196468 140731049633056 140261733980272 140262552492674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1698] ppid=1687 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42636843 14420725760 12726 33554432000 4194304 4196468 140731049633056 140261732926240 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1699] ppid=1687 vsize=14082740 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42636843 14420725760 12726 33554432000 4194304 4196468 140731049633056 140261731873904 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1700] ppid=1687 vsize=14082740 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14420725760 12726 33554432000 4194304 4196468 140731049633056 140261730822224 140262552500123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1701] ppid=1687 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1690/task/1701/stat : 1701 (java) S 1687 1690 30550 0 -1 1077944384 544 0 0 0 2 0 0 0 20 0 15 0 42636845 14420725760 12726 33554432000 4194304 4196468 140731049633056 140261729770096 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1702] ppid=1687 vsize=14082740 memory=139706763422159 CPUtime=0.02 cores=1,3,5,7
/proc/1690/task/1702/stat : 1702 (java) S 1687 1690 30550 0 -1 1077944384 78 0 0 0 2 0 0 0 20 0 15 0 42636845 14420725760 12726 33554432000 4194304 4196468 140731049633056 140261728717296 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1703] ppid=1687 vsize=14082740 memory=139706883849436 CPUtime=0.08 cores=1,3,5,7
/proc/1690/task/1703/stat : 1703 (java) S 1687 1690 30550 0 -1 1077944384 355 0 0 0 8 0 0 0 20 0 15 0 42636845 14420725760 12726 33554432000 4194304 4196468 140731049633056 140261727665008 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1704] ppid=1687 vsize=14082740 memory=139706763412943 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14420725760 12726 33554432000 4194304 4196468 140731049633056 140261726612448 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1705] ppid=1687 vsize=14082740 memory=279413647300576 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42636846 14420725760 12726 33554432000 4194304 4196468 140731049633056 140261725559216 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50700 KiB

[startup+0.700778 s]
/proc/loadavg: 1.82 1.75 1.75 3/216 1705
/proc/meminfo: memFree=18142640/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=14084808 memory=88768 CPUtime=0.99 cores=1,3,5,7
/proc/1690/stat : 1690 (java) S 1687 1690 30550 0 -1 1077944320 17629 0 0 0 94 5 0 0 20 0 15 0 42636839 14422843392 22192 33554432000 4194304 4196468 140731049633056 140731049615600 140262552481527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
/proc/1690/statm: 3521202 22192 3497 1 0 3483273 0
[pid=1690/tid=1692] ppid=1687 vsize=14084808 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/1690/task/1692/stat : 1692 (java) R 1687 1690 30550 0 -1 4202560 14869 0 0 0 63 4 0 0 20 0 15 0 42636840 14422843392 22192 33554432000 4194304 4196468 140731049633056 140262556705632 140262552503453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1693] ppid=1687 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42636841 14422843392 22192 33554432000 4194304 4196468 140731049633056 140262505102224 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1694] ppid=1687 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42636841 14422843392 22192 33554432000 4194304 4196468 140731049633056 140262504049424 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1695] ppid=1687 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42636841 14422843392 22192 33554432000 4194304 4196468 140731049633056 140262502997136 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1696] ppid=1687 vsize=14084808 memory=8751464017575688501 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42636841 14422843392 22192 33554432000 4194304 4196468 140731049633056 140262501944336 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1697] ppid=1687 vsize=14084808 memory=5931329040891795810 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 30550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42636842 14422843392 22192 33554432000 4194304 4196468 140731049633056 140261733980272 140262552492674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1698] ppid=1687 vsize=14084808 memory=7588675599774802240 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42636843 14422843392 22192 33554432000 4194304 4196468 140731049633056 140261732926240 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1699] ppid=1687 vsize=14084808 memory=4627829673402837600 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42636843 14422843392 22192 33554432000 4194304 4196468 140731049633056 140261731873904 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1700] ppid=1687 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14422843392 22192 33554432000 4194304 4196468 140731049633056 140261730822224 140262552500123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1701] ppid=1687 vsize=14084808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1690/task/1701/stat : 1701 (java) S 1687 1690 30550 0 -1 1077944384 697 0 0 0 7 0 0 0 20 0 15 0 42636845 14422843392 22192 33554432000 4194304 4196468 140731049633056 140261729770096 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1702] ppid=1687 vsize=14084808 memory=43772361331 CPUtime=0.07 cores=1,3,5,7
/proc/1690/task/1702/stat : 1702 (java) S 1687 1690 30550 0 -1 1077944384 234 0 0 0 7 0 0 0 20 0 15 0 42636845 14422843392 22192 33554432000 4194304 4196468 140731049633056 140261728717296 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1703] ppid=1687 vsize=14084808 memory=1428 CPUtime=0.15 cores=1,3,5,7
/proc/1690/task/1703/stat : 1703 (java) S 1687 1690 30550 0 -1 1077944384 449 0 0 0 15 0 0 0 20 0 15 0 42636845 14422843392 22192 33554432000 4194304 4196468 140731049633056 140261727665008 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1704] ppid=1687 vsize=14084808 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14422843392 22192 33554432000 4194304 4196468 140731049633056 140261726612448 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1705] ppid=1687 vsize=14084808 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42636846 14422843392 22192 33554432000 4194304 4196468 140731049633056 140261725559216 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88768 KiB

[startup+1.50073 s]
/proc/loadavg: 1.82 1.75 1.75 6/216 1705
/proc/meminfo: memFree=18105852/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=14090952 memory=169036 CPUtime=3.34 cores=1,3,5,7
/proc/1690/stat : 1690 (java) S 1687 1690 30550 0 -1 1077944320 26227 0 0 0 326 8 0 0 20 0 15 0 42636839 14429134848 42259 33554432000 4194304 4196468 140731049633056 140731049615600 140262552481527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
/proc/1690/statm: 3522738 42259 3549 1 0 3484809 0
[pid=1690/tid=1692] ppid=1687 vsize=14090952 memory=15876 CPUtime=1.47 cores=1,3,5,7
/proc/1690/task/1692/stat : 1692 (java) R 1687 1690 30550 0 -1 4202560 17711 0 0 0 141 6 0 0 20 0 15 0 42636840 14429134848 42259 33554432000 4194304 4196468 140731049633056 140262556715536 140262552493462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1693] ppid=1687 vsize=14090952 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42636841 14429134848 42259 33554432000 4194304 4196468 140731049633056 140262505102224 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1694] ppid=1687 vsize=14090952 memory=7157750754896537920 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42636841 14429134848 42259 33554432000 4194304 4196468 140731049633056 140262504049424 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1695] ppid=1687 vsize=14090952 memory=7301550382883553383 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42636841 14429134848 42259 33554432000 4194304 4196468 140731049633056 140262502997136 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1696] ppid=1687 vsize=14090952 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42636841 14429134848 42259 33554432000 4194304 4196468 140731049633056 140262501944336 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1697] ppid=1687 vsize=14090952 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 30550 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 42636842 14429134848 42259 33554432000 4194304 4196468 140731049633056 140261733980272 140262552492674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0

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

/proc/1690/task/1692/stat : 1692 (java) R 1687 1690 30550 0 -1 4202560 30080 0 0 0 231211 16 0 0 20 0 15 0 42636840 14429134848 65060 33554432000 4194304 4196468 140731049633056 140262556719936 140262182646716 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1693] ppid=1687 vsize=14090952 memory=260240 CPUtime=4.02 cores=1,3,5,7
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 30550 0 -1 1077944384 4447 0 0 0 376 26 0 0 20 0 15 0 42636841 14429134848 65060 33554432000 4194304 4196468 140731049633056 140262505102224 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1694] ppid=1687 vsize=14090952 memory=260240 CPUtime=4.04 cores=1,3,5,7
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 30550 0 -1 1077944384 4272 0 0 0 381 23 0 0 20 0 15 0 42636841 14429134848 65060 33554432000 4194304 4196468 140731049633056 140262504049424 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1695] ppid=1687 vsize=14090952 memory=260240 CPUtime=4.04 cores=1,3,5,7
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 30550 0 -1 1077944384 3980 0 0 0 381 23 0 0 20 0 15 0 42636841 14429134848 65060 33554432000 4194304 4196468 140731049633056 140262502997136 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1696] ppid=1687 vsize=14090952 memory=260240 CPUtime=4.03 cores=1,3,5,7
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 30550 0 -1 1077944384 3428 0 0 0 381 22 0 0 20 0 15 0 42636841 14429134848 65060 33554432000 4194304 4196468 140731049633056 140262501944336 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1697] ppid=1687 vsize=14090952 memory=260240 CPUtime=3.55 cores=1,3,5,7
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 30550 0 -1 1077944384 3600 0 0 0 337 18 0 0 20 0 15 0 42636842 14429134848 65060 33554432000 4194304 4196468 140731049633056 140261733980272 140262552492674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1698] ppid=1687 vsize=14090952 memory=260240 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 30550 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 42636843 14429134848 65060 33554432000 4194304 4196468 140731049633056 140261732926304 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1699] ppid=1687 vsize=14090952 memory=260240 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 30550 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 42636843 14429134848 65060 33554432000 4194304 4196468 140731049633056 140261731873904 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1700] ppid=1687 vsize=14090952 memory=258192 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14429134848 65060 33554432000 4194304 4196468 140731049633056 140261730822224 140262552500123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1701] ppid=1687 vsize=14090952 memory=260240 CPUtime=1.87 cores=1,3,5,7
/proc/1690/task/1701/stat : 1701 (java) S 1687 1690 30550 0 -1 1077944384 9889 0 0 0 186 1 0 0 20 0 15 0 42636845 14429134848 65060 33554432000 4194304 4196468 140731049633056 140261729770096 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1702] ppid=1687 vsize=14090952 memory=260240 CPUtime=1.65 cores=1,3,5,7
/proc/1690/task/1702/stat : 1702 (java) S 1687 1690 30550 0 -1 1077944384 7000 0 0 0 163 2 0 0 20 0 15 0 42636845 14429134848 65060 33554432000 4194304 4196468 140731049633056 140261728717296 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1703] ppid=1687 vsize=14090952 memory=260240 CPUtime=0.86 cores=1,3,5,7
/proc/1690/task/1703/stat : 1703 (java) S 1687 1690 30550 0 -1 1077944384 5997 0 0 0 85 1 0 0 20 0 15 0 42636845 14429134848 65060 33554432000 4194304 4196468 140731049633056 140261727665008 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1704] ppid=1687 vsize=14090952 memory=14700 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14429134848 65060 33554432000 4194304 4196468 140731049633056 140261726612448 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1705] ppid=1687 vsize=14090952 memory=260240 CPUtime=0.92 cores=1,3,5,7
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 30550 0 -1 1077944384 997 0 0 0 45 47 0 0 20 0 15 0 42636846 14429134848 65060 33554432000 4194304 4196468 140731049633056 140261725559216 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
Current children cumulated CPU time: 2337.33 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 260240 KiB

[startup+2382.3 s]
/proc/loadavg: 1.44 1.43 1.41 3/215 1935
/proc/meminfo: memFree=17994320/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=14090952 memory=262288 CPUtime=2397.65 cores=1,3,5,7
/proc/1690/stat : 1690 (java) S 1687 1690 30550 0 -1 1077944320 75462 0 0 0 239615 150 0 0 20 0 15 0 42636839 14429134848 65572 33554432000 4194304 4196468 140731049633056 140731049615600 140262552481527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
/proc/1690/statm: 3522738 65572 3587 1 0 3484809 0
[pid=1690/tid=1692] ppid=1687 vsize=14090952 memory=262288 CPUtime=2372.03 cores=1,3,5,7
/proc/1690/task/1692/stat : 1692 (java) R 1687 1690 30550 0 -1 4202560 30264 0 0 0 237187 16 0 0 20 0 15 0 42636840 14429134848 65572 33554432000 4194304 4196468 140731049633056 140262556719776 140262182283983 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1693] ppid=1687 vsize=14090952 memory=279413527320664 CPUtime=4.13 cores=1,3,5,7
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 30550 0 -1 1077944384 4496 0 0 0 387 26 0 0 20 0 15 0 42636841 14429134848 65572 33554432000 4194304 4196468 140731049633056 140262505102224 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1694] ppid=1687 vsize=14090952 memory=262288 CPUtime=4.14 cores=1,3,5,7
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 30550 0 -1 1077944384 4274 0 0 0 390 24 0 0 20 0 15 0 42636841 14429134848 65572 33554432000 4194304 4196468 140731049633056 140262504049424 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1695] ppid=1687 vsize=14090952 memory=262288 CPUtime=4.14 cores=1,3,5,7
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 30550 0 -1 1077944384 3982 0 0 0 391 23 0 0 20 0 15 0 42636841 14429134848 65572 33554432000 4194304 4196468 140731049633056 140262502997136 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1696] ppid=1687 vsize=14090952 memory=262288 CPUtime=4.14 cores=1,3,5,7
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 30550 0 -1 1077944384 3517 0 0 0 392 22 0 0 20 0 15 0 42636841 14429134848 65572 33554432000 4194304 4196468 140731049633056 140262501944336 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1697] ppid=1687 vsize=14090952 memory=262288 CPUtime=3.63 cores=1,3,5,7
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 30550 0 -1 1077944384 3604 0 0 0 345 18 0 0 20 0 15 0 42636842 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261733980272 140262552492674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1698] ppid=1687 vsize=14090952 memory=262288 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 30550 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 42636843 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261732926304 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1699] ppid=1687 vsize=14090952 memory=262288 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 30550 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 42636843 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261731873904 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1700] ppid=1687 vsize=14090952 memory=262288 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261730822224 140262552500123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1701] ppid=1687 vsize=14090952 memory=262288 CPUtime=1.87 cores=1,3,5,7
/proc/1690/task/1701/stat : 1701 (java) S 1687 1690 30550 0 -1 1077944384 9889 0 0 0 186 1 0 0 20 0 15 0 42636845 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261729770096 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1702] ppid=1687 vsize=14090952 memory=4128 CPUtime=1.65 cores=1,3,5,7
/proc/1690/task/1702/stat : 1702 (java) S 1687 1690 30550 0 -1 1077944384 7000 0 0 0 163 2 0 0 20 0 15 0 42636845 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261728717296 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1703] ppid=1687 vsize=14090952 memory=2337 CPUtime=0.86 cores=1,3,5,7
/proc/1690/task/1703/stat : 1703 (java) S 1687 1690 30550 0 -1 1077944384 5997 0 0 0 85 1 0 0 20 0 15 0 42636845 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261727665008 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1704] ppid=1687 vsize=14090952 memory=262288 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261726612448 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1705] ppid=1687 vsize=14090952 memory=1796 CPUtime=0.95 cores=1,3,5,7
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 30550 0 -1 1077944384 1001 0 0 0 46 49 0 0 20 0 15 0 42636846 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261725559216 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
Current children cumulated CPU time: 2397.65 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 262288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2384.7 s]
/proc/loadavg: 1.49 1.44 1.41 3/215 1935
/proc/meminfo: memFree=17994444/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=14090952 memory=262288 CPUtime=2400.06 cores=1,3,5,7
/proc/1690/stat : 1690 (java) S 1687 1690 30550 0 -1 1077944320 75468 0 0 0 239856 150 0 0 20 0 15 0 42636839 14429134848 65572 33554432000 4194304 4196468 140731049633056 140731049615600 140262552481527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
/proc/1690/statm: 3522738 65572 3587 1 0 3484809 0
[pid=1690/tid=1692] ppid=1687 vsize=14090952 memory=262288 CPUtime=2374.42 cores=1,3,5,7
/proc/1690/task/1692/stat : 1692 (java) R 1687 1690 30550 0 -1 4202560 30270 0 0 0 237426 16 0 0 20 0 15 0 42636840 14429134848 65572 33554432000 4194304 4196468 140731049633056 140262556719648 140262183204908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1693] ppid=1687 vsize=14090952 memory=262288 CPUtime=4.13 cores=1,3,5,7
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 30550 0 -1 1077944384 4496 0 0 0 387 26 0 0 20 0 15 0 42636841 14429134848 65572 33554432000 4194304 4196468 140731049633056 140262505102224 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1694] ppid=1687 vsize=14090952 memory=262288 CPUtime=4.15 cores=1,3,5,7
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 30550 0 -1 1077944384 4274 0 0 0 391 24 0 0 20 0 15 0 42636841 14429134848 65572 33554432000 4194304 4196468 140731049633056 140262504049424 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1695] ppid=1687 vsize=14090952 memory=279413527320664 CPUtime=4.14 cores=1,3,5,7
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 30550 0 -1 1077944384 3982 0 0 0 391 23 0 0 20 0 15 0 42636841 14429134848 65572 33554432000 4194304 4196468 140731049633056 140262502997136 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1696] ppid=1687 vsize=14090952 memory=262288 CPUtime=4.14 cores=1,3,5,7
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 30550 0 -1 1077944384 3517 0 0 0 392 22 0 0 20 0 15 0 42636841 14429134848 65572 33554432000 4194304 4196468 140731049633056 140262501944336 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1697] ppid=1687 vsize=14090952 memory=262288 CPUtime=3.64 cores=1,3,5,7
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 30550 0 -1 1077944384 3604 0 0 0 346 18 0 0 20 0 15 0 42636842 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261733980272 140262552492674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1698] ppid=1687 vsize=14090952 memory=262288 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 30550 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 42636843 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261732926304 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1699] ppid=1687 vsize=14090952 memory=262288 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 30550 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 42636843 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261731873904 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1700] ppid=1687 vsize=14090952 memory=262288 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261730822224 140262552500123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1701] ppid=1687 vsize=14090952 memory=262288 CPUtime=1.87 cores=1,3,5,7
/proc/1690/task/1701/stat : 1701 (java) S 1687 1690 30550 0 -1 1077944384 9889 0 0 0 186 1 0 0 20 0 15 0 42636845 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261729770096 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1702] ppid=1687 vsize=14090952 memory=262288 CPUtime=1.65 cores=1,3,5,7
/proc/1690/task/1702/stat : 1702 (java) S 1687 1690 30550 0 -1 1077944384 7000 0 0 0 163 2 0 0 20 0 15 0 42636845 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261728717296 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1703] ppid=1687 vsize=14090952 memory=262288 CPUtime=0.86 cores=1,3,5,7
/proc/1690/task/1703/stat : 1703 (java) S 1687 1690 30550 0 -1 1077944384 5997 0 0 0 85 1 0 0 20 0 15 0 42636845 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261727665008 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1704] ppid=1687 vsize=14090952 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261726612448 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1705] ppid=1687 vsize=14090952 memory=2337 CPUtime=0.95 cores=1,3,5,7
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 30550 0 -1 1077944384 1001 0 0 0 46 49 0 0 20 0 15 0 42636846 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261725559216 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 262288 KiB

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

[startup+2384.71 s]
# the end of solver process 1690 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.57 s, system=1.50639 s

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

[startup+2384.7 s]
/proc/loadavg: 1.49 1.44 1.41 3/215 1935
/proc/meminfo: memFree=17994444/32770624 swapFree=67108860/67108860
[pid=1690] ppid=1687 vsize=14090952 memory=262288 CPUtime=2400.06 cores=1,3,5,7
/proc/1690/stat : 1690 (java) S 1687 1690 30550 0 -1 1077944320 75468 0 0 0 239856 150 0 0 20 0 15 0 42636839 14429134848 65572 33554432000 4194304 4196468 140731049633056 140731049615600 140262552481527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
/proc/1690/statm: 3522738 65572 3587 1 0 3484809 0
[pid=1690/tid=1692] ppid=1687 vsize=14090952 memory=262288 CPUtime=2374.42 cores=1,3,5,7
/proc/1690/task/1692/stat : 1692 (java) R 1687 1690 30550 0 -1 4202560 30270 0 0 0 237426 16 0 0 20 0 15 0 42636840 14429134848 65572 33554432000 4194304 4196468 140731049633056 140262556719648 140262183204908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1693] ppid=1687 vsize=14090952 memory=262288 CPUtime=4.13 cores=1,3,5,7
/proc/1690/task/1693/stat : 1693 (java) S 1687 1690 30550 0 -1 1077944384 4496 0 0 0 387 26 0 0 20 0 15 0 42636841 14429134848 65572 33554432000 4194304 4196468 140731049633056 140262505102224 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1694] ppid=1687 vsize=14090952 memory=262288 CPUtime=4.15 cores=1,3,5,7
/proc/1690/task/1694/stat : 1694 (java) S 1687 1690 30550 0 -1 1077944384 4274 0 0 0 391 24 0 0 20 0 15 0 42636841 14429134848 65572 33554432000 4194304 4196468 140731049633056 140262504049424 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1695] ppid=1687 vsize=14090952 memory=279413527320664 CPUtime=4.14 cores=1,3,5,7
/proc/1690/task/1695/stat : 1695 (java) S 1687 1690 30550 0 -1 1077944384 3982 0 0 0 391 23 0 0 20 0 15 0 42636841 14429134848 65572 33554432000 4194304 4196468 140731049633056 140262502997136 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1696] ppid=1687 vsize=14090952 memory=262288 CPUtime=4.14 cores=1,3,5,7
/proc/1690/task/1696/stat : 1696 (java) S 1687 1690 30550 0 -1 1077944384 3517 0 0 0 392 22 0 0 20 0 15 0 42636841 14429134848 65572 33554432000 4194304 4196468 140731049633056 140262501944336 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1697] ppid=1687 vsize=14090952 memory=262288 CPUtime=3.64 cores=1,3,5,7
/proc/1690/task/1697/stat : 1697 (java) S 1687 1690 30550 0 -1 1077944384 3604 0 0 0 346 18 0 0 20 0 15 0 42636842 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261733980272 140262552492674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1698] ppid=1687 vsize=14090952 memory=262288 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1698/stat : 1698 (java) S 1687 1690 30550 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 42636843 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261732926304 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1699] ppid=1687 vsize=14090952 memory=262288 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1699/stat : 1699 (java) S 1687 1690 30550 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 42636843 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261731873904 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1700] ppid=1687 vsize=14090952 memory=262288 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1700/stat : 1700 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261730822224 140262552500123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1701] ppid=1687 vsize=14090952 memory=262288 CPUtime=1.87 cores=1,3,5,7
/proc/1690/task/1701/stat : 1701 (java) S 1687 1690 30550 0 -1 1077944384 9889 0 0 0 186 1 0 0 20 0 15 0 42636845 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261729770096 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1702] ppid=1687 vsize=14090952 memory=262288 CPUtime=1.65 cores=1,3,5,7
/proc/1690/task/1702/stat : 1702 (java) S 1687 1690 30550 0 -1 1077944384 7000 0 0 0 163 2 0 0 20 0 15 0 42636845 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261728717296 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1703] ppid=1687 vsize=14090952 memory=262288 CPUtime=0.86 cores=1,3,5,7
/proc/1690/task/1703/stat : 1703 (java) S 1687 1690 30550 0 -1 1077944384 5997 0 0 0 85 1 0 0 20 0 15 0 42636845 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261727665008 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1704] ppid=1687 vsize=14090952 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/1690/task/1704/stat : 1704 (java) S 1687 1690 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42636845 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261726612448 140262552491733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
[pid=1690/tid=1705] ppid=1687 vsize=14090952 memory=2337 CPUtime=0.95 cores=1,3,5,7
/proc/1690/task/1705/stat : 1705 (java) S 1687 1690 30550 0 -1 1077944384 1001 0 0 0 46 49 0 0 20 0 15 0 42636846 14429134848 65572 33554432000 4194304 4196468 140731049633056 140261725559216 140262552492674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140731049636945 140731049637129 140731049637129 140731049639887 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 262288 KiB

Child status: 143
Real time (s): 2384.71
CPU time (s): 2400.08
CPU user time (s): 2398.57
CPU system time (s): 1.50639
CPU usage (%): 100.644
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 271660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.57
system time used= 1.50639
maximum resident set size= 271660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75736
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149172
involuntary context switches= 4489


# summary of solver processes directly reported to runsolver:
#   pid: 1690
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2398.57
#   total CPU system time (s): 1.50639

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7665 second user time and 20.6231 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 11:12:17
IDJOB=4290736
IDBENCH=141454
IDSOLVER=2744
FILE ID=node139/4290736-1532250737
RUNJOBID= node139-1532226532-30582
PBS_JOBID= 21018952
Free space on /tmp= 45888 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
BENCH NAME= XCSP18/CarSequencing/CarSequencing-70-01_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-4290736-1532250737/watcher-4290736-1532250737 -o /tmp/evaluation-result-4290736-1532250737/solver-4290736-1532250737 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532226532-30582 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 531995699 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290736-1532250737.xml

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

MD5SUM BENCH= 5ebb66a2f72e45e9d6642a776a6cc19c
RANDOM SEED=531995699

node139.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.80
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.80
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.80
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.80
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:        18204668 kB
MemAvailable:   31672784 kB
Buffers:          153332 kB
Cached:         13367008 kB
SwapCached:            0 kB
Active:          1454284 kB
Inactive:       12387492 kB
Active(anon):     276880 kB
Inactive(anon):    64064 kB
Active(file):    1177404 kB
Inactive(file): 12323428 kB
Unevictable:        7304 kB
Mlocked:            7304 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35744 kB
Writeback:             0 kB
AnonPages:        387532 kB
Mapped:            49044 kB
Shmem:             17036 kB
Slab:             422572 kB
SReclaimable:     395744 kB
SUnreclaim:        26828 kB
KernelStack:        3824 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1214052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45852 MiB
End job on node139 at 2018-07-22 11:52:02