Trace number 4290433

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-07-02? (TO) 2400.11 2367.81

General information on the benchmark

NameTal/
Tal-03_c18.xml
MD5SUMfb5ba5d4d49d61a1ee3ee3c25fa47163
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark96
Best CPU time to get the best result obtained on this benchmark141.932
Satisfiable
(Un)Satisfiability was proved
Number of variables404
Number of constraints286
Number of domains10
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":63},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":43},{"size":7,"count":9},{"size":8,"count":28},{"size":42,"count":62}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":177},{"degree":1,"count":63},{"degree":2,"count":47},{"degree":3,"count":8},{"degree":4,"count":9},{"degree":5,"count":25},{"degree":6,"count":17},{"degree":7,"count":12},{"degree":8,"count":12},{"degree":9,"count":17},{"degree":10,"count":8},{"degree":11,"count":5},{"degree":12,"count":3},{"degree":13,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":88},{"arity":2,"count":90},{"arity":3,"count":30},{"arity":4,"count":10},{"arity":5,"count":16},{"arity":6,"count":15},{"arity":7,"count":14},{"arity":8,"count":12},{"arity":9,"count":9},{"arity":10,"count":2}]
Number of extensional constraints49
Number of intensional constraints225
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":225},{"type":"count","count":12}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 1572265901
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
3.43/1.61	c Parsing done, starting search...
2400.09/2367.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 (8256 MiB free)
  memory of node 1: 16384 MiB (12305 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290433-1532231278/watcher-4290433-1532231278 -o /tmp/evaluation-result-4290433-1532231278/solver-4290433-1532231278 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532226534-30285 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1572265901 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290433-1532231278.xml 

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

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

solver pid=30735, runsolver pid=30732

[startup+0.105581 s]*
/proc/loadavg: 1.42 1.29 1.33 4/215 30750
/proc/meminfo: memFree=21037516/32770624 swapFree=67108860/67108860
[pid=30735] ppid=30732 vsize=14082740 memory=30756 CPUtime=0.12 cores=1,3,5,7
/proc/30735/stat : 30735 (java) S 30732 30735 30253 0 -1 1077944320 6579 0 0 0 11 1 0 0 20 0 15 0 40690980 14420725760 7689 33554432000 4194304 4196468 140732505658560 140732505641104 139730903887607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
/proc/30735/statm: 3520685 7689 3158 1 0 3482761 0
[pid=30735/tid=30737] ppid=30732 vsize=14082740 memory=-8773748148829982844 CPUtime=0.1 cores=1,3,5,7
/proc/30735/task/30737/stat : 30737 (java) R 30732 30735 30253 0 -1 4202560 4612 0 0 0 9 1 0 0 20 0 15 0 40690980 14420725760 7689 33554432000 4194304 4196468 140732505658560 139730908076272 139730887074437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30738] ppid=30732 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30738/stat : 30738 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690981 14420725760 7689 33554432000 4194304 4196468 140732505658560 139730856507664 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30739] ppid=30732 vsize=14082740 memory=140427466024576 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30739/stat : 30739 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690981 14420725760 7689 33554432000 4194304 4196468 140732505658560 139730499070352 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30740] ppid=30732 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30740/stat : 30740 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690981 14420725760 7689 33554432000 4194304 4196468 140732505658560 139730498017808 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30741] ppid=30732 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30741/stat : 30741 (java) S 30732 30735 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40690981 14420725760 7689 33554432000 4194304 4196468 140732505658560 139730496965264 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30742] ppid=30732 vsize=14082740 memory=140427466024576 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30742/stat : 30742 (java) S 30732 30735 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40690982 14420725760 7689 33554432000 4194304 4196468 140732505658560 139730378258928 139730903898754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30743] ppid=30732 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30743/stat : 30743 (java) S 30732 30735 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40690983 14420725760 7689 33554432000 4194304 4196468 140732505658560 139730377205152 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30744] ppid=30732 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30744/stat : 30744 (java) S 30732 30735 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40690983 14420725760 7689 33554432000 4194304 4196468 140732505658560 139730376152560 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30745] ppid=30732 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30745/stat : 30745 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690985 14420725760 7689 33554432000 4194304 4196468 140732505658560 139730375101136 139730903906203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30746] ppid=30732 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30746/stat : 30746 (java) S 30732 30735 30253 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 40690985 14420725760 7689 33554432000 4194304 4196468 140732505658560 139730374047728 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30747] ppid=30732 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30747/stat : 30747 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690985 14420725760 7689 33554432000 4194304 4196468 140732505658560 139730372995184 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30748] ppid=30732 vsize=14082740 memory=140427466024576 CPUtime=0.01 cores=1,3,5,7
/proc/30735/task/30748/stat : 30748 (java) S 30732 30735 30253 0 -1 1077944384 280 0 0 0 1 0 0 0 20 0 15 0 40690985 14420725760 7689 33554432000 4194304 4196468 140732505658560 139730371942640 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30749] ppid=30732 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30749/stat : 30749 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690986 14420725760 7689 33554432000 4194304 4196468 140732505658560 139730370890336 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30750] ppid=30732 vsize=14082740 memory=140427466024576 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30750/stat : 30750 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690986 14420725760 7689 33554432000 4194304 4196468 140732505658560 139730369837872 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 30756 KiB

[startup+0.212581 s]*
/proc/loadavg: 1.42 1.29 1.33 6/215 30750
/proc/meminfo: memFree=21021840/32770624 swapFree=67108860/67108860
[pid=30735] ppid=30732 vsize=14082740 memory=47148 CPUtime=0.3 cores=1,3,5,7
/proc/30735/stat : 30735 (java) S 30732 30735 30253 0 -1 1077944320 10386 0 0 0 28 2 0 0 20 0 15 0 40690980 14420725760 11787 33554432000 4194304 4196468 140732505658560 140732505641104 139730903887607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
/proc/30735/statm: 3520685 11787 3401 1 0 3482761 0
[pid=30735/tid=30737] ppid=30732 vsize=14082740 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/30735/task/30737/stat : 30737 (java) R 30732 30735 30253 0 -1 4202560 8067 0 0 0 18 1 0 0 20 0 15 0 40690980 14420725760 11787 33554432000 4194304 4196468 140732505658560 139730908110912 139730903908954 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30738] ppid=30732 vsize=14082740 memory=343 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30738/stat : 30738 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690981 14420725760 11787 33554432000 4194304 4196468 140732505658560 139730856507664 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30739] ppid=30732 vsize=14082740 memory=140427466054638 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30739/stat : 30739 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690981 14420725760 11787 33554432000 4194304 4196468 140732505658560 139730499070352 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30740] ppid=30732 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30740/stat : 30740 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690981 14420725760 11787 33554432000 4194304 4196468 140732505658560 139730498017808 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30741] ppid=30732 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30741/stat : 30741 (java) S 30732 30735 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40690981 14420725760 11787 33554432000 4194304 4196468 140732505658560 139730496965264 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30742] ppid=30732 vsize=14082740 memory=140427466024576 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30742/stat : 30742 (java) S 30732 30735 30253 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40690982 14420725760 11787 33554432000 4194304 4196468 140732505658560 139730378258928 139730903898754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30743] ppid=30732 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30743/stat : 30743 (java) S 30732 30735 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40690983 14420725760 11787 33554432000 4194304 4196468 140732505658560 139730377205152 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30744] ppid=30732 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30744/stat : 30744 (java) S 30732 30735 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40690983 14420725760 11787 33554432000 4194304 4196468 140732505658560 139730376152560 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30745] ppid=30732 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30745/stat : 30745 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690985 14420725760 11787 33554432000 4194304 4196468 140732505658560 139730375101136 139730903906203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30746] ppid=30732 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30735/task/30746/stat : 30746 (java) R 30732 30735 30253 0 -1 4202560 413 0 0 0 2 0 0 0 20 0 15 0 40690985 14420725760 11787 33554432000 4194304 4196468 140732505658560 139730374028744 139730884523540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30747] ppid=30732 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30735/task/30747/stat : 30747 (java) R 30732 30735 30253 0 -1 1077944384 201 0 0 0 1 0 0 0 20 0 15 0 40690985 14420725760 11787 33554432000 4194304 4196468 140732505658560 139730372995184 139730903898754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30748] ppid=30732 vsize=14082740 memory=140427466024576 CPUtime=0.05 cores=1,3,5,7
/proc/30735/task/30748/stat : 30748 (java) R 30732 30735 30253 0 -1 4202560 324 0 0 0 5 0 0 0 20 0 15 0 40690985 14420725760 11787 33554432000 4194304 4196468 140732505658560 139730371940600 139730882562672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30749] ppid=30732 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30749/stat : 30749 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690986 14420725760 11787 33554432000 4194304 4196468 140732505658560 139730370890336 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30750] ppid=30732 vsize=14082740 memory=140427466024576 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30750/stat : 30750 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690986 14420725760 11787 33554432000 4194304 4196468 140732505658560 139730369837872 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47148 KiB

[startup+0.310516 s]*
/proc/loadavg: 1.42 1.29 1.33 5/215 30750
/proc/meminfo: memFree=21018552/32770624 swapFree=67108860/67108860
[pid=30735] ppid=30732 vsize=14082740 memory=50912 CPUtime=0.43 cores=1,3,5,7
/proc/30735/stat : 30735 (java) S 30732 30735 30253 0 -1 1077944320 10780 0 0 0 41 2 0 0 20 0 15 0 40690980 14420725760 12728 33554432000 4194304 4196468 140732505658560 140732505641104 139730903887607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
/proc/30735/statm: 3520685 12728 3416 1 0 3482761 0
[pid=30735/tid=30737] ppid=30732 vsize=14082740 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/30735/task/30737/stat : 30737 (java) R 30732 30735 30253 0 -1 4202560 8430 0 0 0 28 1 0 0 20 0 15 0 40690980 14420725760 12728 33554432000 4194304 4196468 140732505658560 139730908095440 139730887968094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30738] ppid=30732 vsize=14082740 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30738/stat : 30738 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690981 14420725760 12728 33554432000 4194304 4196468 140732505658560 139730856507664 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30739] ppid=30732 vsize=14082740 memory=140427466054404 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30739/stat : 30739 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690981 14420725760 12728 33554432000 4194304 4196468 140732505658560 139730499070352 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30740] ppid=30732 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30740/stat : 30740 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690981 14420725760 12728 33554432000 4194304 4196468 140732505658560 139730498017808 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30741] ppid=30732 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30741/stat : 30741 (java) S 30732 30735 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40690981 14420725760 12728 33554432000 4194304 4196468 140732505658560 139730496965264 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30742] ppid=30732 vsize=14082740 memory=140427466024576 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30742/stat : 30742 (java) S 30732 30735 30253 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40690982 14420725760 12728 33554432000 4194304 4196468 140732505658560 139730378258928 139730903898754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30743] ppid=30732 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30743/stat : 30743 (java) S 30732 30735 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40690983 14420725760 12728 33554432000 4194304 4196468 140732505658560 139730377205152 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30744] ppid=30732 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30744/stat : 30744 (java) S 30732 30735 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40690983 14420725760 12728 33554432000 4194304 4196468 140732505658560 139730376152560 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30745] ppid=30732 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30745/stat : 30745 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690985 14420725760 12728 33554432000 4194304 4196468 140732505658560 139730375101136 139730903906203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30746] ppid=30732 vsize=14082740 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/30735/task/30746/stat : 30746 (java) S 30732 30735 30253 0 -1 1077944384 425 0 0 0 3 0 0 0 20 0 15 0 40690985 14420725760 12728 33554432000 4194304 4196468 140732505658560 139730374047728 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30747] ppid=30732 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30735/task/30747/stat : 30747 (java) S 30732 30735 30253 0 -1 1077944384 201 0 0 0 1 0 0 0 20 0 15 0 40690985 14420725760 12728 33554432000 4194304 4196468 140732505658560 139730372995184 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30748] ppid=30732 vsize=14082740 memory=140427466024576 CPUtime=0.07 cores=1,3,5,7
/proc/30735/task/30748/stat : 30748 (java) S 30732 30735 30253 0 -1 1077944384 342 0 0 0 7 0 0 0 20 0 15 0 40690985 14420725760 12728 33554432000 4194304 4196468 140732505658560 139730371942640 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30749] ppid=30732 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30749/stat : 30749 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690986 14420725760 12728 33554432000 4194304 4196468 140732505658560 139730370890336 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30750] ppid=30732 vsize=14082740 memory=140427466024576 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30750/stat : 30750 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690986 14420725760 12728 33554432000 4194304 4196468 140732505658560 139730369837872 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50912 KiB

[startup+0.701224 s]
/proc/loadavg: 1.42 1.29 1.33 3/215 30750
/proc/meminfo: memFree=20994368/32770624 swapFree=67108860/67108860
[pid=30735] ppid=30732 vsize=14084808 memory=88784 CPUtime=0.99 cores=1,3,5,7
/proc/30735/stat : 30735 (java) S 30732 30735 30253 0 -1 1077944320 17626 0 0 0 95 4 0 0 20 0 15 0 40690980 14422843392 22196 33554432000 4194304 4196468 140732505658560 140732505641104 139730903887607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
/proc/30735/statm: 3521202 22196 3498 1 0 3483273 0
[pid=30735/tid=30737] ppid=30732 vsize=14084808 memory=1836 CPUtime=0.67 cores=1,3,5,7
/proc/30735/task/30737/stat : 30737 (java) R 30732 30735 30253 0 -1 4202560 14880 0 0 0 64 3 0 0 20 0 15 0 40690980 14422843392 22196 33554432000 4194304 4196468 140732505658560 139730908102656 139730903909533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30738] ppid=30732 vsize=14084808 memory=792 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30738/stat : 30738 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690981 14422843392 22196 33554432000 4194304 4196468 140732505658560 139730856507664 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30739] ppid=30732 vsize=14084808 memory=1960 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30739/stat : 30739 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690981 14422843392 22196 33554432000 4194304 4196468 140732505658560 139730499070352 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30740] ppid=30732 vsize=14084808 memory=5380 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30740/stat : 30740 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690981 14422843392 22196 33554432000 4194304 4196468 140732505658560 139730498017808 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30741] ppid=30732 vsize=14084808 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30741/stat : 30741 (java) S 30732 30735 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40690981 14422843392 22196 33554432000 4194304 4196468 140732505658560 139730496965264 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30742] ppid=30732 vsize=14084808 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30742/stat : 30742 (java) S 30732 30735 30253 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40690982 14422843392 22196 33554432000 4194304 4196468 140732505658560 139730378258928 139730903898754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30743] ppid=30732 vsize=14084808 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30743/stat : 30743 (java) S 30732 30735 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40690983 14422843392 22196 33554432000 4194304 4196468 140732505658560 139730377205152 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30744] ppid=30732 vsize=14084808 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30744/stat : 30744 (java) S 30732 30735 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40690983 14422843392 22196 33554432000 4194304 4196468 140732505658560 139730376152560 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30745] ppid=30732 vsize=14084808 memory=8380 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30745/stat : 30745 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690985 14422843392 22196 33554432000 4194304 4196468 140732505658560 139730375101136 139730903906203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30746] ppid=30732 vsize=14084808 memory=6297835844906604903 CPUtime=0.08 cores=1,3,5,7
/proc/30735/task/30746/stat : 30746 (java) S 30732 30735 30253 0 -1 1077944384 574 0 0 0 8 0 0 0 20 0 15 0 40690985 14422843392 22196 33554432000 4194304 4196468 140732505658560 139730374047728 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30747] ppid=30732 vsize=14084808 memory=7597685182856913236 CPUtime=0.05 cores=1,3,5,7
/proc/30735/task/30747/stat : 30747 (java) S 30732 30735 30253 0 -1 1077944384 354 0 0 0 5 0 0 0 20 0 15 0 40690985 14422843392 22196 33554432000 4194304 4196468 140732505658560 139730372995184 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30748] ppid=30732 vsize=14084808 memory=7295947194300911696 CPUtime=0.15 cores=1,3,5,7
/proc/30735/task/30748/stat : 30748 (java) S 30732 30735 30253 0 -1 1077944384 436 0 0 0 15 0 0 0 20 0 15 0 40690985 14422843392 22196 33554432000 4194304 4196468 140732505658560 139730371942640 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30749] ppid=30732 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30749/stat : 30749 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690986 14422843392 22196 33554432000 4194304 4196468 140732505658560 139730370890336 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30750] ppid=30732 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30750/stat : 30750 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690986 14422843392 22196 33554432000 4194304 4196468 140732505658560 139730369837872 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88784 KiB

[startup+1.50066 s]
/proc/loadavg: 1.42 1.29 1.33 5/215 30750
/proc/meminfo: memFree=20949388/32770624 swapFree=67108860/67108860
[pid=30735] ppid=30732 vsize=14090952 memory=155684 CPUtime=3.1 cores=1,3,5,7
/proc/30735/stat : 30735 (java) S 30732 30735 30253 0 -1 1077944320 26682 0 0 0 303 7 0 0 20 0 15 0 40690980 14429134848 38921 33554432000 4194304 4196468 140732505658560 140732505641104 139730903887607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
/proc/30735/statm: 3522738 38921 3548 1 0 3484809 0
[pid=30735/tid=30737] ppid=30732 vsize=14090952 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/30735/task/30737/stat : 30737 (java) R 30732 30735 30253 0 -1 4202560 20101 0 0 0 142 5 0 0 20 0 15 0 40690980 14429134848 38921 33554432000 4194304 4196468 140732505658560 139730908122192 139730903899542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30738] ppid=30732 vsize=14090952 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30738/stat : 30738 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690981 14429134848 38921 33554432000 4194304 4196468 140732505658560 139730856507664 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30739] ppid=30732 vsize=14090952 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30739/stat : 30739 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690981 14429134848 38921 33554432000 4194304 4196468 140732505658560 139730499070352 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30740] ppid=30732 vsize=14090952 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30740/stat : 30740 (java) S 30732 30735 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40690981 14429134848 38921 33554432000 4194304 4196468 140732505658560 139730498017808 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30741] ppid=30732 vsize=14090952 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30741/stat : 30741 (java) S 30732 30735 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40690981 14429134848 38921 33554432000 4194304 4196468 140732505658560 139730496965264 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30742] ppid=30732 vsize=14090952 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30742/stat : 30742 (java) S 30732 30735 30253 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 40690982 14429134848 38921 33554432000 4194304 4196468 140732505658560 139730378258928 139730903898754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0

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

/proc/30735/task/30737/stat : 30737 (java) R 30732 30735 30253 0 -1 4202560 58078 0 0 0 217702 60 0 0 20 0 15 0 40690980 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730908126048 139730544446215 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30738] ppid=30732 vsize=14090952 memory=995336 CPUtime=9.6 cores=1,3,5,7
/proc/30735/task/30738/stat : 30738 (java) S 30732 30735 30253 0 -1 1077944384 6897 0 0 0 874 86 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730856507664 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30739] ppid=30732 vsize=14090952 memory=995336 CPUtime=9.62 cores=1,3,5,7
/proc/30735/task/30739/stat : 30739 (java) S 30732 30735 30253 0 -1 1077944384 6578 0 0 0 861 101 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730499070352 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30740] ppid=30732 vsize=14090952 memory=995336 CPUtime=9.63 cores=1,3,5,7
/proc/30735/task/30740/stat : 30740 (java) S 30732 30735 30253 0 -1 1077944384 5156 0 0 0 865 98 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730498017808 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30741] ppid=30732 vsize=14090952 memory=995336 CPUtime=9.59 cores=1,3,5,7
/proc/30735/task/30741/stat : 30741 (java) S 30732 30735 30253 0 -1 1077944384 6182 0 0 0 855 104 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730496965264 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30742] ppid=30732 vsize=14090952 memory=995336 CPUtime=12.19 cores=1,3,5,7
/proc/30735/task/30742/stat : 30742 (java) S 30732 30735 30253 0 -1 1077944384 10624 0 0 0 1132 87 0 0 20 0 15 0 40690982 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730378258928 139730903898754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30743] ppid=30732 vsize=14090952 memory=995336 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30743/stat : 30743 (java) S 30732 30735 30253 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 40690983 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730377205152 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30744] ppid=30732 vsize=14090952 memory=128 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30744/stat : 30744 (java) S 30732 30735 30253 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40690983 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730376152560 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30745] ppid=30732 vsize=14090952 memory=995336 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30745/stat : 30745 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730375101136 139730903906203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30746] ppid=30732 vsize=14090952 memory=995336 CPUtime=1 cores=1,3,5,7
/proc/30735/task/30746/stat : 30746 (java) S 30732 30735 30253 0 -1 1077944384 1774 0 0 0 99 1 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730374047728 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30747] ppid=30732 vsize=14090952 memory=995336 CPUtime=1.05 cores=1,3,5,7
/proc/30735/task/30747/stat : 30747 (java) S 30732 30735 30253 0 -1 1077944384 3495 0 0 0 105 0 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730372995184 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30748] ppid=30732 vsize=14090952 memory=995336 CPUtime=0.75 cores=1,3,5,7
/proc/30735/task/30748/stat : 30748 (java) S 30732 30735 30253 0 -1 1077944384 3309 0 0 0 74 1 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730371942640 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30749] ppid=30732 vsize=14090952 memory=995336 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30749/stat : 30749 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690986 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730370890336 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30750] ppid=30732 vsize=14090952 memory=995336 CPUtime=1.33 cores=1,3,5,7
/proc/30735/task/30750/stat : 30750 (java) S 30732 30735 30253 0 -1 1077944384 1384 0 0 0 56 77 0 0 20 0 15 0 40690986 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730369837872 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
Current children cumulated CPU time: 2232.47 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 995336 KiB

[startup+2262.3 s]
/proc/loadavg: 1.92 1.47 1.43 3/215 30928
/proc/meminfo: memFree=19009396/32770624 swapFree=67108860/67108860
[pid=30735] ppid=30732 vsize=14090952 memory=995336 CPUtime=2293.26 cores=1,3,5,7
/proc/30735/stat : 30735 (java) S 30732 30735 30253 0 -1 1077944320 106681 0 0 0 228869 457 0 0 20 0 15 0 40690980 14429134848 248834 33554432000 4194304 4196468 140732505658560 140732505641104 139730903887607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
/proc/30735/statm: 3522738 248834 3592 1 0 3484809 0
[pid=30735/tid=30737] ppid=30732 vsize=14090952 memory=1708 CPUtime=2236.91 cores=1,3,5,7
/proc/30735/task/30737/stat : 30737 (java) R 30732 30735 30253 0 -1 4202560 59066 0 0 0 223629 62 0 0 20 0 15 0 40690980 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730908126048 139730544446195 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30738] ppid=30732 vsize=14090952 memory=995336 CPUtime=9.87 cores=1,3,5,7
/proc/30735/task/30738/stat : 30738 (java) S 30732 30735 30253 0 -1 1077944384 6936 0 0 0 898 89 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730856507664 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30739] ppid=30732 vsize=14090952 memory=995336 CPUtime=9.9 cores=1,3,5,7
/proc/30735/task/30739/stat : 30739 (java) S 30732 30735 30253 0 -1 1077944384 6925 0 0 0 887 103 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730499070352 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30740] ppid=30732 vsize=14090952 memory=995336 CPUtime=9.9 cores=1,3,5,7
/proc/30735/task/30740/stat : 30740 (java) S 30732 30735 30253 0 -1 1077944384 5163 0 0 0 890 100 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730498017808 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30741] ppid=30732 vsize=14090952 memory=995336 CPUtime=9.86 cores=1,3,5,7
/proc/30735/task/30741/stat : 30741 (java) S 30732 30735 30253 0 -1 1077944384 6223 0 0 0 880 106 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730496965264 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30742] ppid=30732 vsize=14090952 memory=995336 CPUtime=12.55 cores=1,3,5,7
/proc/30735/task/30742/stat : 30742 (java) S 30732 30735 30253 0 -1 1077944384 10952 0 0 0 1165 90 0 0 20 0 15 0 40690982 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730378258928 139730903898754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30743] ppid=30732 vsize=14090952 memory=995336 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30743/stat : 30743 (java) S 30732 30735 30253 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 40690983 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730377205152 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30744] ppid=30732 vsize=14090952 memory=995336 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30744/stat : 30744 (java) S 30732 30735 30253 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40690983 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730376152560 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30745] ppid=30732 vsize=14090952 memory=995336 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30745/stat : 30745 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730375101136 139730903906203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30746] ppid=30732 vsize=14090952 memory=995336 CPUtime=1 cores=1,3,5,7
/proc/30735/task/30746/stat : 30746 (java) S 30732 30735 30253 0 -1 1077944384 1778 0 0 0 99 1 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730374047728 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30747] ppid=30732 vsize=14090952 memory=995336 CPUtime=1.05 cores=1,3,5,7
/proc/30735/task/30747/stat : 30747 (java) S 30732 30735 30253 0 -1 1077944384 3499 0 0 0 105 0 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730372995184 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30748] ppid=30732 vsize=14090952 memory=995336 CPUtime=0.75 cores=1,3,5,7
/proc/30735/task/30748/stat : 30748 (java) S 30732 30735 30253 0 -1 1077944384 3313 0 0 0 74 1 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730371942640 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30749] ppid=30732 vsize=14090952 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30749/stat : 30749 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690986 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730370890336 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30750] ppid=30732 vsize=14090952 memory=8380 CPUtime=1.36 cores=1,3,5,7
/proc/30735/task/30750/stat : 30750 (java) S 30732 30735 30253 0 -1 1077944384 1409 0 0 0 57 79 0 0 20 0 15 0 40690986 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730369837872 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
Current children cumulated CPU time: 2293.26 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 995336 KiB

[startup+2322.3 s]
/proc/loadavg: 1.73 1.51 1.44 3/215 30929
/proc/meminfo: memFree=19000356/32770624 swapFree=67108860/67108860
[pid=30735] ppid=30732 vsize=14090952 memory=995336 CPUtime=2353.99 cores=1,3,5,7
/proc/30735/stat : 30735 (java) S 30732 30735 30253 0 -1 1077944320 107952 0 0 0 234931 468 0 0 20 0 15 0 40690980 14429134848 248834 33554432000 4194304 4196468 140732505658560 140732505641104 139730903887607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
/proc/30735/statm: 3522738 248834 3592 1 0 3484809 0
[pid=30735/tid=30737] ppid=30732 vsize=14090952 memory=995336 CPUtime=2296.24 cores=1,3,5,7
/proc/30735/task/30737/stat : 30737 (java) R 30732 30735 30253 0 -1 4202560 59928 0 0 0 229561 63 0 0 20 0 15 0 40690980 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730908126160 139730544376513 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30738] ppid=30732 vsize=14090952 memory=995336 CPUtime=10.14 cores=1,3,5,7
/proc/30735/task/30738/stat : 30738 (java) S 30732 30735 30253 0 -1 1077944384 6944 0 0 0 922 92 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730856507664 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30739] ppid=30732 vsize=14090952 memory=995336 CPUtime=10.15 cores=1,3,5,7
/proc/30735/task/30739/stat : 30739 (java) S 30732 30735 30253 0 -1 1077944384 6951 0 0 0 910 105 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730499070352 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30740] ppid=30732 vsize=14090952 memory=995336 CPUtime=10.17 cores=1,3,5,7
/proc/30735/task/30740/stat : 30740 (java) S 30732 30735 30253 0 -1 1077944384 5346 0 0 0 913 104 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730498017808 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30741] ppid=30732 vsize=14090952 memory=995336 CPUtime=10.12 cores=1,3,5,7
/proc/30735/task/30741/stat : 30741 (java) S 30732 30735 30253 0 -1 1077944384 6227 0 0 0 903 109 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730496965264 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30742] ppid=30732 vsize=14090952 memory=995336 CPUtime=12.87 cores=1,3,5,7
/proc/30735/task/30742/stat : 30742 (java) S 30732 30735 30253 0 -1 1077944384 11118 0 0 0 1196 91 0 0 20 0 15 0 40690982 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730378258928 139730903898754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30743] ppid=30732 vsize=14090952 memory=995336 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30743/stat : 30743 (java) S 30732 30735 30253 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 40690983 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730377205152 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30744] ppid=30732 vsize=14090952 memory=995336 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30744/stat : 30744 (java) S 30732 30735 30253 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40690983 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730376152560 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30745] ppid=30732 vsize=14090952 memory=995336 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30745/stat : 30745 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730375101136 139730903906203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30746] ppid=30732 vsize=14090952 memory=995336 CPUtime=1 cores=1,3,5,7
/proc/30735/task/30746/stat : 30746 (java) S 30732 30735 30253 0 -1 1077944384 1780 0 0 0 99 1 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730374047728 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30747] ppid=30732 vsize=14090952 memory=995336 CPUtime=1.05 cores=1,3,5,7
/proc/30735/task/30747/stat : 30747 (java) S 30732 30735 30253 0 -1 1077944384 3501 0 0 0 105 0 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730372995184 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30748] ppid=30732 vsize=14090952 memory=-7523660553960122769 CPUtime=0.75 cores=1,3,5,7
/proc/30735/task/30748/stat : 30748 (java) S 30732 30735 30253 0 -1 1077944384 3316 0 0 0 74 1 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730371942640 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30749] ppid=30732 vsize=14090952 memory=995336 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30749/stat : 30749 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690986 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730370890336 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30750] ppid=30732 vsize=14090952 memory=995336 CPUtime=1.4 cores=1,3,5,7
/proc/30735/task/30750/stat : 30750 (java) S 30732 30735 30253 0 -1 1077944384 1424 0 0 0 59 81 0 0 20 0 15 0 40690986 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730369837872 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
Current children cumulated CPU time: 2353.99 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 995336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2367.8 s]
/proc/loadavg: 1.49 1.48 1.44 3/215 30930
/proc/meminfo: memFree=18995552/32770624 swapFree=67108860/67108860
[pid=30735] ppid=30732 vsize=14090952 memory=995336 CPUtime=2400.09 cores=1,3,5,7
/proc/30735/stat : 30735 (java) S 30732 30735 30253 0 -1 1077944320 109073 0 0 0 239531 478 0 0 20 0 15 0 40690980 14429134848 248834 33554432000 4194304 4196468 140732505658560 140732505641104 139730903887607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
/proc/30735/statm: 3522738 248834 3592 1 0 3484809 0
[pid=30735/tid=30737] ppid=30732 vsize=14090952 memory=1012 CPUtime=2341.18 cores=1,3,5,7
/proc/30735/task/30737/stat : 30737 (java) R 30732 30735 30253 0 -1 4202560 60639 0 0 0 234054 64 0 0 20 0 15 0 40690980 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730908126352 139730544015916 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30738] ppid=30732 vsize=14090952 memory=1444 CPUtime=10.35 cores=1,3,5,7
/proc/30735/task/30738/stat : 30738 (java) S 30732 30735 30253 0 -1 1077944384 6949 0 0 0 942 93 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730856507664 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30739] ppid=30732 vsize=14090952 memory=6791534058613427641 CPUtime=10.36 cores=1,3,5,7
/proc/30735/task/30739/stat : 30739 (java) S 30732 30735 30253 0 -1 1077944384 6987 0 0 0 929 107 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730499070352 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30740] ppid=30732 vsize=14090952 memory=1200 CPUtime=10.39 cores=1,3,5,7
/proc/30735/task/30740/stat : 30740 (java) S 30732 30735 30253 0 -1 1077944384 5500 0 0 0 932 107 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730498017808 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30741] ppid=30732 vsize=14090952 memory=15872 CPUtime=10.32 cores=1,3,5,7
/proc/30735/task/30741/stat : 30741 (java) S 30732 30735 30253 0 -1 1077944384 6254 0 0 0 920 112 0 0 20 0 15 0 40690981 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730496965264 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30742] ppid=30732 vsize=14090952 memory=9484 CPUtime=13.15 cores=1,3,5,7
/proc/30735/task/30742/stat : 30742 (java) S 30732 30735 30253 0 -1 1077944384 11285 0 0 0 1221 94 0 0 20 0 15 0 40690982 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730378258928 139730903898754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30743] ppid=30732 vsize=14090952 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30743/stat : 30743 (java) S 30732 30735 30253 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 40690983 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730377205152 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30744] ppid=30732 vsize=14090952 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30744/stat : 30744 (java) S 30732 30735 30253 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40690983 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730376152560 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30745] ppid=30732 vsize=14090952 memory=640 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30745/stat : 30745 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730375101136 139730903906203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30746] ppid=30732 vsize=14090952 memory=1792 CPUtime=1 cores=1,3,5,7
/proc/30735/task/30746/stat : 30746 (java) S 30732 30735 30253 0 -1 1077944384 1782 0 0 0 99 1 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730374047728 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30747] ppid=30732 vsize=14090952 memory=960 CPUtime=1.05 cores=1,3,5,7
/proc/30735/task/30747/stat : 30747 (java) S 30732 30735 30253 0 -1 1077944384 3504 0 0 0 105 0 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730372995184 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30748] ppid=30732 vsize=14090952 memory=1200 CPUtime=0.75 cores=1,3,5,7
/proc/30735/task/30748/stat : 30748 (java) S 30732 30735 30253 0 -1 1077944384 3318 0 0 0 74 1 0 0 20 0 15 0 40690985 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730371942640 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30749] ppid=30732 vsize=14090952 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/30735/task/30749/stat : 30749 (java) S 30732 30735 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40690986 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730370890336 139730903897813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
[pid=30735/tid=30750] ppid=30732 vsize=14090952 memory=9484 CPUtime=1.42 cores=1,3,5,7
/proc/30735/task/30750/stat : 30750 (java) S 30732 30735 30253 0 -1 1077944384 1438 0 0 0 60 82 0 0 20 0 15 0 40690986 14429134848 248834 33554432000 4194304 4196468 140732505658560 139730369837872 139730903898754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29085696 140732505662536 140732505662729 140732505662729 140732505665487 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 995336 KiB

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

[startup+2367.81 s]
# the end of solver process 30735 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.32 s, system=4.79244 s

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

Child status: 143
Real time (s): 2367.81
CPU time (s): 2400.11
CPU user time (s): 2395.32
CPU system time (s): 4.79244
CPU usage (%): 101.364
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 1134596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.32
system time used= 4.79244
maximum resident set size= 1135936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109278
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 410791
involuntary context switches= 6297


# summary of solver processes directly reported to runsolver:
#   pid: 30735
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2395.32
#   total CPU system time (s): 4.79244

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.208 second user time and 23.1628 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 05:47:58
IDJOB=4290433
IDBENCH=141106
IDSOLVER=2743
FILE ID=node104/4290433-1532231278
RUNJOBID= node104-1532226534-30285
PBS_JOBID= 21018958
Free space on /tmp= 57208 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Tal/Tal-03_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290433-1532231278/watcher-4290433-1532231278 -o /tmp/evaluation-result-4290433-1532231278/solver-4290433-1532231278 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532226534-30285 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1572265901 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290433-1532231278.xml

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

MD5SUM BENCH= fb5ba5d4d49d61a1ee3ee3c25fa47163
RANDOM SEED=1572265901

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:        21055368 kB
MemAvailable:   31560456 kB
Buffers:          225104 kB
Cached:         10488672 kB
SwapCached:            0 kB
Active:          2246240 kB
Inactive:        8899140 kB
Active(anon):     433992 kB
Inactive(anon):    17096 kB
Active(file):    1812248 kB
Inactive(file):  8882044 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35772 kB
Writeback:            32 kB
AnonPages:        522108 kB
Mapped:            48732 kB
Shmem:             17036 kB
Slab:             266788 kB
SReclaimable:     239256 kB
SUnreclaim:        27532 kB
KernelStack:        3776 kB
PageTables:         6100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1249384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    450560 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= 57172 MiB
End job on node104 at 2018-07-22 06:27:26