Trace number 4274272

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 2017-07-26? (TO) 2520.0901 2502.8201

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os20/
SuperTaillard-os-20-17.xml
MD5SUM4b4738a8e40cdda4c63a077f136d1653
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Number of domains98
Minimum domain size1322
Maximum domain size1420
Distribution of domain sizes[{"size":1322,"count":14},{"size":1323,"count":8},{"size":1324,"count":16},{"size":1325,"count":6},{"size":1326,"count":6},{"size":1327,"count":4},{"size":1328,"count":12},{"size":1329,"count":4},{"size":1330,"count":18},{"size":1331,"count":10},{"size":1332,"count":4},{"size":1333,"count":20},{"size":1334,"count":8},{"size":1335,"count":2},{"size":1336,"count":16},{"size":1337,"count":12},{"size":1338,"count":8},{"size":1339,"count":4},{"size":1340,"count":12},{"size":1341,"count":2},{"size":1342,"count":10},{"size":1343,"count":12},{"size":1344,"count":12},{"size":1345,"count":12},{"size":1346,"count":10},"...",{"size":1396,"count":10}, {"size":1397,"count":14}, {"size":1398,"count":8}, {"size":1399,"count":12}, {"size":1400,"count":4}, {"size":1401,"count":6}, {"size":1402,"count":12}, {"size":1403,"count":10}, {"size":1404,"count":6}, {"size":1405,"count":6}, {"size":1406,"count":6}, {"size":1407,"count":6}, {"size":1408,"count":4}, {"size":1409,"count":8}, {"size":1410,"count":6}, {"size":1411,"count":6}, {"size":1412,"count":8}, {"size":1413,"count":8}, {"size":1414,"count":8}, {"size":1415,"count":4}, {"size":1416,"count":10}, {"size":1417,"count":6}, {"size":1418,"count":10}, {"size":1419,"count":8}, {"size":1420,"count":6}]
Minimum variable degree39
Maximum variable degree77
Distribution of variable degrees[{"degree":39,"count":400},{"degree":77,"count":400}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":23200}]
Number of extensional constraints0
Number of intensional constraints23200
Distribution of constraint types[{"type":"intension","count":23200}]
Optimization problemNO
Type of objective

Solver Data

0.26/0.38	c version: 2017-07-26
0.26/0.38	c seed: 2125887209
0.26/0.38	c timeout: 2520
0.26/0.39	c memlimit: 11000
0.26/0.39	c nbcore: 4
0.26/0.41	c Parsing instance...
6.32/2.92	c Parsing done, starting search...
2520.06/2502.80	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 (12343 MiB free)
  memory of node 1: 16384 MiB (15336 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274272-1502840708/watcher-4274272-1502840708 -o /tmp/evaluation-result-4274272-1502840708/solver-4274272-1502840708 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 2125887209 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274272-1502840708.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
Current StackSize limit: 8192 KiB

solver pid=5088, runsolver pid=5085

[startup+0.100134 s]*
/proc/loadavg: 4.75 3.85 2.78 3/208 5094
/proc/meminfo: memFree=28337916/32770624 swapFree=67108860/67108860
[pid=5088] ppid=5085 vsize=13507100 memory=15996 CPUtime=0.01 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 8289 0 -1 1077944320 3900 0 0 0 1 0 0 0 20 0 8 0 131885984 13831270400 3999 18446744073709551615 4194304 4196468 140729831389200 140729831371744 140565815070455 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
/proc/5088/statm: 3376775 3999 2035 1 0 3366272 0
[pid=5088/tid=5090] ppid=5085 vsize=13507100 memory=279537812242672 CPUtime=0.01 cores=1,3,5,7
/proc/5088/task/5090/stat : 5090 (java) R 5085 5088 8289 0 -1 4202560 2581 0 0 0 1 0 0 0 20 0 8 0 131885992 13831270400 4065 18446744073709551615 4194304 4196468 140729831389200 140565819303592 140565808055787 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5091] ppid=5085 vsize=13507100 memory=279537812242672 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5091/stat : 5091 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 131885993 13831270400 4065 18446744073709551615 4194304 4196468 140729831389200 140565415468176 140565815080661 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5092] ppid=5085 vsize=13507100 memory=139769033275008 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5092/stat : 5092 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 131885993 13831270400 4065 18446744073709551615 4194304 4196468 140729831389200 140565414415376 140565815080661 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5093] ppid=5085 vsize=13507100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5093/stat : 5093 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 131885993 13831270400 4065 18446744073709551615 4194304 4196468 140729831389200 140565413362576 140565815080661 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5094] ppid=5085 vsize=13507100 memory=-1807685287725067907 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5094/stat : 5094 (java) S 5085 5088 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 131885993 13831270400 4065 18446744073709551615 4194304 4196468 140729831389200 140565412309776 140565815080661 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5095] ppid=5085 vsize=13508128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5095/stat : 5095 (java) S 5085 5088 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 131885994 13832323072 4065 18446744073709551615 4194304 4196468 140729831389200 140565361432944 140565815081602 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5096] ppid=5085 vsize=13508128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5096/stat : 5096 (java) S 5085 5088 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 131885995 13832323072 4065 18446744073709551615 4194304 4196468 140729831389200 140565360378912 140565815080661 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5097] ppid=5085 vsize=13508128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5097/stat : 5097 (java) S 5085 5088 8289 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 9 0 131885995 13832323072 4065 18446744073709551615 4194304 4196468 140729831389200 140565359327968 140565815080661 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13507100 KiB
Current children cumulated memory: 15996 KiB

[startup+0.210343 s]*
/proc/loadavg: 4.75 3.85 2.78 3/217 5103
/proc/meminfo: memFree=28327776/32770624 swapFree=67108860/67108860
[pid=5088] ppid=5085 vsize=13975920 memory=30228 CPUtime=0.09 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 8289 0 -1 1077944320 6867 0 0 0 8 1 0 0 20 0 15 0 131885984 14311342080 7557 18446744073709551615 4194304 4196468 140729831389200 140729831371744 140565815070455 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
/proc/5088/statm: 3493980 7557 3370 1 0 3482759 0
[pid=5088/tid=5090] ppid=5085 vsize=13975920 memory=-2961578254468854852 CPUtime=0.07 cores=1,3,5,7
/proc/5088/task/5090/stat : 5090 (java) R 5085 5088 8289 0 -1 4202560 4895 0 0 0 6 1 0 0 20 0 15 0 131885992 14311342080 7557 18446744073709551615 4194304 4196468 140729831389200 140565819294048 140565815082390 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5091] ppid=5085 vsize=13975920 memory=279537812242672 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5091/stat : 5091 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131885993 14311342080 7557 18446744073709551615 4194304 4196468 140729831389200 140565415468176 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5092] ppid=5085 vsize=13975920 memory=139769033275008 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5092/stat : 5092 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131885993 14311342080 7557 18446744073709551615 4194304 4196468 140729831389200 140565414415376 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5093] ppid=5085 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5093/stat : 5093 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131885993 14311342080 7557 18446744073709551615 4194304 4196468 140729831389200 140565413362576 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5094] ppid=5085 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5094/stat : 5094 (java) S 5085 5088 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 131885993 14311342080 7557 18446744073709551615 4194304 4196468 140729831389200 140565412309776 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5095] ppid=5085 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5095/stat : 5095 (java) S 5085 5088 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 131885994 14311342080 7557 18446744073709551615 4194304 4196468 140729831389200 140565361432944 140565815081602 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5096] ppid=5085 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5096/stat : 5096 (java) S 5085 5088 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 131885995 14311342080 7557 18446744073709551615 4194304 4196468 140729831389200 140565360378912 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5097] ppid=5085 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5097/stat : 5097 (java) S 5085 5088 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 131885995 14311342080 7557 18446744073709551615 4194304 4196468 140729831389200 140565359326064 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5098] ppid=5085 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5098/stat : 5098 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885997 14311342080 7557 18446744073709551615 4194304 4196468 140729831389200 140565358274384 140565815089051 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5099] ppid=5085 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5099/stat : 5099 (java) S 5085 5088 8289 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 131885997 14311342080 7557 18446744073709551615 4194304 4196468 140729831389200 140565357222768 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5100] ppid=5085 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5100/stat : 5100 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885997 14311342080 7557 18446744073709551615 4194304 4196468 140729831389200 140565356169968 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5101] ppid=5085 vsize=13975920 memory=139769033275008 CPUtime=0.01 cores=1,3,5,7
/proc/5088/task/5101/stat : 5101 (java) R 5085 5088 8289 0 -1 4202560 294 0 0 0 1 0 0 0 20 0 15 0 131885997 14311342080 7557 18446744073709551615 4194304 4196468 140729831389200 140565287004784 140565799238863 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5102] ppid=5085 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5102/stat : 5102 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885998 14311342080 7557 18446744073709551615 4194304 4196468 140729831389200 140565285952224 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5103] ppid=5085 vsize=13975920 memory=139769033275008 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5103/stat : 5103 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131886003 14311342080 7557 18446744073709551615 4194304 4196468 140729831389200 140565284899504 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 30228 KiB

[startup+0.310817 s]*
/proc/loadavg: 4.75 3.85 2.78 3/217 5103
/proc/meminfo: memFree=28318000/32770624 swapFree=67108860/67108860
[pid=5088] ppid=5085 vsize=13975920 memory=39728 CPUtime=0.26 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 8289 0 -1 1077944320 10625 0 0 0 23 3 0 0 20 0 15 0 131885984 14311342080 9932 18446744073709551615 4194304 4196468 140729831389200 140729831371744 140565815070455 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
/proc/5088/statm: 3493980 9932 3534 1 0 3482759 0
[pid=5088/tid=5090] ppid=5085 vsize=13975920 memory=4209341120841998394 CPUtime=0.17 cores=1,3,5,7
/proc/5088/task/5090/stat : 5090 (java) R 5085 5088 8289 0 -1 4202560 8369 0 0 0 15 2 0 0 20 0 15 0 131885992 14311342080 9998 18446744073709551615 4194304 4196468 140729831389200 140565819281376 140565799150942 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5091] ppid=5085 vsize=13975920 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5091/stat : 5091 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131885993 14311342080 9998 18446744073709551615 4194304 4196468 140729831389200 140565415468176 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5092] ppid=5085 vsize=13975920 memory=4279135704047065247 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5092/stat : 5092 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131885993 14311342080 9998 18446744073709551615 4194304 4196468 140729831389200 140565414415376 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5093] ppid=5085 vsize=13975920 memory=-6439158824144519105 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5093/stat : 5093 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131885993 14311342080 9998 18446744073709551615 4194304 4196468 140729831389200 140565413362576 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5094] ppid=5085 vsize=13975920 memory=4426080405320600950 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5094/stat : 5094 (java) S 5085 5088 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 131885993 14311342080 9998 18446744073709551615 4194304 4196468 140729831389200 140565412309776 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5095] ppid=5085 vsize=13975920 memory=-7749975593672162402 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5095/stat : 5095 (java) S 5085 5088 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 131885994 14311342080 9998 18446744073709551615 4194304 4196468 140729831389200 140565361432944 140565815081602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5096] ppid=5085 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5096/stat : 5096 (java) S 5085 5088 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 131885995 14311342080 9998 18446744073709551615 4194304 4196468 140729831389200 140565360378912 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5097] ppid=5085 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5097/stat : 5097 (java) S 5085 5088 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 131885995 14311342080 9998 18446744073709551615 4194304 4196468 140729831389200 140565359326064 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5098] ppid=5085 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5098/stat : 5098 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885997 14311342080 9998 18446744073709551615 4194304 4196468 140729831389200 140565358274384 140565815089051 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5099] ppid=5085 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5088/task/5099/stat : 5099 (java) S 5085 5088 8289 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 15 0 131885997 14311342080 9998 18446744073709551615 4194304 4196468 140729831389200 140565357222768 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5100] ppid=5085 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5088/task/5100/stat : 5100 (java) S 5085 5088 8289 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 15 0 131885997 14311342080 9998 18446744073709551615 4194304 4196468 140729831389200 140565356169968 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5101] ppid=5085 vsize=13975920 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5088/task/5101/stat : 5101 (java) R 5085 5088 8289 0 -1 4202560 416 0 0 0 5 0 0 0 20 0 15 0 131885997 14311342080 9998 18446744073709551615 4194304 4196468 140729831389200 140565287004784 140565793826419 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5102] ppid=5085 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5102/stat : 5102 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885998 14311342080 9998 18446744073709551615 4194304 4196468 140729831389200 140565285952224 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5103] ppid=5085 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5103/stat : 5103 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131886003 14311342080 9998 18446744073709551615 4194304 4196468 140729831389200 140565284899504 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39728 KiB

[startup+0.700765 s]
/proc/loadavg: 4.75 3.85 2.78 4/217 5103
/proc/meminfo: memFree=28302900/32770624 swapFree=67108860/67108860
[pid=5088] ppid=5085 vsize=13977988 memory=72348 CPUtime=1.16 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 8289 0 -1 1077944320 14789 0 0 0 111 5 0 0 20 0 15 0 131885984 14313459712 18087 18446744073709551615 4194304 4196468 140729831389200 140729831371744 140565815070455 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
/proc/5088/statm: 3494497 18087 3731 1 0 3483271 0
[pid=5088/tid=5090] ppid=5085 vsize=13977988 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/5088/task/5090/stat : 5090 (java) R 5085 5088 8289 0 -1 4202560 10267 0 0 0 51 4 0 0 20 0 15 0 131885992 14313459712 18087 18446744073709551615 4194304 4196468 140729831389200 140565819309120 140565815082390 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5091] ppid=5085 vsize=13977988 memory=170 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5091/stat : 5091 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131885993 14313459712 18087 18446744073709551615 4194304 4196468 140729831389200 140565415468176 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5092] ppid=5085 vsize=13977988 memory=1 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5092/stat : 5092 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131885993 14313459712 18087 18446744073709551615 4194304 4196468 140729831389200 140565414415376 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5093] ppid=5085 vsize=13977988 memory=7165352523811205430 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5093/stat : 5093 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131885993 14313459712 18087 18446744073709551615 4194304 4196468 140729831389200 140565413362576 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5094] ppid=5085 vsize=13977988 memory=7591205653072336464 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5094/stat : 5094 (java) S 5085 5088 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 131885993 14313459712 18087 18446744073709551615 4194304 4196468 140729831389200 140565412309776 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5095] ppid=5085 vsize=13977988 memory=6935649255776346432 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5095/stat : 5095 (java) S 5085 5088 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 131885994 14313459712 18087 18446744073709551615 4194304 4196468 140729831389200 140565361432944 140565815081602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5096] ppid=5085 vsize=13977988 memory=55 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5096/stat : 5096 (java) S 5085 5088 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 131885995 14313459712 18087 18446744073709551615 4194304 4196468 140729831389200 140565360378912 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5097] ppid=5085 vsize=13977988 memory=8189 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5097/stat : 5097 (java) S 5085 5088 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 131885995 14313459712 18087 18446744073709551615 4194304 4196468 140729831389200 140565359326064 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5098] ppid=5085 vsize=13977988 memory=29374 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5098/stat : 5098 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885997 14313459712 18087 18446744073709551615 4194304 4196468 140729831389200 140565358274384 140565815089051 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5099] ppid=5085 vsize=13977988 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/5088/task/5099/stat : 5099 (java) R 5085 5088 8289 0 -1 1077944384 1208 0 0 0 17 0 0 0 20 0 15 0 131885997 14313459712 18087 18446744073709551615 4194304 4196468 140729831389200 140565357222768 140565815081602 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5100] ppid=5085 vsize=13977988 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/5088/task/5100/stat : 5100 (java) R 5085 5088 8289 0 -1 4202560 976 0 0 0 19 0 0 0 20 0 15 0 131885997 14313459712 18087 18446744073709551615 4194304 4196468 140729831389200 140565356169968 140565815082390 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5101] ppid=5085 vsize=13977988 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/5088/task/5101/stat : 5101 (java) R 5085 5088 8289 0 -1 4202560 957 0 0 0 22 0 0 0 20 0 15 0 131885997 14313459712 18087 18446744073709551615 4194304 4196468 140729831389200 140565286999824 140565799150942 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5102] ppid=5085 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5102/stat : 5102 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885998 14313459712 18087 18446744073709551615 4194304 4196468 140729831389200 140565285952224 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5103] ppid=5085 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5103/stat : 5103 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131886003 14313459712 18087 18446744073709551615 4194304 4196468 140729831389200 140565284899504 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 72348 KiB

[startup+1.5007 s]
/proc/loadavg: 4.75 3.85 2.78 3/217 5103
/proc/meminfo: memFree=28211084/32770624 swapFree=67108860/67108860
[pid=5088] ppid=5085 vsize=13977988 memory=147572 CPUtime=1.9 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 8289 0 -1 1077944320 16224 0 0 0 184 6 0 0 20 0 15 0 131885984 14313459712 36893 18446744073709551615 4194304 4196468 140729831389200 140729831371744 140565815070455 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
/proc/5088/statm: 3494497 36893 3748 1 0 3483271 0
[pid=5088/tid=5090] ppid=5085 vsize=13977988 memory=0 CPUtime=0.78 cores=1,3,5,7
/proc/5088/task/5090/stat : 5090 (java) R 5085 5088 8289 0 -1 4202560 10365 0 0 0 74 4 0 0 20 0 15 0 131885992 14313459712 36893 18446744073709551615 4194304 4196468 140729831389200 140565819303736 140565815092381 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5091] ppid=5085 vsize=13977988 memory=55 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5091/stat : 5091 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131885993 14313459712 36893 18446744073709551615 4194304 4196468 140729831389200 140565415468176 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5092] ppid=5085 vsize=13977988 memory=8189 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5092/stat : 5092 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131885993 14313459712 36893 18446744073709551615 4194304 4196468 140729831389200 140565414415376 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5093] ppid=5085 vsize=13977988 memory=29374 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5093/stat : 5093 (java) S 5085 5088 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131885993 14313459712 36893 18446744073709551615 4194304 4196468 140729831389200 140565413362576 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5094] ppid=5085 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5094/stat : 5094 (java) S 5085 5088 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 131885993 14313459712 36893 18446744073709551615 4194304 4196468 140729831389200 140565412309776 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5095] ppid=5085 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5095/stat : 5095 (java) S 5085 5088 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 131885994 14313459712 36893 18446744073709551615 4194304 4196468 140729831389200 140565361432944 140565815081602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5096] ppid=5085 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5096/stat : 5096 (java) S 5085 5088 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 131885995 14313459712 36893 18446744073709551615 4194304 4196468 140729831389200 140565360378912 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5097] ppid=5085 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5097/stat : 5097 (java) S 5085 5088 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 131885995 14313459712 36893 18446744073709551615 4194304 4196468 140729831389200 140565359326064 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5098] ppid=5085 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5098/stat : 5098 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885997 14313459712 36893 18446744073709551615 4194304 4196468 140729831389200 140565358274384 140565815089051 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5099] ppid=5085 vsize=13977988 memory=6944656592387989600 CPUtime=0.39 cores=1,3,5,7
/proc/5088/task/5099/stat : 5099 (java) R 5085 5088 8289 0 -1 4202560 1651 0 0 0 39 0 0 0 20 0 15 0 131885997 14313459712 36893 18446744073709551615 4194304 4196468 140729831389200 140565357203600 140565798569201 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5100] ppid=5085 vsize=13977988 memory=6656426216303648864 CPUtime=0.4 cores=1,3,5,7
/proc/5088/task/5100/stat : 5100 (java) R 5085 5088 8289 0 -1 4202560 1723 0 0 0 40 0 0 0 20 0 15 0 131885997 14313459712 36893 18446744073709551615 4194304 4196468 140729831389200 140565356155728 140565799994890 0 4 1 16800974 0 0 0 -1 3 0 0 56 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5101] ppid=5085 vsize=13977988 memory=6944656592387989600 CPUtime=0.28 cores=1,3,5,7
/proc/5088/task/5101/stat : 5101 (java) S 5085 5088 8289 0 -1 1077944384 1101 0 0 0 28 0 0 0 20 0 15 0 131885997 14313459712 36893 18446744073709551615 4194304 4196468 140729831389200 140565287004784 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0

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

/proc/5088/task/5090/stat : 5090 (java) R 5085 5088 8289 0 -1 4202560 78929 0 0 0 237505 54 0 0 20 0 15 0 131885992 14315556864 613589 18446744073709551615 4194304 4196468 140729831389200 140565819308736 140565448080766 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5091] ppid=5085 vsize=13980036 memory=2454356 CPUtime=3.61 cores=1,3,5,7
/proc/5088/task/5091/stat : 5091 (java) S 5085 5088 8289 0 -1 1077944384 18087 0 0 0 344 17 0 0 20 0 15 0 131885993 14315556864 613589 18446744073709551615 4194304 4196468 140729831389200 140565415468176 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5092] ppid=5085 vsize=13980036 memory=1840 CPUtime=3.65 cores=1,3,5,7
/proc/5088/task/5092/stat : 5092 (java) S 5085 5088 8289 0 -1 1077944384 21201 0 0 0 344 21 0 0 20 0 15 0 131885993 14315556864 613589 18446744073709551615 4194304 4196468 140729831389200 140565414415376 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5093] ppid=5085 vsize=13980036 memory=2450260 CPUtime=3.67 cores=1,3,5,7
/proc/5088/task/5093/stat : 5093 (java) S 5085 5088 8289 0 -1 1077944384 19858 0 0 0 348 19 0 0 20 0 15 0 131885993 14315556864 613589 18446744073709551615 4194304 4196468 140729831389200 140565413362576 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5094] ppid=5085 vsize=13980036 memory=2454356 CPUtime=3.63 cores=1,3,5,7
/proc/5088/task/5094/stat : 5094 (java) S 5085 5088 8289 0 -1 1077944384 16451 0 0 0 344 19 0 0 20 0 15 0 131885993 14315556864 613589 18446744073709551615 4194304 4196468 140729831389200 140565412309776 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5095] ppid=5085 vsize=13980036 memory=2454356 CPUtime=1.82 cores=1,3,5,7
/proc/5088/task/5095/stat : 5095 (java) S 5085 5088 8289 0 -1 1077944384 22551 0 0 0 164 18 0 0 20 0 15 0 131885994 14315556864 613589 18446744073709551615 4194304 4196468 140729831389200 140565361432944 140565815081602 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5096] ppid=5085 vsize=13980036 memory=2454356 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5096/stat : 5096 (java) S 5085 5088 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 131885995 14315556864 613589 18446744073709551615 4194304 4196468 140729831389200 140565360378976 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5097] ppid=5085 vsize=13980036 memory=2454356 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5097/stat : 5097 (java) S 5085 5088 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 131885995 14315556864 613589 18446744073709551615 4194304 4196468 140729831389200 140565359326080 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5098] ppid=5085 vsize=13980036 memory=2454356 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5098/stat : 5098 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885997 14315556864 613589 18446744073709551615 4194304 4196468 140729831389200 140565358274384 140565815089051 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5099] ppid=5085 vsize=13980036 memory=2454356 CPUtime=2.33 cores=1,3,5,7
/proc/5088/task/5099/stat : 5099 (java) S 5085 5088 8289 0 -1 1077944384 8343 0 0 0 231 2 0 0 20 0 15 0 131885997 14315556864 613589 18446744073709551615 4194304 4196468 140729831389200 140565357222768 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5100] ppid=5085 vsize=13980036 memory=2454356 CPUtime=2.47 cores=1,3,5,7
/proc/5088/task/5100/stat : 5100 (java) S 5085 5088 8289 0 -1 1077944384 11615 0 0 0 246 1 0 0 20 0 15 0 131885997 14315556864 613589 18446744073709551615 4194304 4196468 140729831389200 140565356169968 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 56 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5101] ppid=5085 vsize=13980036 memory=279537813432752 CPUtime=0.84 cores=1,3,5,7
/proc/5088/task/5101/stat : 5101 (java) S 5085 5088 8289 0 -1 1077944384 5767 0 0 0 82 2 0 0 20 0 15 0 131885997 14315556864 613589 18446744073709551615 4194304 4196468 140729831389200 140565287004784 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5102] ppid=5085 vsize=13980036 memory=2454356 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5102/stat : 5102 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885998 14315556864 613589 18446744073709551615 4194304 4196468 140729831389200 140565285952224 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5103] ppid=5085 vsize=13980036 memory=64408 CPUtime=0.97 cores=1,3,5,7
/proc/5088/task/5103/stat : 5103 (java) S 5085 5088 8289 0 -1 1077944384 2621 0 0 0 44 53 0 0 20 0 15 0 131886003 14315556864 613589 18446744073709551615 4194304 4196468 140729831389200 140565284899504 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 56 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
Current children cumulated CPU time: 2398.67 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 2454356 KiB

[startup+2442.3 s]
/proc/loadavg: 1.67 1.42 1.59 3/214 5356
/proc/meminfo: memFree=28462184/32770624 swapFree=67108860/67108860
[pid=5088] ppid=5085 vsize=13980036 memory=2458452 CPUtime=2459.13 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 8289 0 -1 1077944320 210444 0 0 0 245720 193 0 0 20 0 15 0 131885984 14315556864 614613 18446744073709551615 4194304 4196468 140729831389200 140729831371744 140565815070455 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
/proc/5088/statm: 3495009 614613 3804 1 0 3483783 0
[pid=5088/tid=5090] ppid=5085 vsize=13980036 memory=2458452 CPUtime=2435.36 cores=1,3,5,7
/proc/5088/task/5090/stat : 5090 (java) R 5085 5088 8289 0 -1 4202560 79993 0 0 0 243482 54 0 0 20 0 15 0 131885992 14315556864 614613 18446744073709551615 4194304 4196468 140729831389200 140565819308736 140565448523723 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5091] ppid=5085 vsize=13980036 memory=2458452 CPUtime=3.77 cores=1,3,5,7
/proc/5088/task/5091/stat : 5091 (java) S 5085 5088 8289 0 -1 1077944384 18761 0 0 0 359 18 0 0 20 0 15 0 131885993 14315556864 614613 18446744073709551615 4194304 4196468 140729831389200 140565415468176 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5092] ppid=5085 vsize=13980036 memory=2456404 CPUtime=3.8 cores=1,3,5,7
/proc/5088/task/5092/stat : 5092 (java) S 5085 5088 8289 0 -1 1077944384 21538 0 0 0 359 21 0 0 20 0 15 0 131885993 14315556864 614613 18446744073709551615 4194304 4196468 140729831389200 140565414415376 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5093] ppid=5085 vsize=13980036 memory=2456404 CPUtime=3.81 cores=1,3,5,7
/proc/5088/task/5093/stat : 5093 (java) S 5085 5088 8289 0 -1 1077944384 20384 0 0 0 361 20 0 0 20 0 15 0 131885993 14315556864 614613 18446744073709551615 4194304 4196468 140729831389200 140565413362576 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5094] ppid=5085 vsize=13980036 memory=2456404 CPUtime=3.79 cores=1,3,5,7
/proc/5088/task/5094/stat : 5094 (java) S 5085 5088 8289 0 -1 1077944384 16933 0 0 0 359 20 0 0 20 0 15 0 131885993 14315556864 614613 18446744073709551615 4194304 4196468 140729831389200 140565412309776 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5095] ppid=5085 vsize=13980036 memory=2458452 CPUtime=1.88 cores=1,3,5,7
/proc/5088/task/5095/stat : 5095 (java) S 5085 5088 8289 0 -1 1077944384 23064 0 0 0 170 18 0 0 20 0 15 0 131885994 14315556864 614613 18446744073709551615 4194304 4196468 140729831389200 140565361432944 140565815081602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5096] ppid=5085 vsize=13980036 memory=2458452 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5096/stat : 5096 (java) S 5085 5088 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 131885995 14315556864 614613 18446744073709551615 4194304 4196468 140729831389200 140565360378976 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5097] ppid=5085 vsize=13980036 memory=2458452 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5097/stat : 5097 (java) S 5085 5088 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 131885995 14315556864 614613 18446744073709551615 4194304 4196468 140729831389200 140565359326080 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5098] ppid=5085 vsize=13980036 memory=2456404 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5098/stat : 5098 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885997 14315556864 614613 18446744073709551615 4194304 4196468 140729831389200 140565358274384 140565815089051 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5099] ppid=5085 vsize=13980036 memory=5788 CPUtime=2.33 cores=1,3,5,7
/proc/5088/task/5099/stat : 5099 (java) S 5085 5088 8289 0 -1 1077944384 8347 0 0 0 231 2 0 0 20 0 15 0 131885997 14315556864 614613 18446744073709551615 4194304 4196468 140729831389200 140565357222768 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5100] ppid=5085 vsize=13980036 memory=2458452 CPUtime=2.47 cores=1,3,5,7
/proc/5088/task/5100/stat : 5100 (java) S 5085 5088 8289 0 -1 1077944384 11619 0 0 0 246 1 0 0 20 0 15 0 131885997 14315556864 614613 18446744073709551615 4194304 4196468 140729831389200 140565356169968 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 56 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5101] ppid=5085 vsize=13980036 memory=2458452 CPUtime=0.84 cores=1,3,5,7
/proc/5088/task/5101/stat : 5101 (java) S 5085 5088 8289 0 -1 1077944384 5771 0 0 0 82 2 0 0 20 0 15 0 131885997 14315556864 614613 18446744073709551615 4194304 4196468 140729831389200 140565287004784 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5102] ppid=5085 vsize=13980036 memory=2458452 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5102/stat : 5102 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885998 14315556864 614613 18446744073709551615 4194304 4196468 140729831389200 140565285952224 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5103] ppid=5085 vsize=13980036 memory=2458452 CPUtime=1 cores=1,3,5,7
/proc/5088/task/5103/stat : 5103 (java) S 5085 5088 8289 0 -1 1077944384 2661 0 0 0 45 55 0 0 20 0 15 0 131886003 14315556864 614613 18446744073709551615 4194304 4196468 140729831389200 140565284899504 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 56 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
Current children cumulated CPU time: 2459.13 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 2458452 KiB

[startup+2502.3 s]
/proc/loadavg: 0.93 1.25 1.52 3/214 5359
/proc/meminfo: memFree=28456756/32770624 swapFree=67108860/67108860
[pid=5088] ppid=5085 vsize=13980036 memory=2460576 CPUtime=2519.55 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 8289 0 -1 1077944320 215224 0 0 0 251759 196 0 0 20 0 15 0 131885984 14315556864 615144 18446744073709551615 4194304 4196468 140729831389200 140729831371744 140565815070455 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
/proc/5088/statm: 3495009 615144 3804 1 0 3483783 0
[pid=5088/tid=5090] ppid=5085 vsize=13980036 memory=2460500 CPUtime=2495.12 cores=1,3,5,7
/proc/5088/task/5090/stat : 5090 (java) R 5085 5088 8289 0 -1 4202560 81078 0 0 0 249458 54 0 0 20 0 15 0 131885992 14315556864 615144 18446744073709551615 4194304 4196468 140729831389200 140565819308736 140565448291907 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5091] ppid=5085 vsize=13980036 memory=2460576 CPUtime=3.9 cores=1,3,5,7
/proc/5088/task/5091/stat : 5091 (java) S 5085 5088 8289 0 -1 1077944384 19591 0 0 0 372 18 0 0 20 0 15 0 131885993 14315556864 615144 18446744073709551615 4194304 4196468 140729831389200 140565415468176 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5092] ppid=5085 vsize=13980036 memory=2460576 CPUtime=3.93 cores=1,3,5,7
/proc/5088/task/5092/stat : 5092 (java) S 5085 5088 8289 0 -1 1077944384 21791 0 0 0 372 21 0 0 20 0 15 0 131885993 14315556864 615144 18446744073709551615 4194304 4196468 140729831389200 140565414415376 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5093] ppid=5085 vsize=13980036 memory=2460576 CPUtime=3.95 cores=1,3,5,7
/proc/5088/task/5093/stat : 5093 (java) S 5085 5088 8289 0 -1 1077944384 21351 0 0 0 375 20 0 0 20 0 15 0 131885993 14315556864 615144 18446744073709551615 4194304 4196468 140729831389200 140565413362576 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5094] ppid=5085 vsize=13980036 memory=2460576 CPUtime=3.93 cores=1,3,5,7
/proc/5088/task/5094/stat : 5094 (java) S 5085 5088 8289 0 -1 1077944384 17736 0 0 0 373 20 0 0 20 0 15 0 131885993 14315556864 615144 18446744073709551615 4194304 4196468 140729831389200 140565412309776 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5095] ppid=5085 vsize=13980036 memory=2460500 CPUtime=1.95 cores=1,3,5,7
/proc/5088/task/5095/stat : 5095 (java) S 5085 5088 8289 0 -1 1077944384 23820 0 0 0 177 18 0 0 20 0 15 0 131885994 14315556864 615144 18446744073709551615 4194304 4196468 140729831389200 140565361432944 140565815081602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5096] ppid=5085 vsize=13980036 memory=2460576 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5096/stat : 5096 (java) S 5085 5088 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 131885995 14315556864 615144 18446744073709551615 4194304 4196468 140729831389200 140565360378976 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5097] ppid=5085 vsize=13980036 memory=2460576 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5097/stat : 5097 (java) S 5085 5088 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 131885995 14315556864 615144 18446744073709551615 4194304 4196468 140729831389200 140565359326080 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5098] ppid=5085 vsize=13980036 memory=2460576 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5098/stat : 5098 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885997 14315556864 615144 18446744073709551615 4194304 4196468 140729831389200 140565358274384 140565815089051 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5099] ppid=5085 vsize=13980036 memory=2460500 CPUtime=2.33 cores=1,3,5,7
/proc/5088/task/5099/stat : 5099 (java) S 5085 5088 8289 0 -1 1077944384 8353 0 0 0 231 2 0 0 20 0 15 0 131885997 14315556864 615144 18446744073709551615 4194304 4196468 140729831389200 140565357222768 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5100] ppid=5085 vsize=13980036 memory=2460576 CPUtime=2.47 cores=1,3,5,7
/proc/5088/task/5100/stat : 5100 (java) S 5085 5088 8289 0 -1 1077944384 11631 0 0 0 246 1 0 0 20 0 15 0 131885997 14315556864 615144 18446744073709551615 4194304 4196468 140729831389200 140565356169968 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 56 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5101] ppid=5085 vsize=13980036 memory=2460576 CPUtime=0.84 cores=1,3,5,7
/proc/5088/task/5101/stat : 5101 (java) S 5085 5088 8289 0 -1 1077944384 5777 0 0 0 82 2 0 0 20 0 15 0 131885997 14315556864 615144 18446744073709551615 4194304 4196468 140729831389200 140565287004784 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5102] ppid=5085 vsize=13980036 memory=2460576 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5102/stat : 5102 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885998 14315556864 615144 18446744073709551615 4194304 4196468 140729831389200 140565285952224 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5103] ppid=5085 vsize=13980036 memory=2460576 CPUtime=1.02 cores=1,3,5,7
/proc/5088/task/5103/stat : 5103 (java) S 5085 5088 8289 0 -1 1077944384 2723 0 0 0 46 56 0 0 20 0 15 0 131886003 14315556864 615144 18446744073709551615 4194304 4196468 140729831389200 140565284899504 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 56 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
Current children cumulated CPU time: 2519.55 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 2460576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2502.8 s]
/proc/loadavg: 0.93 1.25 1.52 3/214 5359
/proc/meminfo: memFree=28456756/32770624 swapFree=67108860/67108860
[pid=5088] ppid=5085 vsize=13980036 memory=2461152 CPUtime=2520.06 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 8289 0 -1 1077944320 215225 0 0 0 251810 196 0 0 20 0 15 0 131885984 14315556864 615288 18446744073709551615 4194304 4196468 140729831389200 140729831371744 140565815070455 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
/proc/5088/statm: 3495009 615288 3804 1 0 3483783 0
[pid=5088/tid=5090] ppid=5085 vsize=13980036 memory=2460500 CPUtime=2495.62 cores=1,3,5,7
/proc/5088/task/5090/stat : 5090 (java) R 5085 5088 8289 0 -1 4202560 81079 0 0 0 249508 54 0 0 20 0 15 0 131885992 14315556864 615288 18446744073709551615 4194304 4196468 140729831389200 140565819308752 140565448051987 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5091] ppid=5085 vsize=13980036 memory=7680170660397595203 CPUtime=3.91 cores=1,3,5,7
/proc/5088/task/5091/stat : 5091 (java) S 5085 5088 8289 0 -1 1077944384 19591 0 0 0 373 18 0 0 20 0 15 0 131885993 14315556864 615288 18446744073709551615 4194304 4196468 140729831389200 140565415468176 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5092] ppid=5085 vsize=13980036 memory=64408 CPUtime=3.94 cores=1,3,5,7
/proc/5088/task/5092/stat : 5092 (java) S 5085 5088 8289 0 -1 1077944384 21791 0 0 0 373 21 0 0 20 0 15 0 131885993 14315556864 615288 18446744073709551615 4194304 4196468 140729831389200 140565414415376 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5093] ppid=5085 vsize=13980036 memory=1296 CPUtime=3.95 cores=1,3,5,7
/proc/5088/task/5093/stat : 5093 (java) S 5085 5088 8289 0 -1 1077944384 21351 0 0 0 375 20 0 0 20 0 15 0 131885993 14315556864 615288 18446744073709551615 4194304 4196468 140729831389200 140565413362576 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5094] ppid=5085 vsize=13980036 memory=2440 CPUtime=3.93 cores=1,3,5,7
/proc/5088/task/5094/stat : 5094 (java) S 5085 5088 8289 0 -1 1077944384 17736 0 0 0 373 20 0 0 20 0 15 0 131885993 14315556864 615288 18446744073709551615 4194304 4196468 140729831389200 140565412309776 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5095] ppid=5085 vsize=13980036 memory=2460576 CPUtime=1.95 cores=1,3,5,7
/proc/5088/task/5095/stat : 5095 (java) S 5085 5088 8289 0 -1 1077944384 23820 0 0 0 177 18 0 0 20 0 15 0 131885994 14315556864 615288 18446744073709551615 4194304 4196468 140729831389200 140565361432944 140565815081602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5096] ppid=5085 vsize=13980036 memory=2460576 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5096/stat : 5096 (java) S 5085 5088 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 131885995 14315556864 615288 18446744073709551615 4194304 4196468 140729831389200 140565360378976 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5097] ppid=5085 vsize=13980036 memory=14356 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5097/stat : 5097 (java) S 5085 5088 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 131885995 14315556864 615288 18446744073709551615 4194304 4196468 140729831389200 140565359326080 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5098] ppid=5085 vsize=13980036 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5098/stat : 5098 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885997 14315556864 615288 18446744073709551615 4194304 4196468 140729831389200 140565358274384 140565815089051 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5099] ppid=5085 vsize=13980036 memory=2012 CPUtime=2.33 cores=1,3,5,7
/proc/5088/task/5099/stat : 5099 (java) S 5085 5088 8289 0 -1 1077944384 8353 0 0 0 231 2 0 0 20 0 15 0 131885997 14315556864 615288 18446744073709551615 4194304 4196468 140729831389200 140565357222768 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5100] ppid=5085 vsize=13980036 memory=11164 CPUtime=2.47 cores=1,3,5,7
/proc/5088/task/5100/stat : 5100 (java) S 5085 5088 8289 0 -1 1077944384 11631 0 0 0 246 1 0 0 20 0 15 0 131885997 14315556864 615288 18446744073709551615 4194304 4196468 140729831389200 140565356169968 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 56 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5101] ppid=5085 vsize=13980036 memory=5788 CPUtime=0.84 cores=1,3,5,7
/proc/5088/task/5101/stat : 5101 (java) S 5085 5088 8289 0 -1 1077944384 5777 0 0 0 82 2 0 0 20 0 15 0 131885997 14315556864 615288 18446744073709551615 4194304 4196468 140729831389200 140565287004784 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5102] ppid=5085 vsize=13980036 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/5088/task/5102/stat : 5102 (java) S 5085 5088 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131885998 14315556864 615288 18446744073709551615 4194304 4196468 140729831389200 140565285952224 140565815080661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
[pid=5088/tid=5103] ppid=5085 vsize=13980036 memory=2460576 CPUtime=1.02 cores=1,3,5,7
/proc/5088/task/5103/stat : 5103 (java) S 5085 5088 8289 0 -1 1077944384 2723 0 0 0 46 56 0 0 20 0 15 0 131886003 14315556864 615288 18446744073709551615 4194304 4196468 140729831389200 140565284899504 140565815081602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 56 0 0 6293624 6294260 9003008 140729831395694 140729831395881 140729831395881 140729831399375 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 2461152 KiB

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

[startup+2502.82 s]
# the end of solver process 5088 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.11 s, system=1.97584 s

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

Child status: 143
Real time (s): 2502.82
CPU time (s): 2520.09
CPU user time (s): 2518.11
CPU system time (s): 1.97584
CPU usage (%): 100.69
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 2825132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.11
system time used= 1.97584
maximum resident set size= 2827180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215752
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107519
involuntary context switches= 4398


# summary of solver processes directly reported to runsolver:
#   pid: 5088
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2518.11
#   total CPU system time (s): 1.97584

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4109 second user time and 23.8234 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-16 01:31:00
IDJOB=4274272
IDBENCH=138698
IDSOLVER=2666
FILE ID=node133/4274272-1502840708
RUNJOBID= node133-1502652501-6259
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os20/SuperTaillard-os-20-17.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274272-1502840708/watcher-4274272-1502840708 -o /tmp/evaluation-result-4274272-1502840708/solver-4274272-1502840708 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 2125887209 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274272-1502840708.xml

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

MD5SUM BENCH= 4b4738a8e40cdda4c63a077f136d1653
RANDOM SEED=2125887209

node133.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.17
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.17
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.17
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.17
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:        28344800 kB
MemAvailable:   29144248 kB
Buffers:          279640 kB
Cached:           820372 kB
SwapCached:            0 kB
Active:          3682728 kB
Inactive:         283212 kB
Active(anon):    2806824 kB
Inactive(anon):   108952 kB
Active(file):     875904 kB
Inactive(file):   174260 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43164 kB
Writeback:             8 kB
AnonPages:       2865592 kB
Mapped:            77732 kB
Shmem:             49852 kB
Slab:             157888 kB
SReclaimable:     130240 kB
SUnreclaim:        27648 kB
KernelStack:        3552 kB
PageTables:        11140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3631364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2738176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61948 MiB
End job on node133 at 2017-08-16 02:12:43