Trace number 4312091

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-17? (TO) 2520.06 2494.73

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-17-0300_c18.xml
MD5SUM89893934ad5b9c06ca26522ad9c878f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark130971634
Best CPU time to get the best result obtained on this benchmark82.1309
Satisfiable
(Un)Satisfiability was proved
Number of variables6028
Number of constraints3865
Number of domains51
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":2107},{"size":11,"count":1809},{"size":12,"count":1},{"size":31,"count":40},{"size":33,"count":87},{"size":39,"count":25},{"size":59,"count":10},{"size":64,"count":57},{"size":66,"count":15},{"size":69,"count":34},{"size":70,"count":43},{"size":72,"count":1},{"size":73,"count":50},{"size":74,"count":6},{"size":76,"count":21},{"size":79,"count":26},{"size":82,"count":6},{"size":97,"count":23},{"size":99,"count":8},{"size":101,"count":32},{"size":103,"count":72},{"size":105,"count":85},{"size":107,"count":132},{"size":109,"count":12},{"size":110,"count":53},{"size":113,"count":7},{"size":115,"count":3},{"size":119,"count":40},{"size":130,"count":5},{"size":132,"count":2},{"size":134,"count":32},{"size":136,"count":22},{"size":138,"count":99},{"size":140,"count":66},{"size":143,"count":27},{"size":144,"count":90},{"size":147,"count":132},{"size":151,"count":746}]
Minimum variable degree2
Maximum variable degree1810
Distribution of variable degrees[{"degree":2,"count":5428},{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":12},{"degree":6,"count":14},{"degree":7,"count":31},{"degree":8,"count":28},{"degree":9,"count":30},{"degree":10,"count":32},{"degree":11,"count":42},{"degree":12,"count":46},{"degree":13,"count":36},{"degree":14,"count":59},{"degree":15,"count":85},{"degree":16,"count":118},{"degree":17,"count":63},{"degree":1810,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":247},{"arity":3,"count":1809},{"arity":6,"count":1809}]
Number of extensional constraints1809
Number of intensional constraints2056
Distribution of constraint types[{"type":"extension","count":1809},{"type":"intension","count":2056}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.55	c version: 2018-08-17
0.68/0.55	c seed: 1778326501
0.68/0.55	c timeout: 2520
0.68/0.55	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
38.96/25.34	c Parsing done, starting search...
2520.02/2494.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 (6294 MiB free)
  memory of node 1: 16384 MiB (13069 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312091-1534551070/watcher-4312091-1534551070 -o /tmp/evaluation-result-4312091-1534551070/solver-4312091-1534551070 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534541043-22859 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1778326501 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312091-1534551070.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=24002, runsolver pid=23999
Current StackSize limit: 8192 KiB


[startup+0.100145 s]*
/proc/loadavg: 1.66 1.48 1.42 3/216 24017
/proc/meminfo: memFree=19809540/32770624 swapFree=67108500/67108860
[pid=24002] ppid=23999 vsize=14082736 memory=31856 CPUtime=0.12 cores=1,3,5,7
/proc/24002/stat : 24002 (java) S 23999 24002 22827 0 -1 1077944320 6892 0 0 0 11 1 0 0 20 0 15 0 272670254 14420721664 7964 33554432000 4194304 4196468 140721636975504 140721636958048 140168037678839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
/proc/24002/statm: 3520684 7964 3156 1 0 3482761 0
[pid=24002/tid=24004] ppid=23999 vsize=14082736 memory=-8701690554792054907 CPUtime=0.09 cores=1,3,5,7
/proc/24002/task/24004/stat : 24004 (java) R 23999 24002 22827 0 -1 4202560 4921 0 0 0 8 1 0 0 20 0 15 0 272670255 14420721664 7964 33554432000 4194304 4196468 140721636975504 140168041910400 140168017950576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24005] ppid=23999 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24005/stat : 24005 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670255 14420721664 7964 33554432000 4194304 4196468 140721636975504 140167633550224 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24006] ppid=23999 vsize=14082736 memory=140664145778304 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24006/stat : 24006 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670255 14420721664 7964 33554432000 4194304 4196468 140721636975504 140167632497424 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24007] ppid=23999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24007/stat : 24007 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670255 14420721664 7964 33554432000 4194304 4196468 140721636975504 140167631445136 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24008] ppid=23999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24008/stat : 24008 (java) S 23999 24002 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272670255 14420721664 7964 33554432000 4194304 4196468 140721636975504 140167630392336 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24009] ppid=23999 vsize=14082736 memory=140664145778304 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24009/stat : 24009 (java) S 23999 24002 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272670257 14420721664 7964 33554432000 4194304 4196468 140721636975504 140167017080944 140168037689986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24010] ppid=23999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24010/stat : 24010 (java) S 23999 24002 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272670257 14420721664 7964 33554432000 4194304 4196468 140721636975504 140167016026912 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24011] ppid=23999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24011/stat : 24011 (java) S 23999 24002 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272670257 14420721664 7964 33554432000 4194304 4196468 140721636975504 140167014974576 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24012] ppid=23999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24012/stat : 24012 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14420721664 7964 33554432000 4194304 4196468 140721636975504 140167013922896 140168037697435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24013] ppid=23999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24013/stat : 24013 (java) S 23999 24002 22827 0 -1 1077944384 319 0 0 0 0 0 0 0 20 0 15 0 272670260 14420721664 7964 33554432000 4194304 4196468 140721636975504 140167012870768 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24014] ppid=23999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24014/stat : 24014 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14420721664 7964 33554432000 4194304 4196468 140721636975504 140167011817968 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24015] ppid=23999 vsize=14082736 memory=140664145778304 CPUtime=0.01 cores=1,3,5,7
/proc/24002/task/24015/stat : 24015 (java) S 23999 24002 22827 0 -1 1077944384 272 0 0 0 1 0 0 0 20 0 15 0 272670260 14420721664 7964 33554432000 4194304 4196468 140721636975504 140167010765680 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24016] ppid=23999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24016/stat : 24016 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14420721664 7964 33554432000 4194304 4196468 140721636975504 140167009713120 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24017] ppid=23999 vsize=14082736 memory=140664145778304 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24017/stat : 24017 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670260 14420721664 7964 33554432000 4194304 4196468 140721636975504 140167008659888 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31856 KiB

[startup+0.210601 s]*
/proc/loadavg: 1.66 1.48 1.42 6/216 24017
/proc/meminfo: memFree=19794076/32770624 swapFree=67108500/67108860
[pid=24002] ppid=23999 vsize=14082736 memory=47932 CPUtime=0.3 cores=1,3,5,7
/proc/24002/stat : 24002 (java) S 23999 24002 22827 0 -1 1077944320 10545 0 0 0 28 2 0 0 20 0 15 0 272670254 14420721664 11983 33554432000 4194304 4196468 140721636975504 140721636958048 140168037678839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
/proc/24002/statm: 3520684 11983 3401 1 0 3482761 0
[pid=24002/tid=24004] ppid=23999 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/24002/task/24004/stat : 24004 (java) R 23999 24002 22827 0 -1 4202560 8248 0 0 0 18 2 0 0 20 0 15 0 272670255 14420721664 11983 33554432000 4194304 4196468 140721636975504 140168041903904 140168021722469 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24005] ppid=23999 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24005/stat : 24005 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670255 14420721664 11983 33554432000 4194304 4196468 140721636975504 140167633550224 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24006] ppid=23999 vsize=14082736 memory=140664147208197 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24006/stat : 24006 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670255 14420721664 11983 33554432000 4194304 4196468 140721636975504 140167632497424 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24007] ppid=23999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24007/stat : 24007 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670255 14420721664 11983 33554432000 4194304 4196468 140721636975504 140167631445136 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24008] ppid=23999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24008/stat : 24008 (java) S 23999 24002 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272670255 14420721664 11983 33554432000 4194304 4196468 140721636975504 140167630392336 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24009] ppid=23999 vsize=14082736 memory=140664145778304 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24009/stat : 24009 (java) S 23999 24002 22827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272670257 14420721664 11983 33554432000 4194304 4196468 140721636975504 140167017080944 140168037689986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24010] ppid=23999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24010/stat : 24010 (java) S 23999 24002 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272670257 14420721664 11983 33554432000 4194304 4196468 140721636975504 140167016026912 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24011] ppid=23999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24011/stat : 24011 (java) S 23999 24002 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272670257 14420721664 11983 33554432000 4194304 4196468 140721636975504 140167014974576 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24012] ppid=23999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24012/stat : 24012 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14420721664 11983 33554432000 4194304 4196468 140721636975504 140167013922896 140168037697435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24013] ppid=23999 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24002/task/24013/stat : 24013 (java) R 23999 24002 22827 0 -1 1077944384 532 0 0 0 2 0 0 0 20 0 15 0 272670260 14420721664 11983 33554432000 4194304 4196468 140721636975504 140167012870768 140168037689986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24014] ppid=23999 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/24002/task/24014/stat : 24014 (java) S 23999 24002 22827 0 -1 1077944384 94 0 0 0 2 0 0 0 20 0 15 0 272670260 14420721664 11983 33554432000 4194304 4196468 140721636975504 140167011817968 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24015] ppid=23999 vsize=14082736 memory=140664145778304 CPUtime=0.05 cores=1,3,5,7
/proc/24002/task/24015/stat : 24015 (java) R 23999 24002 22827 0 -1 4202560 292 0 0 0 5 0 0 0 20 0 15 0 272670260 14420721664 11983 33554432000 4194304 4196468 140721636975504 140167010763640 140168029915966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24016] ppid=23999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24016/stat : 24016 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14420721664 11983 33554432000 4194304 4196468 140721636975504 140167009713120 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24017] ppid=23999 vsize=14082736 memory=140664145778304 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24017/stat : 24017 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670260 14420721664 11983 33554432000 4194304 4196468 140721636975504 140167008659888 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47932 KiB

[startup+0.310654 s]*
/proc/loadavg: 1.66 1.48 1.42 3/216 24017
/proc/meminfo: memFree=19790912/32770624 swapFree=67108500/67108860
[pid=24002] ppid=23999 vsize=14082736 memory=51056 CPUtime=0.43 cores=1,3,5,7
/proc/24002/stat : 24002 (java) S 23999 24002 22827 0 -1 1077944320 10910 0 0 0 41 2 0 0 20 0 15 0 272670254 14420721664 12764 33554432000 4194304 4196468 140721636975504 140721636958048 140168037678839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
/proc/24002/statm: 3520684 12764 3404 1 0 3482761 0
[pid=24002/tid=24004] ppid=23999 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/24002/task/24004/stat : 24004 (java) R 23999 24002 22827 0 -1 4202560 8579 0 0 0 28 2 0 0 20 0 15 0 272670255 14420721664 12764 33554432000 4194304 4196468 140721636975504 140168041888192 140168019242368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24005] ppid=23999 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24005/stat : 24005 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670255 14420721664 12764 33554432000 4194304 4196468 140721636975504 140167633550224 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24006] ppid=23999 vsize=14082736 memory=140664147200481 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24006/stat : 24006 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670255 14420721664 12764 33554432000 4194304 4196468 140721636975504 140167632497424 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24007] ppid=23999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24007/stat : 24007 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670255 14420721664 12764 33554432000 4194304 4196468 140721636975504 140167631445136 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24008] ppid=23999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24008/stat : 24008 (java) S 23999 24002 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272670255 14420721664 12764 33554432000 4194304 4196468 140721636975504 140167630392336 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24009] ppid=23999 vsize=14082736 memory=140664145778304 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24009/stat : 24009 (java) S 23999 24002 22827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272670257 14420721664 12764 33554432000 4194304 4196468 140721636975504 140167017080944 140168037689986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24010] ppid=23999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24010/stat : 24010 (java) S 23999 24002 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272670257 14420721664 12764 33554432000 4194304 4196468 140721636975504 140167016026912 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24011] ppid=23999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24011/stat : 24011 (java) S 23999 24002 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272670257 14420721664 12764 33554432000 4194304 4196468 140721636975504 140167014974576 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24012] ppid=23999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24012/stat : 24012 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14420721664 12764 33554432000 4194304 4196468 140721636975504 140167013922896 140168037697435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24013] ppid=23999 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24002/task/24013/stat : 24013 (java) S 23999 24002 22827 0 -1 1077944384 532 0 0 0 2 0 0 0 20 0 15 0 272670260 14420721664 12764 33554432000 4194304 4196468 140721636975504 140167012870768 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24014] ppid=23999 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/24002/task/24014/stat : 24014 (java) S 23999 24002 22827 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 15 0 272670260 14420721664 12764 33554432000 4194304 4196468 140721636975504 140167011817968 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24015] ppid=23999 vsize=14082736 memory=140664145778304 CPUtime=0.07 cores=1,3,5,7
/proc/24002/task/24015/stat : 24015 (java) S 23999 24002 22827 0 -1 1077944384 302 0 0 0 7 0 0 0 20 0 15 0 272670260 14420721664 12764 33554432000 4194304 4196468 140721636975504 140167010765680 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24016] ppid=23999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24016/stat : 24016 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14420721664 12764 33554432000 4194304 4196468 140721636975504 140167009713120 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24017] ppid=23999 vsize=14082736 memory=140664145778304 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24017/stat : 24017 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670260 14420721664 12764 33554432000 4194304 4196468 140721636975504 140167008659888 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51056 KiB

[startup+0.700761 s]
/proc/loadavg: 1.66 1.48 1.42 3/216 24017
/proc/meminfo: memFree=19766480/32770624 swapFree=67108500/67108860
[pid=24002] ppid=23999 vsize=14084804 memory=90668 CPUtime=0.99 cores=1,3,5,7
/proc/24002/stat : 24002 (java) S 23999 24002 22827 0 -1 1077944320 17546 0 0 0 95 4 0 0 20 0 15 0 272670254 14422839296 22667 33554432000 4194304 4196468 140721636975504 140721636958048 140168037678839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
/proc/24002/statm: 3521201 22667 3479 1 0 3483273 0
[pid=24002/tid=24004] ppid=23999 vsize=14084804 memory=1752 CPUtime=0.67 cores=1,3,5,7
/proc/24002/task/24004/stat : 24004 (java) R 23999 24002 22827 0 -1 4202560 14912 0 0 0 64 3 0 0 20 0 15 0 272670255 14422839296 22667 33554432000 4194304 4196468 140721636975504 140168041910304 140168037690774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24005] ppid=23999 vsize=14084804 memory=748 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24005/stat : 24005 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670255 14422839296 22667 33554432000 4194304 4196468 140721636975504 140167633550224 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24006] ppid=23999 vsize=14084804 memory=1820 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24006/stat : 24006 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670255 14422839296 22667 33554432000 4194304 4196468 140721636975504 140167632497424 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24007] ppid=23999 vsize=14084804 memory=4296 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24007/stat : 24007 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670255 14422839296 22667 33554432000 4194304 4196468 140721636975504 140167631445136 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24008] ppid=23999 vsize=14084804 memory=3480 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24008/stat : 24008 (java) S 23999 24002 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272670255 14422839296 22667 33554432000 4194304 4196468 140721636975504 140167630392336 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24009] ppid=23999 vsize=14084804 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24009/stat : 24009 (java) S 23999 24002 22827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272670257 14422839296 22667 33554432000 4194304 4196468 140721636975504 140167017080944 140168037689986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24010] ppid=23999 vsize=14084804 memory=10212 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24010/stat : 24010 (java) S 23999 24002 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272670257 14422839296 22667 33554432000 4194304 4196468 140721636975504 140167016026912 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24011] ppid=23999 vsize=14084804 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24011/stat : 24011 (java) S 23999 24002 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272670257 14422839296 22667 33554432000 4194304 4196468 140721636975504 140167014974576 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24012] ppid=23999 vsize=14084804 memory=6404 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24012/stat : 24012 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14422839296 22667 33554432000 4194304 4196468 140721636975504 140167013922896 140168037697435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24013] ppid=23999 vsize=14084804 memory=6297835844906604903 CPUtime=0.06 cores=1,3,5,7
/proc/24002/task/24013/stat : 24013 (java) S 23999 24002 22827 0 -1 1077944384 652 0 0 0 6 0 0 0 20 0 15 0 272670260 14422839296 22667 33554432000 4194304 4196468 140721636975504 140167012870768 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24014] ppid=23999 vsize=14084804 memory=8099279071866868840 CPUtime=0.09 cores=1,3,5,7
/proc/24002/task/24014/stat : 24014 (java) S 23999 24002 22827 0 -1 1077944384 261 0 0 0 9 0 0 0 20 0 15 0 272670260 14422839296 22667 33554432000 4194304 4196468 140721636975504 140167011817968 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24015] ppid=23999 vsize=14084804 memory=4641330296368681042 CPUtime=0.14 cores=1,3,5,7
/proc/24002/task/24015/stat : 24015 (java) R 23999 24002 22827 0 -1 4202560 340 0 0 0 14 0 0 0 20 0 15 0 272670260 14422839296 22667 33554432000 4194304 4196468 140721636975504 140167010765680 140168037700186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24016] ppid=23999 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24016/stat : 24016 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14422839296 22667 33554432000 4194304 4196468 140721636975504 140167009713120 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24017] ppid=23999 vsize=14084804 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24017/stat : 24017 (java) S 23999 24002 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272670260 14422839296 22667 33554432000 4194304 4196468 140721636975504 140167008659888 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90668 KiB

[startup+1.50158 s]
/proc/loadavg: 1.66 1.48 1.42 5/216 24017
/proc/meminfo: memFree=19526064/32770624 swapFree=67108500/67108860
[pid=24002] ppid=23999 vsize=14086852 memory=451220 CPUtime=3.24 cores=1,3,5,7
/proc/24002/stat : 24002 (java) S 23999 24002 22827 0 -1 1077944320 20587 0 0 0 292 32 0 0 20 0 15 0 272670254 14424936448 112805 33554432000 4194304 4196468 140721636975504 140721636958048 140168037678839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
/proc/24002/statm: 3521713 112805 3564 1 0 3483785 0
[pid=24002/tid=24004] ppid=23999 vsize=14086852 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/24002/task/24004/stat : 24004 (java) R 23999 24002 22827 0 -1 4202560 15379 0 0 0 128 8 0 0 20 0 15 0 272670255 14424936448 112805 33554432000 4194304 4196468 140721636975504 140168041911744 140167679377927 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24005] ppid=23999 vsize=14086852 memory=-6951259422114956437 CPUtime=0.1 cores=1,3,5,7
/proc/24002/task/24005/stat : 24005 (java) S 23999 24002 22827 0 -1 1077944384 172 0 0 0 4 6 0 0 20 0 15 0 272670255 14424936448 112805 33554432000 4194304 4196468 140721636975504 140167633550224 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24006] ppid=23999 vsize=14086852 memory=-6509546260019855295 CPUtime=0.08 cores=1,3,5,7
/proc/24002/task/24006/stat : 24006 (java) S 23999 24002 22827 0 -1 1077944384 143 0 0 0 3 5 0 0 20 0 15 0 272670255 14424936448 112805 33554432000 4194304 4196468 140721636975504 140167632497424 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24007] ppid=23999 vsize=14086852 memory=-7390251449858225344 CPUtime=0.09 cores=1,3,5,7
/proc/24002/task/24007/stat : 24007 (java) S 23999 24002 22827 0 -1 1077944384 123 0 0 0 4 5 0 0 20 0 15 0 272670255 14424936448 112805 33554432000 4194304 4196468 140721636975504 140167631445136 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24008] ppid=23999 vsize=14086852 memory=4134692831991786133 CPUtime=0.07 cores=1,3,5,7
/proc/24002/task/24008/stat : 24008 (java) S 23999 24002 22827 0 -1 1077944384 155 0 0 0 3 4 0 0 20 0 15 0 272670255 14424936448 112805 33554432000 4194304 4196468 140721636975504 140167630392336 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24009] ppid=23999 vsize=14086852 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24009/stat : 24009 (java) S 23999 24002 22827 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 272670257 14424936448 112805 33554432000 4194304 4196468 140721636975504 140167017080944 140168037689986 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0

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

/proc/24002/task/24004/stat : 24004 (java) R 23999 24002 22827 0 -1 4202560 166370 0 0 0 237663 66 0 0 20 0 15 0 272670255 14429130752 638429 33554432000 4194304 4196468 140721636975504 140168041916832 140167689664430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24005] ppid=23999 vsize=14090948 memory=2585524 CPUtime=4.95 cores=1,3,5,7
/proc/24002/task/24005/stat : 24005 (java) S 23999 24002 22827 0 -1 1077944384 23360 0 0 0 422 73 0 0 20 0 15 0 272670255 14429130752 638429 33554432000 4194304 4196468 140721636975504 140167633550224 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24006] ppid=23999 vsize=14090948 memory=2585524 CPUtime=4.91 cores=1,3,5,7
/proc/24002/task/24006/stat : 24006 (java) S 23999 24002 22827 0 -1 1077944384 25583 0 0 0 418 73 0 0 20 0 15 0 272670255 14429130752 638429 33554432000 4194304 4196468 140721636975504 140167632497424 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24007] ppid=23999 vsize=14090948 memory=2553716 CPUtime=4.91 cores=1,3,5,7
/proc/24002/task/24007/stat : 24007 (java) S 23999 24002 22827 0 -1 1077944384 28980 0 0 0 418 73 0 0 20 0 15 0 272670255 14429130752 638429 33554432000 4194304 4196468 140721636975504 140167631445136 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24008] ppid=23999 vsize=14090948 memory=1752 CPUtime=4.93 cores=1,3,5,7
/proc/24002/task/24008/stat : 24008 (java) S 23999 24002 22827 0 -1 1077944384 28402 0 0 0 423 70 0 0 20 0 15 0 272670255 14429130752 638429 33554432000 4194304 4196468 140721636975504 140167630392336 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24009] ppid=23999 vsize=14090948 memory=2553716 CPUtime=0.3 cores=1,3,5,7
/proc/24002/task/24009/stat : 24009 (java) S 23999 24002 22827 0 -1 1077944384 23123 0 0 0 23 7 0 0 20 0 15 0 272670257 14429130752 638429 33554432000 4194304 4196468 140721636975504 140167017080944 140168037689986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24010] ppid=23999 vsize=14090948 memory=2585524 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24010/stat : 24010 (java) S 23999 24002 22827 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 272670257 14429130752 638429 33554432000 4194304 4196468 140721636975504 140167016026976 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24011] ppid=23999 vsize=14090948 memory=2553716 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24011/stat : 24011 (java) S 23999 24002 22827 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 272670257 14429130752 638429 33554432000 4194304 4196468 140721636975504 140167014974592 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24012] ppid=23999 vsize=14090948 memory=2553716 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24012/stat : 24012 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14429130752 638429 33554432000 4194304 4196468 140721636975504 140167013922896 140168037697435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24013] ppid=23999 vsize=14090948 memory=2553716 CPUtime=3.78 cores=1,3,5,7
/proc/24002/task/24013/stat : 24013 (java) S 23999 24002 22827 0 -1 1077944384 14610 0 0 0 376 2 0 0 20 0 15 0 272670260 14429130752 638429 33554432000 4194304 4196468 140721636975504 140167012870768 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24014] ppid=23999 vsize=14090948 memory=288230596050944315 CPUtime=3.56 cores=1,3,5,7
/proc/24002/task/24014/stat : 24014 (java) S 23999 24002 22827 0 -1 1077944384 10532 0 0 0 354 2 0 0 20 0 15 0 272670260 14429130752 638429 33554432000 4194304 4196468 140721636975504 140167011817968 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24015] ppid=23999 vsize=14090948 memory=1116 CPUtime=1.27 cores=1,3,5,7
/proc/24002/task/24015/stat : 24015 (java) S 23999 24002 22827 0 -1 1077944384 10076 0 0 0 124 3 0 0 20 0 15 0 272670260 14429130752 638429 33554432000 4194304 4196468 140721636975504 140167010765680 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24016] ppid=23999 vsize=14090948 memory=2132 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24016/stat : 24016 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14429130752 638429 33554432000 4194304 4196468 140721636975504 140167009713120 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24017] ppid=23999 vsize=14090948 memory=3816 CPUtime=1.27 cores=1,3,5,7
/proc/24002/task/24017/stat : 24017 (java) S 23999 24002 22827 0 -1 1077944384 2399 0 0 0 58 69 0 0 20 0 15 0 272670260 14429130752 638429 33554432000 4194304 4196468 140721636975504 140167008659888 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
Current children cumulated CPU time: 2407.26 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2553716 KiB

[startup+2442.3 s]
/proc/loadavg: 1.72 1.82 1.87 3/216 24089
/proc/meminfo: memFree=19212156/32770624 swapFree=67108500/67108860
[pid=24002] ppid=23999 vsize=14090948 memory=2506008 CPUtime=2467.44 cores=1,3,5,7
/proc/24002/stat : 24002 (java) S 23999 24002 22827 0 -1 1077944320 338734 0 0 0 246315 429 0 0 20 0 15 0 272670254 14429130752 626502 33554432000 4194304 4196468 140721636975504 140721636958048 140168037678839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
/proc/24002/statm: 3522737 626502 3611 1 0 3484809 0
[pid=24002/tid=24004] ppid=23999 vsize=14090948 memory=2528580 CPUtime=2437.24 cores=1,3,5,7
/proc/24002/task/24004/stat : 24004 (java) R 23999 24002 22827 0 -1 4202560 168749 0 0 0 243658 66 0 0 20 0 15 0 272670255 14429130752 626502 33554432000 4194304 4196468 140721636975504 140168041916832 140167688930032 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24005] ppid=23999 vsize=14090948 memory=2526528 CPUtime=5 cores=1,3,5,7
/proc/24002/task/24005/stat : 24005 (java) S 23999 24002 22827 0 -1 1077944384 23718 0 0 0 427 73 0 0 20 0 15 0 272670255 14429130752 626502 33554432000 4194304 4196468 140721636975504 140167633550224 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24006] ppid=23999 vsize=14090948 memory=2506008 CPUtime=4.96 cores=1,3,5,7
/proc/24002/task/24006/stat : 24006 (java) S 23999 24002 22827 0 -1 1077944384 25850 0 0 0 423 73 0 0 20 0 15 0 272670255 14429130752 626502 33554432000 4194304 4196468 140721636975504 140167632497424 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24007] ppid=23999 vsize=14090948 memory=2506008 CPUtime=4.96 cores=1,3,5,7
/proc/24002/task/24007/stat : 24007 (java) S 23999 24002 22827 0 -1 1077944384 29589 0 0 0 423 73 0 0 20 0 15 0 272670255 14429130752 626502 33554432000 4194304 4196468 140721636975504 140167631445136 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24008] ppid=23999 vsize=14090948 memory=2506008 CPUtime=4.98 cores=1,3,5,7
/proc/24002/task/24008/stat : 24008 (java) S 23999 24002 22827 0 -1 1077944384 28583 0 0 0 428 70 0 0 20 0 15 0 272670255 14429130752 626502 33554432000 4194304 4196468 140721636975504 140167630392336 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24009] ppid=23999 vsize=14090948 memory=2506008 CPUtime=0.3 cores=1,3,5,7
/proc/24002/task/24009/stat : 24009 (java) S 23999 24002 22827 0 -1 1077944384 23164 0 0 0 23 7 0 0 20 0 15 0 272670257 14429130752 626502 33554432000 4194304 4196468 140721636975504 140167017080944 140168037689986 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24010] ppid=23999 vsize=14090948 memory=2506008 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24010/stat : 24010 (java) S 23999 24002 22827 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 272670257 14429130752 626502 33554432000 4194304 4196468 140721636975504 140167016026976 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24011] ppid=23999 vsize=14090948 memory=2506008 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24011/stat : 24011 (java) S 23999 24002 22827 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 272670257 14429130752 626502 33554432000 4194304 4196468 140721636975504 140167014974592 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24012] ppid=23999 vsize=14090948 memory=2506008 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24012/stat : 24012 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14429130752 626502 33554432000 4194304 4196468 140721636975504 140167013922896 140168037697435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24013] ppid=23999 vsize=14090948 memory=2506008 CPUtime=3.78 cores=1,3,5,7
/proc/24002/task/24013/stat : 24013 (java) S 23999 24002 22827 0 -1 1077944384 14614 0 0 0 376 2 0 0 20 0 15 0 272670260 14429130752 626502 33554432000 4194304 4196468 140721636975504 140167012870768 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24014] ppid=23999 vsize=14090948 memory=2506008 CPUtime=3.56 cores=1,3,5,7
/proc/24002/task/24014/stat : 24014 (java) S 23999 24002 22827 0 -1 1077944384 10535 0 0 0 354 2 0 0 20 0 15 0 272670260 14429130752 626502 33554432000 4194304 4196468 140721636975504 140167011817968 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24015] ppid=23999 vsize=14090948 memory=2506008 CPUtime=1.27 cores=1,3,5,7
/proc/24002/task/24015/stat : 24015 (java) S 23999 24002 22827 0 -1 1077944384 10084 0 0 0 124 3 0 0 20 0 15 0 272670260 14429130752 626502 33554432000 4194304 4196468 140721636975504 140167010765680 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24016] ppid=23999 vsize=14090948 memory=3816 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24016/stat : 24016 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14429130752 626502 33554432000 4194304 4196468 140721636975504 140167009713120 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24017] ppid=23999 vsize=14090948 memory=2506008 CPUtime=1.3 cores=1,3,5,7
/proc/24002/task/24017/stat : 24017 (java) S 23999 24002 22827 0 -1 1077944384 2427 0 0 0 59 71 0 0 20 0 15 0 272670260 14429130752 626502 33554432000 4194304 4196468 140721636975504 140167008659888 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
Current children cumulated CPU time: 2467.44 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2506008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2494.7 s]
/proc/loadavg: 1.55 1.77 1.85 5/216 24550
/proc/meminfo: memFree=21540504/32770624 swapFree=67108500/67108860
[pid=24002] ppid=23999 vsize=14090948 memory=2471124 CPUtime=2520.02 cores=1,3,5,7
/proc/24002/stat : 24002 (java) S 23999 24002 22827 0 -1 1077944320 343353 0 0 0 251571 431 0 0 20 0 15 0 272670254 14429130752 617781 33554432000 4194304 4196468 140721636975504 140721636958048 140168037678839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
/proc/24002/statm: 3522737 617781 3611 1 0 3484809 0
[pid=24002/tid=24004] ppid=23999 vsize=14090948 memory=2471124 CPUtime=2489.6 cores=1,3,5,7
/proc/24002/task/24004/stat : 24004 (java) R 23999 24002 22827 0 -1 4202560 170794 0 0 0 248894 66 0 0 20 0 15 0 272670255 14429130752 617781 33554432000 4194304 4196468 140721636975504 140168041916832 140167688722394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24005] ppid=23999 vsize=14090948 memory=2484976 CPUtime=5.04 cores=1,3,5,7
/proc/24002/task/24005/stat : 24005 (java) S 23999 24002 22827 0 -1 1077944384 24306 0 0 0 431 73 0 0 20 0 15 0 272670255 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167633550224 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24006] ppid=23999 vsize=14090948 memory=2487028 CPUtime=5.01 cores=1,3,5,7
/proc/24002/task/24006/stat : 24006 (java) S 23999 24002 22827 0 -1 1077944384 26675 0 0 0 428 73 0 0 20 0 15 0 272670255 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167632497424 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24007] ppid=23999 vsize=14090948 memory=2484976 CPUtime=5.01 cores=1,3,5,7
/proc/24002/task/24007/stat : 24007 (java) S 23999 24002 22827 0 -1 1077944384 30025 0 0 0 428 73 0 0 20 0 15 0 272670255 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167631445136 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24008] ppid=23999 vsize=14090948 memory=2484976 CPUtime=5.02 cores=1,3,5,7
/proc/24002/task/24008/stat : 24008 (java) S 23999 24002 22827 0 -1 1077944384 29071 0 0 0 432 70 0 0 20 0 15 0 272670255 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167630392336 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24009] ppid=23999 vsize=14090948 memory=2471124 CPUtime=0.3 cores=1,3,5,7
/proc/24002/task/24009/stat : 24009 (java) S 23999 24002 22827 0 -1 1077944384 23395 0 0 0 23 7 0 0 20 0 15 0 272670257 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167017080944 140168037689986 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24010] ppid=23999 vsize=14090948 memory=2484976 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24010/stat : 24010 (java) S 23999 24002 22827 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 272670257 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167016026976 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24011] ppid=23999 vsize=14090948 memory=2484976 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24011/stat : 24011 (java) S 23999 24002 22827 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 272670257 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167014974592 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24012] ppid=23999 vsize=14090948 memory=2471124 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24012/stat : 24012 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167013922896 140168037697435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24013] ppid=23999 vsize=14090948 memory=2484976 CPUtime=3.78 cores=1,3,5,7
/proc/24002/task/24013/stat : 24013 (java) S 23999 24002 22827 0 -1 1077944384 14614 0 0 0 376 2 0 0 20 0 15 0 272670260 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167012870768 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24014] ppid=23999 vsize=14090948 memory=2471124 CPUtime=3.56 cores=1,3,5,7
/proc/24002/task/24014/stat : 24014 (java) S 23999 24002 22827 0 -1 1077944384 10535 0 0 0 354 2 0 0 20 0 15 0 272670260 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167011817968 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24015] ppid=23999 vsize=14090948 memory=3816 CPUtime=1.27 cores=1,3,5,7
/proc/24002/task/24015/stat : 24015 (java) S 23999 24002 22827 0 -1 1077944384 10084 0 0 0 124 3 0 0 20 0 15 0 272670260 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167010765680 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24016] ppid=23999 vsize=14090948 memory=2471124 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24016/stat : 24016 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167009713120 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24017] ppid=23999 vsize=14090948 memory=1168 CPUtime=1.32 cores=1,3,5,7
/proc/24002/task/24017/stat : 24017 (java) S 23999 24002 22827 0 -1 1077944384 2433 0 0 0 60 72 0 0 20 0 15 0 272670260 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167008659888 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2471124 KiB

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

[startup+2494.73 s]
# the end of solver process 24002 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.73 s, system=4.33138 s

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

[startup+2494.7 s]
/proc/loadavg: 1.55 1.77 1.85 5/216 24550
/proc/meminfo: memFree=21540504/32770624 swapFree=67108500/67108860
[pid=24002] ppid=23999 vsize=14090948 memory=2471124 CPUtime=2520.02 cores=1,3,5,7
/proc/24002/stat : 24002 (java) S 23999 24002 22827 0 -1 1077944320 343353 0 0 0 251571 431 0 0 20 0 15 0 272670254 14429130752 617781 33554432000 4194304 4196468 140721636975504 140721636958048 140168037678839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
/proc/24002/statm: 3522737 617781 3611 1 0 3484809 0
[pid=24002/tid=24004] ppid=23999 vsize=14090948 memory=2471124 CPUtime=2489.6 cores=1,3,5,7
/proc/24002/task/24004/stat : 24004 (java) R 23999 24002 22827 0 -1 4202560 170794 0 0 0 248894 66 0 0 20 0 15 0 272670255 14429130752 617781 33554432000 4194304 4196468 140721636975504 140168041916832 140167688722394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24005] ppid=23999 vsize=14090948 memory=2484976 CPUtime=5.04 cores=1,3,5,7
/proc/24002/task/24005/stat : 24005 (java) S 23999 24002 22827 0 -1 1077944384 24306 0 0 0 431 73 0 0 20 0 15 0 272670255 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167633550224 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24006] ppid=23999 vsize=14090948 memory=2487028 CPUtime=5.01 cores=1,3,5,7
/proc/24002/task/24006/stat : 24006 (java) S 23999 24002 22827 0 -1 1077944384 26675 0 0 0 428 73 0 0 20 0 15 0 272670255 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167632497424 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24007] ppid=23999 vsize=14090948 memory=2484976 CPUtime=5.01 cores=1,3,5,7
/proc/24002/task/24007/stat : 24007 (java) S 23999 24002 22827 0 -1 1077944384 30025 0 0 0 428 73 0 0 20 0 15 0 272670255 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167631445136 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24008] ppid=23999 vsize=14090948 memory=2484976 CPUtime=5.02 cores=1,3,5,7
/proc/24002/task/24008/stat : 24008 (java) S 23999 24002 22827 0 -1 1077944384 29071 0 0 0 432 70 0 0 20 0 15 0 272670255 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167630392336 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24009] ppid=23999 vsize=14090948 memory=2471124 CPUtime=0.3 cores=1,3,5,7
/proc/24002/task/24009/stat : 24009 (java) S 23999 24002 22827 0 -1 1077944384 23395 0 0 0 23 7 0 0 20 0 15 0 272670257 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167017080944 140168037689986 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24010] ppid=23999 vsize=14090948 memory=2484976 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24010/stat : 24010 (java) S 23999 24002 22827 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 272670257 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167016026976 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24011] ppid=23999 vsize=14090948 memory=2484976 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24011/stat : 24011 (java) S 23999 24002 22827 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 272670257 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167014974592 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24012] ppid=23999 vsize=14090948 memory=2471124 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24012/stat : 24012 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167013922896 140168037697435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24013] ppid=23999 vsize=14090948 memory=2484976 CPUtime=3.78 cores=1,3,5,7
/proc/24002/task/24013/stat : 24013 (java) S 23999 24002 22827 0 -1 1077944384 14614 0 0 0 376 2 0 0 20 0 15 0 272670260 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167012870768 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24014] ppid=23999 vsize=14090948 memory=2471124 CPUtime=3.56 cores=1,3,5,7
/proc/24002/task/24014/stat : 24014 (java) S 23999 24002 22827 0 -1 1077944384 10535 0 0 0 354 2 0 0 20 0 15 0 272670260 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167011817968 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24015] ppid=23999 vsize=14090948 memory=3816 CPUtime=1.27 cores=1,3,5,7
/proc/24002/task/24015/stat : 24015 (java) S 23999 24002 22827 0 -1 1077944384 10084 0 0 0 124 3 0 0 20 0 15 0 272670260 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167010765680 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24016] ppid=23999 vsize=14090948 memory=2471124 CPUtime=0 cores=1,3,5,7
/proc/24002/task/24016/stat : 24016 (java) S 23999 24002 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272670260 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167009713120 140168037689045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
[pid=24002/tid=24017] ppid=23999 vsize=14090948 memory=1168 CPUtime=1.32 cores=1,3,5,7
/proc/24002/task/24017/stat : 24017 (java) S 23999 24002 22827 0 -1 1077944384 2433 0 0 0 60 72 0 0 20 0 15 0 272670260 14429130752 617781 33554432000 4194304 4196468 140721636975504 140167008659888 140168037689986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27557888 140721636983880 140721636984073 140721636984073 140721636986831 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2471124 KiB

Child status: 143
Real time (s): 2494.73
CPU time (s): 2520.06
CPU user time (s): 2515.73
CPU system time (s): 4.33138
CPU usage (%): 101.015
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 4713140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.73
system time used= 4.33138
maximum resident set size= 4713164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344028
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59961
involuntary context switches= 1013


# summary of solver processes directly reported to runsolver:
#   pid: 24002
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2515.73
#   total CPU system time (s): 4.33138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0307 second user time and 23.2543 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-18 02:11:11
IDJOB=4312091
IDBENCH=141269
IDSOLVER=2799
FILE ID=node104/4312091-1534551070
RUNJOBID= node104-1534541043-22859
PBS_JOBID= 21038643
Free space on /tmp= 47152 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-17-0300_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312091-1534551070/watcher-4312091-1534551070 -o /tmp/evaluation-result-4312091-1534551070/solver-4312091-1534551070 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534541043-22859 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1778326501 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312091-1534551070.xml

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

MD5SUM BENCH= 89893934ad5b9c06ca26522ad9c878f8
RANDOM SEED=1778326501

node104.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.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	: 5333.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	: 5333.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	: 5333.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:        19829612 kB
MemAvailable:   27673092 kB
Buffers:          211484 kB
Cached:          7880540 kB
SwapCached:            4 kB
Active:          8472520 kB
Inactive:        3883804 kB
Active(anon):    4239612 kB
Inactive(anon):    92888 kB
Active(file):    4232908 kB
Inactive(file):  3790916 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108500 kB
Dirty:            136940 kB
Writeback:             0 kB
AnonPages:       4279768 kB
Mapped:            32208 kB
Shmem:             66020 kB
Slab:             277092 kB
SReclaimable:     248116 kB
SUnreclaim:        28976 kB
KernelStack:        3808 kB
PageTables:        13484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5703676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4032512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47184 MiB
End job on node104 at 2018-08-18 02:52:46