Trace number 4310442

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 - Hybrid 2018-08-14? (TO) 252.066 246.616

General information on the benchmark

NameTal/
Tal-10_c18.xml
MD5SUM5b503c3a6c92db57b21a5ce4dae05a14
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark276
Best CPU time to get the best result obtained on this benchmark252.041
Satisfiable
(Un)Satisfiability was proved
Number of variables1376
Number of constraints875
Number of domains15
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":234},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":112},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":103},{"size":11,"count":13},{"size":12,"count":14},{"size":13,"count":15},{"size":42,"count":194}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":639},{"degree":1,"count":234},{"degree":2,"count":128},{"degree":3,"count":14},{"degree":4,"count":15},{"degree":5,"count":82},{"degree":6,"count":29},{"degree":7,"count":18},{"degree":8,"count":18},{"degree":9,"count":29},{"degree":10,"count":28},{"degree":11,"count":45},{"degree":12,"count":25},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":18},{"degree":16,"count":11},{"degree":17,"count":1}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":230},{"arity":2,"count":285},{"arity":3,"count":93},{"arity":4,"count":16},{"arity":5,"count":28},{"arity":6,"count":27},{"arity":7,"count":26},{"arity":8,"count":25},{"arity":9,"count":28},{"arity":10,"count":32},{"arity":11,"count":17},{"arity":12,"count":31},{"arity":13,"count":12},{"arity":14,"count":13},{"arity":15,"count":12}]
Number of extensional constraints169
Number of intensional constraints682
Distribution of constraint types[{"type":"extension","count":169},{"type":"intension","count":682},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 1137914865
0.67/0.55	c timeout: 252
0.67/0.55	c memlimit: 11000
0.67/0.55	c nbcore: 4
0.67/0.58	c Parsing instance...
4.79/2.13	c Parsing done, starting first complete search...
252.04/246.60	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 (13509 MiB free)
  memory of node 1: 16384 MiB (9284 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310442-1534327464/watcher-4310442-1534327464 -o /tmp/evaluation-result-4310442-1534327464/solver-4310442-1534327464 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534323825-25433 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1137914865 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310442-1534327464.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=27963, runsolver pid=27960

[startup+0.108048 s]*
/proc/loadavg: 1.55 1.73 1.76 3/216 27978
/proc/meminfo: memFree=23315672/32770624 swapFree=67108172/67108860
[pid=27963] ppid=27960 vsize=14082736 memory=34108 CPUtime=0.13 cores=0,2,4,6
/proc/27963/stat : 27963 (java) S 27960 27963 21905 0 -1 1077944320 7397 0 0 0 11 2 0 0 20 0 15 0 250309603 14420721664 8527 33554432000 4194304 4196468 140721449184416 140721449166960 139646246493943 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
/proc/27963/statm: 3520684 8527 3166 1 0 3482761 0
[pid=27963/tid=27965] ppid=27960 vsize=14082736 memory=-8485517772678141314 CPUtime=0.1 cores=0,2,4,6
/proc/27963/task/27965/stat : 27965 (java) R 27960 27963 21905 0 -1 4202560 5456 0 0 0 9 1 0 0 20 0 15 0 250309604 14420721664 8527 33554432000 4194304 4196468 140721449184416 139646250721264 139646246517533 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27966] ppid=27960 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27966/stat : 27966 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309605 14420721664 8527 33554432000 4194304 4196468 140721449184416 139646176582416 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27967] ppid=27960 vsize=14082736 memory=139790458209920 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27967/stat : 27967 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309605 14420721664 8527 33554432000 4194304 4196468 140721449184416 139646175529872 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27968] ppid=27960 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27968/stat : 27968 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309605 14420721664 8527 33554432000 4194304 4196468 140721449184416 139646174477328 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27969] ppid=27960 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27969/stat : 27969 (java) S 27960 27963 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250309605 14420721664 8527 33554432000 4194304 4196468 140721449184416 139646173424784 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27970] ppid=27960 vsize=14082736 memory=139790458209920 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27970/stat : 27970 (java) S 27960 27963 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250309606 14420721664 8527 33554432000 4194304 4196468 140721449184416 139645585688560 139646246505090 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27971] ppid=27960 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27971/stat : 27971 (java) S 27960 27963 21905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250309606 14420721664 8527 33554432000 4194304 4196468 140721449184416 139645584634784 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27972] ppid=27960 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27972/stat : 27972 (java) S 27960 27963 21905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250309607 14420721664 8527 33554432000 4194304 4196468 140721449184416 139645583582192 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27973] ppid=27960 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27973/stat : 27973 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14420721664 8527 33554432000 4194304 4196468 140721449184416 139645582530768 139646246512539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27974] ppid=27960 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27974/stat : 27974 (java) S 27960 27963 21905 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 250309609 14420721664 8527 33554432000 4194304 4196468 140721449184416 139645581478384 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27975] ppid=27960 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27975/stat : 27975 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309609 14420721664 8527 33554432000 4194304 4196468 140721449184416 139645580425840 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27976] ppid=27960 vsize=14082736 memory=139790458209920 CPUtime=0.01 cores=0,2,4,6
/proc/27963/task/27976/stat : 27976 (java) R 27960 27963 21905 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 15 0 250309609 14420721664 8527 33554432000 4194304 4196468 140721449184416 139645579373296 139646225024807 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27977] ppid=27960 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27977/stat : 27977 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14420721664 8527 33554432000 4194304 4196468 140721449184416 139645578320992 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27978] ppid=27960 vsize=14082736 memory=139790458209920 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27978/stat : 27978 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309609 14420721664 8527 33554432000 4194304 4196468 140721449184416 139645577267504 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34108 KiB

[startup+0.210477 s]*
/proc/loadavg: 1.55 1.73 1.76 7/216 27978
/proc/meminfo: memFree=23303516/32770624 swapFree=67108172/67108860
[pid=27963] ppid=27960 vsize=14082736 memory=46708 CPUtime=0.3 cores=0,2,4,6
/proc/27963/stat : 27963 (java) S 27960 27963 21905 0 -1 1077944320 10293 0 0 0 27 3 0 0 20 0 15 0 250309603 14420721664 11677 33554432000 4194304 4196468 140721449184416 140721449166960 139646246493943 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
/proc/27963/statm: 3520684 11677 3340 1 0 3482761 0
[pid=27963/tid=27965] ppid=27960 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/27963/task/27965/stat : 27965 (java) R 27960 27963 21905 0 -1 4202560 8103 0 0 0 18 1 0 0 20 0 15 0 250309604 14420721664 11677 33554432000 4194304 4196468 140721449184416 139646250708160 139646230537573 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27966] ppid=27960 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27966/stat : 27966 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309605 14420721664 11677 33554432000 4194304 4196468 140721449184416 139646176582416 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27967] ppid=27960 vsize=14082736 memory=139790458233259 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27967/stat : 27967 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309605 14420721664 11677 33554432000 4194304 4196468 140721449184416 139646175529872 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27968] ppid=27960 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27968/stat : 27968 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309605 14420721664 11677 33554432000 4194304 4196468 140721449184416 139646174477328 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27969] ppid=27960 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27969/stat : 27969 (java) S 27960 27963 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250309605 14420721664 11677 33554432000 4194304 4196468 140721449184416 139646173424784 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27970] ppid=27960 vsize=14082736 memory=139790458209920 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27970/stat : 27970 (java) S 27960 27963 21905 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250309606 14420721664 11677 33554432000 4194304 4196468 140721449184416 139645585688560 139646246505090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27971] ppid=27960 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27971/stat : 27971 (java) S 27960 27963 21905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250309606 14420721664 11677 33554432000 4194304 4196468 140721449184416 139645584634784 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27972] ppid=27960 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27972/stat : 27972 (java) S 27960 27963 21905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250309607 14420721664 11677 33554432000 4194304 4196468 140721449184416 139645583582192 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27973] ppid=27960 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27973/stat : 27973 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14420721664 11677 33554432000 4194304 4196468 140721449184416 139645582530768 139646246512539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27974] ppid=27960 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27963/task/27974/stat : 27974 (java) R 27960 27963 21905 0 -1 1077944384 369 0 0 0 1 0 0 0 20 0 15 0 250309609 14420721664 11677 33554432000 4194304 4196468 140721449184416 139645581478384 139646246505090 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27975] ppid=27960 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27963/task/27975/stat : 27975 (java) S 27960 27963 21905 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 15 0 250309609 14420721664 11677 33554432000 4194304 4196468 140721449184416 139645580425840 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27976] ppid=27960 vsize=14082736 memory=139790458209920 CPUtime=0.05 cores=0,2,4,6
/proc/27963/task/27976/stat : 27976 (java) R 27960 27963 21905 0 -1 4202560 295 0 0 0 5 0 0 0 20 0 15 0 250309609 14420721664 11677 33554432000 4194304 4196468 140721449184416 139645579373296 139646225200650 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27977] ppid=27960 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27977/stat : 27977 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14420721664 11677 33554432000 4194304 4196468 140721449184416 139645578320992 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27978] ppid=27960 vsize=14082736 memory=139790458209920 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27978/stat : 27978 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309609 14420721664 11677 33554432000 4194304 4196468 140721449184416 139645577267504 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46708 KiB

[startup+0.31048 s]*
/proc/loadavg: 1.55 1.73 1.76 3/216 27978
/proc/meminfo: memFree=23299732/32770624 swapFree=67108172/67108860
[pid=27963] ppid=27960 vsize=14082736 memory=50456 CPUtime=0.44 cores=0,2,4,6
/proc/27963/stat : 27963 (java) S 27960 27963 21905 0 -1 1077944320 10742 0 0 0 41 3 0 0 20 0 15 0 250309603 14420721664 12614 33554432000 4194304 4196468 140721449184416 140721449166960 139646246493943 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
/proc/27963/statm: 3520684 12614 3376 1 0 3482761 0
[pid=27963/tid=27965] ppid=27960 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/27963/task/27965/stat : 27965 (java) R 27960 27963 21905 0 -1 4202560 8452 0 0 0 28 1 0 0 20 0 15 0 250309604 14420721664 12614 33554432000 4194304 4196468 140721449184416 139646250702640 139646226769730 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27966] ppid=27960 vsize=14082736 memory=4294977828 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27966/stat : 27966 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309605 14420721664 12614 33554432000 4194304 4196468 140721449184416 139646176582416 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27967] ppid=27960 vsize=14082736 memory=139790458232125 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27967/stat : 27967 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309605 14420721664 12614 33554432000 4194304 4196468 140721449184416 139646175529872 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27968] ppid=27960 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27968/stat : 27968 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309605 14420721664 12614 33554432000 4194304 4196468 140721449184416 139646174477328 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27969] ppid=27960 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27969/stat : 27969 (java) S 27960 27963 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250309605 14420721664 12614 33554432000 4194304 4196468 140721449184416 139646173424784 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27970] ppid=27960 vsize=14082736 memory=139790458209920 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27970/stat : 27970 (java) S 27960 27963 21905 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250309606 14420721664 12614 33554432000 4194304 4196468 140721449184416 139645585688560 139646246505090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27971] ppid=27960 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27971/stat : 27971 (java) S 27960 27963 21905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250309606 14420721664 12614 33554432000 4194304 4196468 140721449184416 139645584634784 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27972] ppid=27960 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27972/stat : 27972 (java) S 27960 27963 21905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250309607 14420721664 12614 33554432000 4194304 4196468 140721449184416 139645583582192 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27973] ppid=27960 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27973/stat : 27973 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14420721664 12614 33554432000 4194304 4196468 140721449184416 139645582530768 139646246512539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27974] ppid=27960 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27963/task/27974/stat : 27974 (java) S 27960 27963 21905 0 -1 1077944384 381 0 0 0 2 0 0 0 20 0 15 0 250309609 14420721664 12614 33554432000 4194304 4196468 140721449184416 139645581478384 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27975] ppid=27960 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27963/task/27975/stat : 27975 (java) S 27960 27963 21905 0 -1 1077944384 224 0 0 0 2 0 0 0 20 0 15 0 250309609 14420721664 12614 33554432000 4194304 4196468 140721449184416 139645580425840 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27976] ppid=27960 vsize=14082736 memory=139790458209920 CPUtime=0.07 cores=0,2,4,6
/proc/27963/task/27976/stat : 27976 (java) S 27960 27963 21905 0 -1 1077944384 303 0 0 0 7 0 0 0 20 0 15 0 250309609 14420721664 12614 33554432000 4194304 4196468 140721449184416 139645579373296 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27977] ppid=27960 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27977/stat : 27977 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14420721664 12614 33554432000 4194304 4196468 140721449184416 139645578320992 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27978] ppid=27960 vsize=14082736 memory=139790458209920 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27978/stat : 27978 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309609 14420721664 12614 33554432000 4194304 4196468 140721449184416 139645577267504 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50456 KiB

[startup+0.700738 s]
/proc/loadavg: 1.55 1.73 1.76 3/216 27978
/proc/meminfo: memFree=23278116/32770624 swapFree=67108172/67108860
[pid=27963] ppid=27960 vsize=14084804 memory=88992 CPUtime=1 cores=0,2,4,6
/proc/27963/stat : 27963 (java) S 27960 27963 21905 0 -1 1077944320 17571 0 0 0 95 5 0 0 20 0 15 0 250309603 14422839296 22248 33554432000 4194304 4196468 140721449184416 140721449166960 139646246493943 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
/proc/27963/statm: 3521201 22248 3498 1 0 3483273 0
[pid=27963/tid=27965] ppid=27960 vsize=14084804 memory=259920549150881 CPUtime=0.67 cores=0,2,4,6
/proc/27963/task/27965/stat : 27965 (java) R 27960 27963 21905 0 -1 4202560 14873 0 0 0 64 3 0 0 20 0 15 0 250309604 14422839296 22248 33554432000 4194304 4196468 140721449184416 139646250717072 139646246515869 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27966] ppid=27960 vsize=14084804 memory=288230376153010010 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27966/stat : 27966 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309605 14422839296 22248 33554432000 4194304 4196468 140721449184416 139646176582416 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27967] ppid=27960 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27967/stat : 27967 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309605 14422839296 22248 33554432000 4194304 4196468 140721449184416 139646175529872 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27968] ppid=27960 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27968/stat : 27968 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309605 14422839296 22248 33554432000 4194304 4196468 140721449184416 139646174477328 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27969] ppid=27960 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27969/stat : 27969 (java) S 27960 27963 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250309605 14422839296 22248 33554432000 4194304 4196468 140721449184416 139646173424784 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27970] ppid=27960 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27970/stat : 27970 (java) S 27960 27963 21905 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250309606 14422839296 22248 33554432000 4194304 4196468 140721449184416 139645585688560 139646246505090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27971] ppid=27960 vsize=14084804 memory=-3535359994705172066 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27971/stat : 27971 (java) S 27960 27963 21905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250309606 14422839296 22248 33554432000 4194304 4196468 140721449184416 139645584634784 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27972] ppid=27960 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27972/stat : 27972 (java) S 27960 27963 21905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250309607 14422839296 22248 33554432000 4194304 4196468 140721449184416 139645583582192 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27973] ppid=27960 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27973/stat : 27973 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14422839296 22248 33554432000 4194304 4196468 140721449184416 139645582530768 139646246512539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27974] ppid=27960 vsize=14084804 memory=6944656592455359580 CPUtime=0.06 cores=0,2,4,6
/proc/27963/task/27974/stat : 27974 (java) S 27960 27963 21905 0 -1 1077944384 538 0 0 0 6 0 0 0 20 0 15 0 250309609 14422839296 22248 33554432000 4194304 4196468 140721449184416 139645581478384 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27975] ppid=27960 vsize=14084804 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27963/task/27975/stat : 27975 (java) S 27960 27963 21905 0 -1 1077944384 373 0 0 0 8 0 0 0 20 0 15 0 250309609 14422839296 22248 33554432000 4194304 4196468 140721449184416 139645580425840 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27976] ppid=27960 vsize=14084804 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/27963/task/27976/stat : 27976 (java) S 27960 27963 21905 0 -1 1077944384 405 0 0 0 14 0 0 0 20 0 15 0 250309609 14422839296 22248 33554432000 4194304 4196468 140721449184416 139645579373296 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27977] ppid=27960 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27977/stat : 27977 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14422839296 22248 33554432000 4194304 4196468 140721449184416 139645578320992 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27978] ppid=27960 vsize=14084804 memory=12552 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27978/stat : 27978 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309609 14422839296 22248 33554432000 4194304 4196468 140721449184416 139645577267504 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88992 KiB

[startup+1.50118 s]
/proc/loadavg: 1.55 1.73 1.76 5/216 27978
/proc/meminfo: memFree=23220876/32770624 swapFree=67108172/67108860
[pid=27963] ppid=27960 vsize=14088900 memory=191796 CPUtime=3.35 cores=0,2,4,6
/proc/27963/stat : 27963 (java) S 27960 27963 21905 0 -1 1077944320 27425 0 0 0 327 8 0 0 20 0 15 0 250309603 14427033600 47949 33554432000 4194304 4196468 140721449184416 140721449166960 139646246493943 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
/proc/27963/statm: 3522225 47949 3545 1 0 3484297 0
[pid=27963/tid=27965] ppid=27960 vsize=14088900 memory=10759 CPUtime=1.47 cores=0,2,4,6
/proc/27963/task/27965/stat : 27965 (java) R 27960 27963 21905 0 -1 4202560 18342 0 0 0 142 5 0 0 20 0 15 0 250309604 14427033600 47949 33554432000 4194304 4196468 140721449184416 139646250729200 139646203104130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27966] ppid=27960 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27966/stat : 27966 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309605 14427033600 47949 33554432000 4194304 4196468 140721449184416 139646176582416 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27967] ppid=27960 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27967/stat : 27967 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309605 14427033600 47949 33554432000 4194304 4196468 140721449184416 139646175529872 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27968] ppid=27960 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27968/stat : 27968 (java) S 27960 27963 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250309605 14427033600 47949 33554432000 4194304 4196468 140721449184416 139646174477328 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27969] ppid=27960 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27969/stat : 27969 (java) S 27960 27963 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250309605 14427033600 47949 33554432000 4194304 4196468 140721449184416 139646173424784 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27970] ppid=27960 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27970/stat : 27970 (java) S 27960 27963 21905 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 250309606 14427033600 47949 33554432000 4194304 4196468 140721449184416 139645585688560 139646246505090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0

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

/proc/27963/task/27965/stat : 27965 (java) R 27960 27963 21905 0 -1 4202560 25794 0 0 0 10172 9 0 0 20 0 15 0 250309604 14429130752 63934 33554432000 4194304 4196468 140721449184416 139646250732224 139645856447977 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27966] ppid=27960 vsize=14090948 memory=279580628199616 CPUtime=0.15 cores=0,2,4,6
/proc/27963/task/27966/stat : 27966 (java) S 27960 27963 21905 0 -1 1077944384 1948 0 0 0 10 5 0 0 20 0 15 0 250309605 14429130752 63934 33554432000 4194304 4196468 140721449184416 139646176582416 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27967] ppid=27960 vsize=14090948 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/27963/task/27967/stat : 27967 (java) S 27960 27963 21905 0 -1 1077944384 2815 0 0 0 10 4 0 0 20 0 15 0 250309605 14429130752 63934 33554432000 4194304 4196468 140721449184416 139646175529872 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27968] ppid=27960 vsize=14090948 memory=6944656592455359580 CPUtime=0.15 cores=0,2,4,6
/proc/27963/task/27968/stat : 27968 (java) S 27960 27963 21905 0 -1 1077944384 1030 0 0 0 11 4 0 0 20 0 15 0 250309605 14429130752 63934 33554432000 4194304 4196468 140721449184416 139646174477328 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27969] ppid=27960 vsize=14090948 memory=255736 CPUtime=0.14 cores=0,2,4,6
/proc/27963/task/27969/stat : 27969 (java) S 27960 27963 21905 0 -1 1077944384 1062 0 0 0 10 4 0 0 20 0 15 0 250309605 14429130752 63934 33554432000 4194304 4196468 140721449184416 139646173424784 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27970] ppid=27960 vsize=14090948 memory=3752 CPUtime=0.05 cores=0,2,4,6
/proc/27963/task/27970/stat : 27970 (java) S 27960 27963 21905 0 -1 1077944384 1632 0 0 0 4 1 0 0 20 0 15 0 250309606 14429130752 63934 33554432000 4194304 4196468 140721449184416 139645585688560 139646246505090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27971] ppid=27960 vsize=14090948 memory=276232 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27971/stat : 27971 (java) S 27960 27963 21905 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250309606 14429130752 63934 33554432000 4194304 4196468 140721449184416 139645584634848 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27972] ppid=27960 vsize=14090948 memory=279672 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27972/stat : 27972 (java) S 27960 27963 21905 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 250309607 14429130752 63934 33554432000 4194304 4196468 140721449184416 139645583582208 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27973] ppid=27960 vsize=14090948 memory=448152 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27973/stat : 27973 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14429130752 63934 33554432000 4194304 4196468 140721449184416 139645582530768 139646246512539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27974] ppid=27960 vsize=14090948 memory=1136 CPUtime=1.81 cores=0,2,4,6
/proc/27963/task/27974/stat : 27974 (java) S 27960 27963 21905 0 -1 1077944384 5807 0 0 0 180 1 0 0 20 0 15 0 250309609 14429130752 63934 33554432000 4194304 4196468 140721449184416 139645581478384 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27975] ppid=27960 vsize=14090948 memory=6791534058613427641 CPUtime=1.88 cores=0,2,4,6
/proc/27963/task/27975/stat : 27975 (java) S 27960 27963 21905 0 -1 1077944384 5349 0 0 0 187 1 0 0 20 0 15 0 250309609 14429130752 63934 33554432000 4194304 4196468 140721449184416 139645580425840 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27976] ppid=27960 vsize=14090948 memory=1196 CPUtime=1.04 cores=0,2,4,6
/proc/27963/task/27976/stat : 27976 (java) S 27960 27963 21905 0 -1 1077944384 9218 0 0 0 102 2 0 0 20 0 15 0 250309609 14429130752 63934 33554432000 4194304 4196468 140721449184416 139645579373296 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27977] ppid=27960 vsize=14090948 memory=3752 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27977/stat : 27977 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14429130752 63934 33554432000 4194304 4196468 140721449184416 139645578320992 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27978] ppid=27960 vsize=14090948 memory=68068 CPUtime=0.03 cores=0,2,4,6
/proc/27963/task/27978/stat : 27978 (java) S 27960 27963 21905 0 -1 1077944384 452 0 0 0 1 2 0 0 20 0 15 0 250309609 14429130752 63934 33554432000 4194304 4196468 140721449184416 139645577267504 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
Current children cumulated CPU time: 107.28 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 255736 KiB

[startup+162.301 s]
/proc/loadavg: 1.49 1.60 1.71 3/215 28060
/proc/meminfo: memFree=23964256/32770624 swapFree=67108172/67108860
[pid=27963] ppid=27960 vsize=14090948 memory=221612 CPUtime=167.43 cores=0,2,4,6
/proc/27963/stat : 27963 (java) S 27960 27963 21905 0 -1 1077944320 58711 0 0 0 16704 39 0 0 20 0 15 0 250309603 14429130752 55403 33554432000 4194304 4196468 140721449184416 140721449166960 139646246493943 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
/proc/27963/statm: 3522737 55403 3582 1 0 3484809 0
[pid=27963/tid=27965] ppid=27960 vsize=14090948 memory=221612 CPUtime=161.71 cores=0,2,4,6
/proc/27963/task/27965/stat : 27965 (java) R 27960 27963 21905 0 -1 4202560 26324 0 0 0 16162 9 0 0 20 0 15 0 250309604 14429130752 55403 33554432000 4194304 4196468 140721449184416 139646250732368 139645856378693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27966] ppid=27960 vsize=14090948 memory=221280 CPUtime=0.19 cores=0,2,4,6
/proc/27963/task/27966/stat : 27966 (java) S 27960 27963 21905 0 -1 1077944384 2071 0 0 0 14 5 0 0 20 0 15 0 250309605 14429130752 55403 33554432000 4194304 4196468 140721449184416 139646176582416 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27967] ppid=27960 vsize=14090948 memory=225500 CPUtime=0.19 cores=0,2,4,6
/proc/27963/task/27967/stat : 27967 (java) S 27960 27963 21905 0 -1 1077944384 2862 0 0 0 14 5 0 0 20 0 15 0 250309605 14429130752 55403 33554432000 4194304 4196468 140721449184416 139646175529872 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27968] ppid=27960 vsize=14090948 memory=221508 CPUtime=0.2 cores=0,2,4,6
/proc/27963/task/27968/stat : 27968 (java) S 27960 27963 21905 0 -1 1077944384 1145 0 0 0 15 5 0 0 20 0 15 0 250309605 14429130752 55403 33554432000 4194304 4196468 140721449184416 139646174477328 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27969] ppid=27960 vsize=14090948 memory=279580628351936 CPUtime=0.19 cores=0,2,4,6
/proc/27963/task/27969/stat : 27969 (java) S 27960 27963 21905 0 -1 1077944384 1815 0 0 0 14 5 0 0 20 0 15 0 250309605 14429130752 55403 33554432000 4194304 4196468 140721449184416 139646173424784 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27970] ppid=27960 vsize=14090948 memory=221508 CPUtime=0.08 cores=0,2,4,6
/proc/27963/task/27970/stat : 27970 (java) S 27960 27963 21905 0 -1 1077944384 1925 0 0 0 7 1 0 0 20 0 15 0 250309606 14429130752 55403 33554432000 4194304 4196468 140721449184416 139645585688560 139646246505090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27971] ppid=27960 vsize=14090948 memory=221280 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27971/stat : 27971 (java) S 27960 27963 21905 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250309606 14429130752 55403 33554432000 4194304 4196468 140721449184416 139645584634848 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27972] ppid=27960 vsize=14090948 memory=235244 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27972/stat : 27972 (java) S 27960 27963 21905 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 250309607 14429130752 55403 33554432000 4194304 4196468 140721449184416 139645583582208 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27973] ppid=27960 vsize=14090948 memory=221612 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27973/stat : 27973 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14429130752 55403 33554432000 4194304 4196468 140721449184416 139645582530768 139646246512539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27974] ppid=27960 vsize=14090948 memory=3880 CPUtime=1.81 cores=0,2,4,6
/proc/27963/task/27974/stat : 27974 (java) S 27960 27963 21905 0 -1 1077944384 5810 0 0 0 180 1 0 0 20 0 15 0 250309609 14429130752 55403 33554432000 4194304 4196468 140721449184416 139645581478384 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27975] ppid=27960 vsize=14090948 memory=221612 CPUtime=1.88 cores=0,2,4,6
/proc/27963/task/27975/stat : 27975 (java) S 27960 27963 21905 0 -1 1077944384 5638 0 0 0 187 1 0 0 20 0 15 0 250309609 14429130752 55403 33554432000 4194304 4196468 140721449184416 139645580425840 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27976] ppid=27960 vsize=14090948 memory=3752 CPUtime=1.04 cores=0,2,4,6
/proc/27963/task/27976/stat : 27976 (java) S 27960 27963 21905 0 -1 1077944384 9221 0 0 0 102 2 0 0 20 0 15 0 250309609 14429130752 55403 33554432000 4194304 4196468 140721449184416 139645579373296 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27977] ppid=27960 vsize=14090948 memory=221612 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27977/stat : 27977 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14429130752 55403 33554432000 4194304 4196468 140721449184416 139645578320992 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27978] ppid=27960 vsize=14090948 memory=2148 CPUtime=0.05 cores=0,2,4,6
/proc/27963/task/27978/stat : 27978 (java) S 27960 27963 21905 0 -1 1077944384 480 0 0 0 2 3 0 0 20 0 15 0 250309609 14429130752 55403 33554432000 4194304 4196468 140721449184416 139645577267504 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
Current children cumulated CPU time: 167.43 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 221612 KiB

[startup+222.301 s]
/proc/loadavg: 1.44 1.57 1.69 3/215 28061
/proc/meminfo: memFree=23950364/32770624 swapFree=67108172/67108860
[pid=27963] ppid=27960 vsize=14090948 memory=224348 CPUtime=227.64 cores=0,2,4,6
/proc/27963/stat : 27963 (java) S 27960 27963 21905 0 -1 1077944320 59137 0 0 0 22724 40 0 0 20 0 15 0 250309603 14429130752 56087 33554432000 4194304 4196468 140721449184416 140721449166960 139646246493943 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
/proc/27963/statm: 3522737 56087 3582 1 0 3484809 0
[pid=27963/tid=27965] ppid=27960 vsize=14090948 memory=224348 CPUtime=221.58 cores=0,2,4,6
/proc/27963/task/27965/stat : 27965 (java) R 27960 27963 21905 0 -1 4202560 26440 0 0 0 22148 10 0 0 20 0 15 0 250309604 14429130752 56087 33554432000 4194304 4196468 140721449184416 139646250732368 139645856448930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27966] ppid=27960 vsize=14090948 memory=224348 CPUtime=0.27 cores=0,2,4,6
/proc/27963/task/27966/stat : 27966 (java) S 27960 27963 21905 0 -1 1077944384 2147 0 0 0 21 6 0 0 20 0 15 0 250309605 14429130752 56087 33554432000 4194304 4196468 140721449184416 139646176582416 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27967] ppid=27960 vsize=14090948 memory=224348 CPUtime=0.25 cores=0,2,4,6
/proc/27963/task/27967/stat : 27967 (java) S 27960 27963 21905 0 -1 1077944384 2931 0 0 0 20 5 0 0 20 0 15 0 250309605 14429130752 56087 33554432000 4194304 4196468 140721449184416 139646175529872 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27968] ppid=27960 vsize=14090948 memory=1256 CPUtime=0.26 cores=0,2,4,6
/proc/27963/task/27968/stat : 27968 (java) S 27960 27963 21905 0 -1 1077944384 1210 0 0 0 21 5 0 0 20 0 15 0 250309605 14429130752 56087 33554432000 4194304 4196468 140721449184416 139646174477328 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27969] ppid=27960 vsize=14090948 memory=224348 CPUtime=0.25 cores=0,2,4,6
/proc/27963/task/27969/stat : 27969 (java) S 27960 27963 21905 0 -1 1077944384 1894 0 0 0 20 5 0 0 20 0 15 0 250309605 14429130752 56087 33554432000 4194304 4196468 140721449184416 139646173424784 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27970] ppid=27960 vsize=14090948 memory=224348 CPUtime=0.14 cores=0,2,4,6
/proc/27963/task/27970/stat : 27970 (java) S 27960 27963 21905 0 -1 1077944384 1942 0 0 0 12 2 0 0 20 0 15 0 250309606 14429130752 56087 33554432000 4194304 4196468 140721449184416 139645585688560 139646246505090 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27971] ppid=27960 vsize=14090948 memory=224348 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27971/stat : 27971 (java) S 27960 27963 21905 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250309606 14429130752 56087 33554432000 4194304 4196468 140721449184416 139645584634848 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27972] ppid=27960 vsize=14090948 memory=224348 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27972/stat : 27972 (java) S 27960 27963 21905 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 250309607 14429130752 56087 33554432000 4194304 4196468 140721449184416 139645583582208 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27973] ppid=27960 vsize=14090948 memory=224348 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27973/stat : 27973 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14429130752 56087 33554432000 4194304 4196468 140721449184416 139645582530768 139646246512539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27974] ppid=27960 vsize=14090948 memory=224348 CPUtime=1.81 cores=0,2,4,6
/proc/27963/task/27974/stat : 27974 (java) S 27960 27963 21905 0 -1 1077944384 5810 0 0 0 180 1 0 0 20 0 15 0 250309609 14429130752 56087 33554432000 4194304 4196468 140721449184416 139645581478384 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27975] ppid=27960 vsize=14090948 memory=68068 CPUtime=1.88 cores=0,2,4,6
/proc/27963/task/27975/stat : 27975 (java) S 27960 27963 21905 0 -1 1077944384 5638 0 0 0 187 1 0 0 20 0 15 0 250309609 14429130752 56087 33554432000 4194304 4196468 140721449184416 139645580425840 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27976] ppid=27960 vsize=14090948 memory=1500 CPUtime=1.04 cores=0,2,4,6
/proc/27963/task/27976/stat : 27976 (java) S 27960 27963 21905 0 -1 1077944384 9221 0 0 0 102 2 0 0 20 0 15 0 250309609 14429130752 56087 33554432000 4194304 4196468 140721449184416 139645579373296 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27977] ppid=27960 vsize=14090948 memory=844 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27977/stat : 27977 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14429130752 56087 33554432000 4194304 4196468 140721449184416 139645578320992 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27978] ppid=27960 vsize=14090948 memory=3880 CPUtime=0.07 cores=0,2,4,6
/proc/27963/task/27978/stat : 27978 (java) S 27960 27963 21905 0 -1 1077944384 484 0 0 0 3 4 0 0 20 0 15 0 250309609 14429130752 56087 33554432000 4194304 4196468 140721449184416 139645577267504 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 46 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
Current children cumulated CPU time: 227.64 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 224348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+246.601 s]
/proc/loadavg: 1.37 1.54 1.67 3/215 28061
/proc/meminfo: memFree=23946020/32770624 swapFree=67108172/67108860
[pid=27963] ppid=27960 vsize=14090948 memory=225032 CPUtime=252.04 cores=0,2,4,6
/proc/27963/stat : 27963 (java) S 27960 27963 21905 0 -1 1077944320 60857 0 0 0 25162 42 0 0 20 0 15 0 250309603 14429130752 56258 33554432000 4194304 4196468 140721449184416 140721449166960 139646246493943 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
/proc/27963/statm: 3522737 56258 3582 1 0 3484809 0
[pid=27963/tid=27965] ppid=27960 vsize=14090948 memory=6791534058613427641 CPUtime=245.82 cores=0,2,4,6
/proc/27963/task/27965/stat : 27965 (java) R 27960 27963 21905 0 -1 4202560 26888 0 0 0 24572 10 0 0 20 0 15 0 250309604 14429130752 56258 33554432000 4194304 4196468 140721449184416 139646250732368 139645856448020 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27966] ppid=27960 vsize=14090948 memory=288230583166042426 CPUtime=0.3 cores=0,2,4,6
/proc/27963/task/27966/stat : 27966 (java) S 27960 27963 21905 0 -1 1077944384 2868 0 0 0 24 6 0 0 20 0 15 0 250309605 14429130752 56258 33554432000 4194304 4196468 140721449184416 139646176582416 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27967] ppid=27960 vsize=14090948 memory=14974468741139023 CPUtime=0.28 cores=0,2,4,6
/proc/27963/task/27967/stat : 27967 (java) S 27960 27963 21905 0 -1 1077944384 2976 0 0 0 23 5 0 0 20 0 15 0 250309605 14429130752 56258 33554432000 4194304 4196468 140721449184416 139646175529872 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27968] ppid=27960 vsize=14090948 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/27963/task/27968/stat : 27968 (java) S 27960 27963 21905 0 -1 1077944384 1251 0 0 0 24 5 0 0 20 0 15 0 250309605 14429130752 56258 33554432000 4194304 4196468 140721449184416 139646174477328 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27969] ppid=27960 vsize=14090948 memory=1880 CPUtime=0.28 cores=0,2,4,6
/proc/27963/task/27969/stat : 27969 (java) S 27960 27963 21905 0 -1 1077944384 2065 0 0 0 23 5 0 0 20 0 15 0 250309605 14429130752 56258 33554432000 4194304 4196468 140721449184416 139646173424784 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27970] ppid=27960 vsize=14090948 memory=225032 CPUtime=0.16 cores=0,2,4,6
/proc/27963/task/27970/stat : 27970 (java) S 27960 27963 21905 0 -1 1077944384 2205 0 0 0 14 2 0 0 20 0 15 0 250309606 14429130752 56258 33554432000 4194304 4196468 140721449184416 139645585688560 139646246505090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27971] ppid=27960 vsize=14090948 memory=756 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27971/stat : 27971 (java) S 27960 27963 21905 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250309606 14429130752 56258 33554432000 4194304 4196468 140721449184416 139645584634848 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27972] ppid=27960 vsize=14090948 memory=13940 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27972/stat : 27972 (java) S 27960 27963 21905 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 250309607 14429130752 56258 33554432000 4194304 4196468 140721449184416 139645583582208 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27973] ppid=27960 vsize=14090948 memory=12552 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27973/stat : 27973 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14429130752 56258 33554432000 4194304 4196468 140721449184416 139645582530768 139646246512539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27974] ppid=27960 vsize=14090948 memory=37456 CPUtime=1.81 cores=0,2,4,6
/proc/27963/task/27974/stat : 27974 (java) S 27960 27963 21905 0 -1 1077944384 5813 0 0 0 180 1 0 0 20 0 15 0 250309609 14429130752 56258 33554432000 4194304 4196468 140721449184416 139645581478384 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27975] ppid=27960 vsize=14090948 memory=2324 CPUtime=1.88 cores=0,2,4,6
/proc/27963/task/27975/stat : 27975 (java) S 27960 27963 21905 0 -1 1077944384 5640 0 0 0 187 1 0 0 20 0 15 0 250309609 14429130752 56258 33554432000 4194304 4196468 140721449184416 139645580425840 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27976] ppid=27960 vsize=14090948 memory=6791534058613427641 CPUtime=1.04 cores=0,2,4,6
/proc/27963/task/27976/stat : 27976 (java) S 27960 27963 21905 0 -1 1077944384 9224 0 0 0 102 2 0 0 20 0 15 0 250309609 14429130752 56258 33554432000 4194304 4196468 140721449184416 139645579373296 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27977] ppid=27960 vsize=14090948 memory=224348 CPUtime=0 cores=0,2,4,6
/proc/27963/task/27977/stat : 27977 (java) S 27960 27963 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250309609 14429130752 56258 33554432000 4194304 4196468 140721449184416 139645578320992 139646246504149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
[pid=27963/tid=27978] ppid=27960 vsize=14090948 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/27963/task/27978/stat : 27978 (java) S 27960 27963 21905 0 -1 1077944384 507 0 0 0 4 5 0 0 20 0 15 0 250309609 14429130752 56258 33554432000 4194304 4196468 140721449184416 139645577267504 139646246505090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 21516288 140721449186394 140721449186574 140721449186574 140721449189327 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 225032 KiB

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

[startup+246.616 s]
# the end of solver process 27963 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.637 s, system=0.429525 s

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

Child status: 143
Real time (s): 246.616
CPU time (s): 252.066
CPU user time (s): 251.637
CPU system time (s): 0.429525
CPU usage (%): 102.21
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 451044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.637
system time used= 0.429525
maximum resident set size= 469780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61483
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12618
involuntary context switches= 381


# summary of solver processes directly reported to runsolver:
#   pid: 27963
#   total CPU time (s): 252.066
#   total CPU user time (s): 251.637
#   total CPU system time (s): 0.429525

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.42457 second user time and 2.37022 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-15 12:04:24
IDJOB=4310442
IDBENCH=141102
IDSOLVER=2796
FILE ID=node136/4310442-1534327464
RUNJOBID= node136-1534323825-25433
PBS_JOBID= 21038144
Free space on /tmp= 38992 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/Tal/Tal-10_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310442-1534327464/watcher-4310442-1534327464 -o /tmp/evaluation-result-4310442-1534327464/solver-4310442-1534327464 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534323825-25433 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1137914865 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310442-1534327464.xml

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

MD5SUM BENCH= 5b503c3a6c92db57b21a5ce4dae05a14
RANDOM SEED=1137914865

node136.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.50
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.50
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.50
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.50
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:        23340964 kB
MemAvailable:   30671848 kB
Buffers:          129880 kB
Cached:          7429976 kB
SwapCached:           16 kB
Active:          5099940 kB
Inactive:        3736036 kB
Active(anon):    1227932 kB
Inactive(anon):   109076 kB
Active(file):    3872008 kB
Inactive(file):  3626960 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108860 kB
SwapFree:       67108172 kB
Dirty:             36120 kB
Writeback:             0 kB
AnonPages:       1294372 kB
Mapped:            68356 kB
Shmem:             57768 kB
Slab:             288544 kB
SReclaimable:     260376 kB
SUnreclaim:        28168 kB
KernelStack:        3808 kB
PageTables:         8248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2488196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1128448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 38956 MiB
End job on node136 at 2018-08-15 12:08:31