Trace number 4311685

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-17? (TO) 2520.03 2502.81

General information on the benchmark

NameNurseRostering/
NurseRostering-12_c18.xml
MD5SUM2a283c05e31c4b30f3ec3c3182bebd94
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56621
Best CPU time to get the best result obtained on this benchmark2519.9
Satisfiable
(Un)Satisfiability was proved
Number of variables3618
Number of constraints8519
Number of domains14
Minimum domain size1
Maximum domain size61
Distribution of domain sizes[{"size":1,"count":226},{"size":2,"count":662},{"size":3,"count":5},{"size":5,"count":30},{"size":11,"count":1680},{"size":29,"count":427},{"size":61,"count":588}]
Minimum variable degree2
Maximum variable degree39
Distribution of variable degrees[{"degree":2,"count":1698},{"degree":3,"count":240},{"degree":27,"count":44},{"degree":28,"count":69},{"degree":29,"count":7},{"degree":30,"count":41},{"degree":31,"count":67},{"degree":32,"count":93},{"degree":33,"count":97},{"degree":34,"count":125},{"degree":35,"count":445},{"degree":36,"count":418},{"degree":37,"count":184},{"degree":38,"count":76},{"degree":39,"count":14}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":2950},{"arity":3,"count":2860},{"arity":4,"count":310},{"arity":6,"count":1150},{"arity":7,"count":220},{"arity":11,"count":60},{"arity":29,"count":660},{"arity":61,"count":308},{"arity":120,"count":1}]
Number of extensional constraints1928
Number of intensional constraints1022
Distribution of constraint types[{"type":"extension","count":1928},{"type":"intension","count":1022},{"type":"regular","count":3110},{"type":"sum","count":120},{"type":"count","count":2338},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 146541537
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
11.55/5.24	c Parsing done, starting search...
2520.00/2502.80	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10981 MiB free)
  memory of node 1: 16384 MiB (12546 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311685-1534543530/watcher-4311685-1534543530 -o /tmp/evaluation-result-4311685-1534543530/solver-4311685-1534543530 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534541038-25262 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 146541537 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311685-1534543530.xml 

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

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

solver pid=25579, runsolver pid=25576

[startup+0.108839 s]*
/proc/loadavg: 1.65 1.50 1.36 3/216 25594
/proc/meminfo: memFree=24075128/32770624 swapFree=67108196/67108860
[pid=25579] ppid=25576 vsize=14082736 memory=32288 CPUtime=0.13 cores=1,3,5,7
/proc/25579/stat : 25579 (java) S 25576 25579 25230 0 -1 1077944320 7526 0 0 0 12 1 0 0 20 0 15 0 271916213 14420721664 8072 33554432000 4194304 4196468 140723212972464 140723212955008 140114481446647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
/proc/25579/statm: 3520684 8072 3154 1 0 3482761 0
[pid=25579/tid=25581] ppid=25576 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/25579/task/25581/stat : 25581 (java) R 25576 25579 25230 0 -1 4202560 5528 0 0 0 9 0 0 0 20 0 15 0 271916213 14420721664 8072 33554432000 4194304 4196468 140723212972464 140114485661440 140114481468573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25582] ppid=25576 vsize=14082736 memory=5793855694035298745 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25582/stat : 25582 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916214 14420721664 8072 33554432000 4194304 4196468 140723212972464 140114451159824 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25583] ppid=25576 vsize=14082736 memory=140443025405568 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25583/stat : 25583 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916214 14420721664 8072 33554432000 4194304 4196468 140723212972464 140114076244880 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25584] ppid=25576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25584/stat : 25584 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916214 14420721664 8072 33554432000 4194304 4196468 140723212972464 140114075192336 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25585] ppid=25576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25585/stat : 25585 (java) S 25576 25579 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271916214 14420721664 8072 33554432000 4194304 4196468 140723212972464 140114074139792 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25586] ppid=25576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25586/stat : 25586 (java) S 25576 25579 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271916215 14420721664 8072 33554432000 4194304 4196468 140723212972464 140113394378736 140114481457794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25587] ppid=25576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25587/stat : 25587 (java) S 25576 25579 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271916216 14420721664 8072 33554432000 4194304 4196468 140723212972464 140113393324960 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25588] ppid=25576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25588/stat : 25588 (java) S 25576 25579 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271916216 14420721664 8072 33554432000 4194304 4196468 140723212972464 140113392272368 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25589] ppid=25576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25589/stat : 25589 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916218 14420721664 8072 33554432000 4194304 4196468 140723212972464 140113391220944 140114481465243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25590] ppid=25576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25590/stat : 25590 (java) S 25576 25579 25230 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 271916218 14420721664 8072 33554432000 4194304 4196468 140723212972464 140113390168560 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25591] ppid=25576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25591/stat : 25591 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916218 14420721664 8072 33554432000 4194304 4196468 140723212972464 140113389116016 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25592] ppid=25576 vsize=14082736 memory=140443025405568 CPUtime=0.01 cores=1,3,5,7
/proc/25579/task/25592/stat : 25592 (java) S 25576 25579 25230 0 -1 1077944384 315 0 0 0 1 0 0 0 20 0 15 0 271916218 14420721664 8072 33554432000 4194304 4196468 140723212972464 140113388063472 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25593] ppid=25576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25593/stat : 25593 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916219 14420721664 8072 33554432000 4194304 4196468 140723212972464 140113387011168 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25594] ppid=25576 vsize=14082736 memory=140443025405568 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25594/stat : 25594 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916219 14420721664 8072 33554432000 4194304 4196468 140723212972464 140113385957680 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32288 KiB

[startup+0.215015 s]*
/proc/loadavg: 1.65 1.50 1.36 5/216 25594
/proc/meminfo: memFree=24059196/32770624 swapFree=67108196/67108860
[pid=25579] ppid=25576 vsize=14082736 memory=45992 CPUtime=0.31 cores=1,3,5,7
/proc/25579/stat : 25579 (java) S 25576 25579 25230 0 -1 1077944320 10649 0 0 0 29 2 0 0 20 0 15 0 271916213 14420721664 11498 33554432000 4194304 4196468 140723212972464 140723212955008 140114481446647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
/proc/25579/statm: 3520684 11498 3356 1 0 3482761 0
[pid=25579/tid=25581] ppid=25576 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/25579/task/25581/stat : 25581 (java) R 25576 25579 25230 0 -1 4202560 8221 0 0 0 19 1 0 0 20 0 15 0 271916213 14420721664 11498 33554432000 4194304 4196468 140723212972464 140114485673072 140114463010211 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25582] ppid=25576 vsize=14082736 memory=4211974169230196106 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25582/stat : 25582 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916214 14420721664 11498 33554432000 4194304 4196468 140723212972464 140114451159824 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25583] ppid=25576 vsize=14082736 memory=140443025405568 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25583/stat : 25583 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916214 14420721664 11498 33554432000 4194304 4196468 140723212972464 140114076244880 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25584] ppid=25576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25584/stat : 25584 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916214 14420721664 11498 33554432000 4194304 4196468 140723212972464 140114075192336 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25585] ppid=25576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25585/stat : 25585 (java) S 25576 25579 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271916214 14420721664 11498 33554432000 4194304 4196468 140723212972464 140114074139792 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25586] ppid=25576 vsize=14082736 memory=140443025405568 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25586/stat : 25586 (java) S 25576 25579 25230 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 271916215 14420721664 11498 33554432000 4194304 4196468 140723212972464 140113394378736 140114481457794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25587] ppid=25576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25587/stat : 25587 (java) S 25576 25579 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271916216 14420721664 11498 33554432000 4194304 4196468 140723212972464 140113393324960 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25588] ppid=25576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25588/stat : 25588 (java) S 25576 25579 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271916216 14420721664 11498 33554432000 4194304 4196468 140723212972464 140113392272368 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25589] ppid=25576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25589/stat : 25589 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916218 14420721664 11498 33554432000 4194304 4196468 140723212972464 140113391220944 140114481465243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25590] ppid=25576 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25579/task/25590/stat : 25590 (java) S 25576 25579 25230 0 -1 1077944384 394 0 0 0 1 0 0 0 20 0 15 0 271916218 14420721664 11498 33554432000 4194304 4196468 140723212972464 140113390168560 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25591] ppid=25576 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/25579/task/25591/stat : 25591 (java) S 25576 25579 25230 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 15 0 271916218 14420721664 11498 33554432000 4194304 4196468 140723212972464 140113389116016 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25592] ppid=25576 vsize=14082736 memory=140443025405568 CPUtime=0.06 cores=1,3,5,7
/proc/25579/task/25592/stat : 25592 (java) R 25576 25579 25230 0 -1 4202560 413 0 0 0 6 0 0 0 20 0 15 0 271916218 14420721664 11498 33554432000 4194304 4196468 140723212972464 140113388063472 140114460030818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25593] ppid=25576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25593/stat : 25593 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916219 14420721664 11498 33554432000 4194304 4196468 140723212972464 140113387011168 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25594] ppid=25576 vsize=14082736 memory=140443025405568 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25594/stat : 25594 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916219 14420721664 11498 33554432000 4194304 4196468 140723212972464 140113385957680 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 45992 KiB

[startup+0.310488 s]*
/proc/loadavg: 1.65 1.50 1.36 4/216 25594
/proc/meminfo: memFree=24056032/32770624 swapFree=67108196/67108860
[pid=25579] ppid=25576 vsize=14082736 memory=49424 CPUtime=0.44 cores=1,3,5,7
/proc/25579/stat : 25579 (java) S 25576 25579 25230 0 -1 1077944320 11039 0 0 0 42 2 0 0 20 0 15 0 271916213 14420721664 12356 33554432000 4194304 4196468 140723212972464 140723212955008 140114481446647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
/proc/25579/statm: 3520684 12356 3395 1 0 3482761 0
[pid=25579/tid=25581] ppid=25576 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/25579/task/25581/stat : 25581 (java) R 25576 25579 25230 0 -1 4202560 8549 0 0 0 28 1 0 0 20 0 15 0 271916213 14420721664 12356 33554432000 4194304 4196468 140723212972464 140114485654480 140114461721977 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25582] ppid=25576 vsize=14082736 memory=4211974169230196106 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25582/stat : 25582 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916214 14420721664 12356 33554432000 4194304 4196468 140723212972464 140114451159824 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25583] ppid=25576 vsize=14082736 memory=140443025407919 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25583/stat : 25583 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916214 14420721664 12408 33554432000 4194304 4196468 140723212972464 140114076244880 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25584] ppid=25576 vsize=14082736 memory=140442880567554 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25584/stat : 25584 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916214 14420721664 12408 33554432000 4194304 4196468 140723212972464 140114075192336 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25585] ppid=25576 vsize=14082736 memory=140442880560591 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25585/stat : 25585 (java) S 25576 25579 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271916214 14420721664 12408 33554432000 4194304 4196468 140723212972464 140114074139792 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25586] ppid=25576 vsize=14082736 memory=140443025430824 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25586/stat : 25586 (java) S 25576 25579 25230 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 271916215 14420721664 12408 33554432000 4194304 4196468 140723212972464 140113394378736 140114481457794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25587] ppid=25576 vsize=14082736 memory=140442880569775 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25587/stat : 25587 (java) S 25576 25579 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271916216 14420721664 12408 33554432000 4194304 4196468 140723212972464 140113393324960 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25588] ppid=25576 vsize=14082736 memory=280885761130384 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25588/stat : 25588 (java) S 25576 25579 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271916216 14420721664 12408 33554432000 4194304 4196468 140723212972464 140113392272368 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25589] ppid=25576 vsize=14082736 memory=280885761128080 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25589/stat : 25589 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916218 14420721664 12408 33554432000 4194304 4196468 140723212972464 140113391220944 140114481465243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25590] ppid=25576 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25579/task/25590/stat : 25590 (java) S 25576 25579 25230 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 15 0 271916218 14420721664 12408 33554432000 4194304 4196468 140723212972464 140113390168560 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25591] ppid=25576 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/25579/task/25591/stat : 25591 (java) S 25576 25579 25230 0 -1 1077944384 260 0 0 0 2 0 0 0 20 0 15 0 271916218 14420721664 12408 33554432000 4194304 4196468 140723212972464 140113389116016 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25592] ppid=25576 vsize=14082736 memory=140443025405568 CPUtime=0.08 cores=1,3,5,7
/proc/25579/task/25592/stat : 25592 (java) S 25576 25579 25230 0 -1 1077944384 452 0 0 0 8 0 0 0 20 0 15 0 271916218 14420721664 12408 33554432000 4194304 4196468 140723212972464 140113388063472 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25593] ppid=25576 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25593/stat : 25593 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916219 14420721664 12408 33554432000 4194304 4196468 140723212972464 140113387011168 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25594] ppid=25576 vsize=14082736 memory=140443025405568 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25594/stat : 25594 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916219 14420721664 12408 33554432000 4194304 4196468 140723212972464 140113385957680 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49424 KiB

[startup+0.700709 s]
/proc/loadavg: 1.65 1.50 1.36 3/216 25594
/proc/meminfo: memFree=24031848/32770624 swapFree=67108196/67108860
[pid=25579] ppid=25576 vsize=14084804 memory=88024 CPUtime=0.98 cores=1,3,5,7
/proc/25579/stat : 25579 (java) S 25576 25579 25230 0 -1 1077944320 17926 0 0 0 94 4 0 0 20 0 15 0 271916213 14422839296 22006 33554432000 4194304 4196468 140723212972464 140723212955008 140114481446647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
/proc/25579/statm: 3521201 22006 3500 1 0 3483273 0
[pid=25579/tid=25581] ppid=25576 vsize=14084804 memory=752 CPUtime=0.67 cores=1,3,5,7
/proc/25579/task/25581/stat : 25581 (java) R 25576 25579 25230 0 -1 4202560 14978 0 0 0 64 3 0 0 20 0 15 0 271916213 14422839296 22006 33554432000 4194304 4196468 140723212972464 140114485670752 140114461022872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25582] ppid=25576 vsize=14084804 memory=1124 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25582/stat : 25582 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916214 14422839296 22006 33554432000 4194304 4196468 140723212972464 140114451159824 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25583] ppid=25576 vsize=14084804 memory=1824 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25583/stat : 25583 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916214 14422839296 22006 33554432000 4194304 4196468 140723212972464 140114076244880 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25584] ppid=25576 vsize=14084804 memory=7302135314614015845 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25584/stat : 25584 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916214 14422839296 22006 33554432000 4194304 4196468 140723212972464 140114075192336 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25585] ppid=25576 vsize=14084804 memory=7378396380443208548 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25585/stat : 25585 (java) S 25576 25579 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271916214 14422839296 22006 33554432000 4194304 4196468 140723212972464 140114074139792 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25586] ppid=25576 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25586/stat : 25586 (java) S 25576 25579 25230 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 271916215 14422839296 22006 33554432000 4194304 4196468 140723212972464 140113394378736 140114481457794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25587] ppid=25576 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25587/stat : 25587 (java) S 25576 25579 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271916216 14422839296 22006 33554432000 4194304 4196468 140723212972464 140113393324960 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25588] ppid=25576 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25588/stat : 25588 (java) S 25576 25579 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271916216 14422839296 22006 33554432000 4194304 4196468 140723212972464 140113392272368 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25589] ppid=25576 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25589/stat : 25589 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916218 14422839296 22006 33554432000 4194304 4196468 140723212972464 140113391220944 140114481465243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25590] ppid=25576 vsize=14084804 memory=231 CPUtime=0.05 cores=1,3,5,7
/proc/25579/task/25590/stat : 25590 (java) S 25576 25579 25230 0 -1 1077944384 561 0 0 0 5 0 0 0 20 0 15 0 271916218 14422839296 22006 33554432000 4194304 4196468 140723212972464 140113390168560 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25591] ppid=25576 vsize=14084804 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/25579/task/25591/stat : 25591 (java) S 25576 25579 25230 0 -1 1077944384 413 0 0 0 8 0 0 0 20 0 15 0 271916218 14422839296 22006 33554432000 4194304 4196468 140723212972464 140113389116016 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25592] ppid=25576 vsize=14084804 memory=712 CPUtime=0.15 cores=1,3,5,7
/proc/25579/task/25592/stat : 25592 (java) S 25576 25579 25230 0 -1 1077944384 592 0 0 0 15 0 0 0 20 0 15 0 271916218 14422839296 22006 33554432000 4194304 4196468 140723212972464 140113388063472 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25593] ppid=25576 vsize=14084804 memory=280885761314288 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25593/stat : 25593 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916219 14422839296 22006 33554432000 4194304 4196468 140723212972464 140113387011168 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25594] ppid=25576 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25594/stat : 25594 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916219 14422839296 22006 33554432000 4194304 4196468 140723212972464 140113385957680 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88024 KiB

[startup+1.50081 s]
/proc/loadavg: 1.65 1.50 1.36 5/216 25594
/proc/meminfo: memFree=23988496/32770624 swapFree=67108196/67108860
[pid=25579] ppid=25576 vsize=14086852 memory=190964 CPUtime=3.5 cores=1,3,5,7
/proc/25579/stat : 25579 (java) S 25576 25579 25230 0 -1 1077944320 24163 0 0 0 343 7 0 0 20 0 15 0 271916213 14424936448 47741 33554432000 4194304 4196468 140723212972464 140723212955008 140114481446647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
/proc/25579/statm: 3521713 47741 3552 1 0 3483785 0
[pid=25579/tid=25581] ppid=25576 vsize=14086852 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/25579/task/25581/stat : 25581 (java) R 25576 25579 25230 0 -1 4202560 17240 0 0 0 142 4 0 0 20 0 15 0 271916213 14424936448 47741 33554432000 4194304 4196468 140723212972464 140114485681200 140114122428905 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25582] ppid=25576 vsize=14086852 memory=-3535359994705172579 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25582/stat : 25582 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916214 14424936448 47741 33554432000 4194304 4196468 140723212972464 140114451159824 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25583] ppid=25576 vsize=14086852 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25583/stat : 25583 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916214 14424936448 47741 33554432000 4194304 4196468 140723212972464 140114076244880 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25584] ppid=25576 vsize=14086852 memory=-6366504964593248607 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25584/stat : 25584 (java) S 25576 25579 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271916214 14424936448 47741 33554432000 4194304 4196468 140723212972464 140114075192336 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25585] ppid=25576 vsize=14086852 memory=-6441413357968170793 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25585/stat : 25585 (java) S 25576 25579 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271916214 14424936448 47741 33554432000 4194304 4196468 140723212972464 140114074139792 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25586] ppid=25576 vsize=14086852 memory=9049592684953632941 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25586/stat : 25586 (java) S 25576 25579 25230 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 271916215 14424936448 47741 33554432000 4194304 4196468 140723212972464 140113394378736 140114481457794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0

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

/proc/25579/task/25581/stat : 25581 (java) R 25576 25579 25230 0 -1 4202560 72460 0 0 0 237862 33 0 0 20 0 15 0 271916213 14431227904 371658 33554432000 4194304 4196468 140723212972464 140114485684832 140114132122137 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25582] ppid=25576 vsize=14092996 memory=1487144 CPUtime=2.38 cores=1,3,5,7
/proc/25579/task/25582/stat : 25582 (java) S 25576 25579 25230 0 -1 1077944384 13421 0 0 0 223 15 0 0 20 0 15 0 271916214 14431227904 371658 33554432000 4194304 4196468 140723212972464 140114451159824 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25583] ppid=25576 vsize=14092996 memory=1488684 CPUtime=2.38 cores=1,3,5,7
/proc/25579/task/25583/stat : 25583 (java) S 25576 25579 25230 0 -1 1077944384 13578 0 0 0 223 15 0 0 20 0 15 0 271916214 14431227904 371658 33554432000 4194304 4196468 140723212972464 140114076244880 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25584] ppid=25576 vsize=14092996 memory=1488684 CPUtime=2.38 cores=1,3,5,7
/proc/25579/task/25584/stat : 25584 (java) S 25576 25579 25230 0 -1 1077944384 13480 0 0 0 222 16 0 0 20 0 15 0 271916214 14431227904 371658 33554432000 4194304 4196468 140723212972464 140114075192336 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25585] ppid=25576 vsize=14092996 memory=1486632 CPUtime=2.37 cores=1,3,5,7
/proc/25579/task/25585/stat : 25585 (java) S 25576 25579 25230 0 -1 1077944384 12399 0 0 0 221 16 0 0 20 0 15 0 271916214 14431227904 371658 33554432000 4194304 4196468 140723212972464 140114074139792 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25586] ppid=25576 vsize=14092996 memory=1487656 CPUtime=0.7 cores=1,3,5,7
/proc/25579/task/25586/stat : 25586 (java) S 25576 25579 25230 0 -1 1077944384 14212 0 0 0 63 7 0 0 20 0 15 0 271916215 14431227904 371658 33554432000 4194304 4196468 140723212972464 140113394378736 140114481457794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25587] ppid=25576 vsize=14092996 memory=1487656 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25587/stat : 25587 (java) S 25576 25579 25230 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 271916216 14431227904 371658 33554432000 4194304 4196468 140723212972464 140113393325024 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25588] ppid=25576 vsize=14092996 memory=1487656 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25588/stat : 25588 (java) S 25576 25579 25230 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 271916216 14431227904 371658 33554432000 4194304 4196468 140723212972464 140113392272384 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25589] ppid=25576 vsize=14092996 memory=932 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25589/stat : 25589 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916218 14431227904 371658 33554432000 4194304 4196468 140723212972464 140113391220944 140114481465243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25590] ppid=25576 vsize=14092996 memory=1487656 CPUtime=4.19 cores=1,3,5,7
/proc/25579/task/25590/stat : 25590 (java) S 25576 25579 25230 0 -1 1077944384 14443 0 0 0 418 1 0 0 20 0 15 0 271916218 14431227904 371658 33554432000 4194304 4196468 140723212972464 140113390168560 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25591] ppid=25576 vsize=14092996 memory=1487656 CPUtime=3.8 cores=1,3,5,7
/proc/25579/task/25591/stat : 25591 (java) S 25576 25579 25230 0 -1 1077944384 8439 0 0 0 379 1 0 0 20 0 15 0 271916218 14431227904 371658 33554432000 4194304 4196468 140723212972464 140113389116016 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25592] ppid=25576 vsize=14092996 memory=1487144 CPUtime=1.35 cores=1,3,5,7
/proc/25579/task/25592/stat : 25592 (java) S 25576 25579 25230 0 -1 1077944384 10928 0 0 0 133 2 0 0 20 0 15 0 271916218 14431227904 371658 33554432000 4194304 4196468 140723212972464 140113388063472 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25593] ppid=25576 vsize=14092996 memory=3760 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25593/stat : 25593 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916219 14431227904 371658 33554432000 4194304 4196468 140723212972464 140113387011168 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25594] ppid=25576 vsize=14092996 memory=1752 CPUtime=0.48 cores=1,3,5,7
/proc/25579/task/25594/stat : 25594 (java) S 25576 25579 25230 0 -1 1077944384 1152 0 0 0 23 25 0 0 20 0 15 0 271916219 14431227904 371658 33554432000 4194304 4196468 140723212972464 140113385957680 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
Current children cumulated CPU time: 2399.08 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1486632 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.56 1.57 3/215 25747
/proc/meminfo: memFree=22394352/32770624 swapFree=67108196/67108860
[pid=25579] ppid=25576 vsize=14092996 memory=1481500 CPUtime=2459.29 cores=1,3,5,7
/proc/25579/stat : 25579 (java) S 25576 25579 25230 0 -1 1077944320 177329 0 0 0 245803 126 0 0 20 0 15 0 271916213 14431227904 370375 33554432000 4194304 4196468 140723212972464 140723212955008 140114481446647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
/proc/25579/statm: 3523249 370375 3623 1 0 3485321 0
[pid=25579/tid=25581] ppid=25576 vsize=14092996 memory=1481500 CPUtime=2438.84 cores=1,3,5,7
/proc/25579/task/25581/stat : 25581 (java) R 25576 25579 25230 0 -1 4202560 72909 0 0 0 243851 33 0 0 20 0 15 0 271916213 14431227904 370375 33554432000 4194304 4196468 140723212972464 140114485684464 140114130696875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25582] ppid=25576 vsize=14092996 memory=1481500 CPUtime=2.45 cores=1,3,5,7
/proc/25579/task/25582/stat : 25582 (java) S 25576 25579 25230 0 -1 1077944384 13731 0 0 0 230 15 0 0 20 0 15 0 271916214 14431227904 370375 33554432000 4194304 4196468 140723212972464 140114451159824 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25583] ppid=25576 vsize=14092996 memory=1484068 CPUtime=2.44 cores=1,3,5,7
/proc/25579/task/25583/stat : 25583 (java) S 25576 25579 25230 0 -1 1077944384 13659 0 0 0 229 15 0 0 20 0 15 0 271916214 14431227904 370375 33554432000 4194304 4196468 140723212972464 140114076244880 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25584] ppid=25576 vsize=14092996 memory=1482528 CPUtime=2.45 cores=1,3,5,7
/proc/25579/task/25584/stat : 25584 (java) S 25576 25579 25230 0 -1 1077944384 13610 0 0 0 229 16 0 0 20 0 15 0 271916214 14431227904 370375 33554432000 4194304 4196468 140723212972464 140114075192336 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25585] ppid=25576 vsize=14092996 memory=56 CPUtime=2.44 cores=1,3,5,7
/proc/25579/task/25585/stat : 25585 (java) S 25576 25579 25230 0 -1 1077944384 12612 0 0 0 228 16 0 0 20 0 15 0 271916214 14431227904 370375 33554432000 4194304 4196468 140723212972464 140114074139792 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25586] ppid=25576 vsize=14092996 memory=1481500 CPUtime=0.73 cores=1,3,5,7
/proc/25579/task/25586/stat : 25586 (java) S 25576 25579 25230 0 -1 1077944384 14392 0 0 0 66 7 0 0 20 0 15 0 271916215 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113394378736 140114481457794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25587] ppid=25576 vsize=14092996 memory=1481500 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25587/stat : 25587 (java) S 25576 25579 25230 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 271916216 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113393325024 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25588] ppid=25576 vsize=14092996 memory=1481500 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25588/stat : 25588 (java) S 25576 25579 25230 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 271916216 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113392272384 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25589] ppid=25576 vsize=14092996 memory=10072 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25589/stat : 25589 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916218 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113391220944 140114481465243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25590] ppid=25576 vsize=14092996 memory=1481500 CPUtime=4.19 cores=1,3,5,7
/proc/25579/task/25590/stat : 25590 (java) S 25576 25579 25230 0 -1 1077944384 14445 0 0 0 418 1 0 0 20 0 15 0 271916218 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113390168560 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25591] ppid=25576 vsize=14092996 memory=1481500 CPUtime=3.8 cores=1,3,5,7
/proc/25579/task/25591/stat : 25591 (java) S 25576 25579 25230 0 -1 1077944384 8441 0 0 0 379 1 0 0 20 0 15 0 271916218 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113389116016 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25592] ppid=25576 vsize=14092996 memory=1481500 CPUtime=1.35 cores=1,3,5,7
/proc/25579/task/25592/stat : 25592 (java) S 25576 25579 25230 0 -1 1077944384 10930 0 0 0 133 2 0 0 20 0 15 0 271916218 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113388063472 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25593] ppid=25576 vsize=14092996 memory=504 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25593/stat : 25593 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916219 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113387011168 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25594] ppid=25576 vsize=14092996 memory=1481500 CPUtime=0.48 cores=1,3,5,7
/proc/25579/task/25594/stat : 25594 (java) S 25576 25579 25230 0 -1 1077944384 1167 0 0 0 23 25 0 0 20 0 15 0 271916219 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113385957680 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
Current children cumulated CPU time: 2459.29 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1481500 KiB

[startup+2502.3 s]
/proc/loadavg: 1.52 1.58 1.58 3/215 25825
/proc/meminfo: memFree=22650612/32770624 swapFree=67108196/67108860
[pid=25579] ppid=25576 vsize=14092996 memory=1481500 CPUtime=2519.5 cores=1,3,5,7
/proc/25579/stat : 25579 (java) S 25576 25579 25230 0 -1 1077944320 178748 0 0 0 251823 127 0 0 20 0 15 0 271916213 14431227904 370375 33554432000 4194304 4196468 140723212972464 140723212955008 140114481446647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
/proc/25579/statm: 3523249 370375 3623 1 0 3485321 0
[pid=25579/tid=25581] ppid=25576 vsize=14092996 memory=1481500 CPUtime=2498.74 cores=1,3,5,7
/proc/25579/task/25581/stat : 25581 (java) R 25576 25579 25230 0 -1 4202560 73361 0 0 0 249841 33 0 0 20 0 15 0 271916213 14431227904 370375 33554432000 4194304 4196468 140723212972464 140114485684832 140114132430215 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25582] ppid=25576 vsize=14092996 memory=1481500 CPUtime=2.51 cores=1,3,5,7
/proc/25579/task/25582/stat : 25582 (java) S 25576 25579 25230 0 -1 1077944384 13889 0 0 0 236 15 0 0 20 0 15 0 271916214 14431227904 370375 33554432000 4194304 4196468 140723212972464 140114451159824 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25583] ppid=25576 vsize=14092996 memory=1481500 CPUtime=2.51 cores=1,3,5,7
/proc/25579/task/25583/stat : 25583 (java) S 25576 25579 25230 0 -1 1077944384 13869 0 0 0 236 15 0 0 20 0 15 0 271916214 14431227904 370375 33554432000 4194304 4196468 140723212972464 140114076244880 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25584] ppid=25576 vsize=14092996 memory=1481500 CPUtime=2.52 cores=1,3,5,7
/proc/25579/task/25584/stat : 25584 (java) S 25576 25579 25230 0 -1 1077944384 13886 0 0 0 236 16 0 0 20 0 15 0 271916214 14431227904 370375 33554432000 4194304 4196468 140723212972464 140114075192336 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25585] ppid=25576 vsize=14092996 memory=1481500 CPUtime=2.5 cores=1,3,5,7
/proc/25579/task/25585/stat : 25585 (java) S 25576 25579 25230 0 -1 1077944384 12729 0 0 0 234 16 0 0 20 0 15 0 271916214 14431227904 370375 33554432000 4194304 4196468 140723212972464 140114074139792 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25586] ppid=25576 vsize=14092996 memory=1481500 CPUtime=0.76 cores=1,3,5,7
/proc/25579/task/25586/stat : 25586 (java) S 25576 25579 25230 0 -1 1077944384 14574 0 0 0 69 7 0 0 20 0 15 0 271916215 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113394378736 140114481457794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25587] ppid=25576 vsize=14092996 memory=1481500 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25587/stat : 25587 (java) S 25576 25579 25230 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 271916216 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113393325024 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25588] ppid=25576 vsize=14092996 memory=1481500 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25588/stat : 25588 (java) S 25576 25579 25230 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 271916216 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113392272384 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25589] ppid=25576 vsize=14092996 memory=1481500 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25589/stat : 25589 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916218 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113391220944 140114481465243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25590] ppid=25576 vsize=14092996 memory=1481500 CPUtime=4.19 cores=1,3,5,7
/proc/25579/task/25590/stat : 25590 (java) S 25576 25579 25230 0 -1 1077944384 14447 0 0 0 418 1 0 0 20 0 15 0 271916218 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113390168560 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25591] ppid=25576 vsize=14092996 memory=0 CPUtime=3.8 cores=1,3,5,7
/proc/25579/task/25591/stat : 25591 (java) S 25576 25579 25230 0 -1 1077944384 8443 0 0 0 379 1 0 0 20 0 15 0 271916218 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113389116016 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25592] ppid=25576 vsize=14092996 memory=3760 CPUtime=1.35 cores=1,3,5,7
/proc/25579/task/25592/stat : 25592 (java) S 25576 25579 25230 0 -1 1077944384 10932 0 0 0 133 2 0 0 20 0 15 0 271916218 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113388063472 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25593] ppid=25576 vsize=14092996 memory=1481500 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25593/stat : 25593 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916219 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113387011168 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25594] ppid=25576 vsize=14092996 memory=1481500 CPUtime=0.5 cores=1,3,5,7
/proc/25579/task/25594/stat : 25594 (java) S 25576 25579 25230 0 -1 1077944384 1185 0 0 0 24 26 0 0 20 0 15 0 271916219 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113385957680 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
Current children cumulated CPU time: 2519.5 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1481500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2502.8 s]
/proc/loadavg: 1.52 1.58 1.58 3/215 25825
/proc/meminfo: memFree=22650612/32770624 swapFree=67108196/67108860
[pid=25579] ppid=25576 vsize=14092996 memory=1481500 CPUtime=2520 cores=1,3,5,7
/proc/25579/stat : 25579 (java) S 25576 25579 25230 0 -1 1077944320 178748 0 0 0 251873 127 0 0 20 0 15 0 271916213 14431227904 370375 33554432000 4194304 4196468 140723212972464 140723212955008 140114481446647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
/proc/25579/statm: 3523249 370375 3623 1 0 3485321 0
[pid=25579/tid=25581] ppid=25576 vsize=14092996 memory=1124 CPUtime=2499.23 cores=1,3,5,7
/proc/25579/task/25581/stat : 25581 (java) R 25576 25579 25230 0 -1 4202560 73361 0 0 0 249890 33 0 0 20 0 15 0 271916213 14431227904 370375 33554432000 4194304 4196468 140723212972464 140114485684832 140114131699151 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25582] ppid=25576 vsize=14092996 memory=1824 CPUtime=2.51 cores=1,3,5,7
/proc/25579/task/25582/stat : 25582 (java) S 25576 25579 25230 0 -1 1077944384 13889 0 0 0 236 15 0 0 20 0 15 0 271916214 14431227904 370375 33554432000 4194304 4196468 140723212972464 140114451159824 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25583] ppid=25576 vsize=14092996 memory=1356 CPUtime=2.51 cores=1,3,5,7
/proc/25579/task/25583/stat : 25583 (java) S 25576 25579 25230 0 -1 1077944384 13869 0 0 0 236 15 0 0 20 0 15 0 271916214 14431227904 370375 33554432000 4194304 4196468 140723212972464 140114076244880 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25584] ppid=25576 vsize=14092996 memory=1481500 CPUtime=2.52 cores=1,3,5,7
/proc/25579/task/25584/stat : 25584 (java) S 25576 25579 25230 0 -1 1077944384 13886 0 0 0 236 16 0 0 20 0 15 0 271916214 14431227904 370375 33554432000 4194304 4196468 140723212972464 140114075192336 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25585] ppid=25576 vsize=14092996 memory=6944656592455097440 CPUtime=2.5 cores=1,3,5,7
/proc/25579/task/25585/stat : 25585 (java) S 25576 25579 25230 0 -1 1077944384 12729 0 0 0 234 16 0 0 20 0 15 0 271916214 14431227904 370375 33554432000 4194304 4196468 140723212972464 140114074139792 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25586] ppid=25576 vsize=14092996 memory=6944656592455097440 CPUtime=0.76 cores=1,3,5,7
/proc/25579/task/25586/stat : 25586 (java) S 25576 25579 25230 0 -1 1077944384 14574 0 0 0 69 7 0 0 20 0 15 0 271916215 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113394378736 140114481457794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25587] ppid=25576 vsize=14092996 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25587/stat : 25587 (java) S 25576 25579 25230 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 271916216 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113393325024 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25588] ppid=25576 vsize=14092996 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25588/stat : 25588 (java) S 25576 25579 25230 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 271916216 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113392272384 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25589] ppid=25576 vsize=14092996 memory=1481500 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25589/stat : 25589 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916218 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113391220944 140114481465243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25590] ppid=25576 vsize=14092996 memory=10072 CPUtime=4.19 cores=1,3,5,7
/proc/25579/task/25590/stat : 25590 (java) S 25576 25579 25230 0 -1 1077944384 14447 0 0 0 418 1 0 0 20 0 15 0 271916218 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113390168560 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25591] ppid=25576 vsize=14092996 memory=5012 CPUtime=3.8 cores=1,3,5,7
/proc/25579/task/25591/stat : 25591 (java) S 25576 25579 25230 0 -1 1077944384 8443 0 0 0 379 1 0 0 20 0 15 0 271916218 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113389116016 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25592] ppid=25576 vsize=14092996 memory=752 CPUtime=1.35 cores=1,3,5,7
/proc/25579/task/25592/stat : 25592 (java) S 25576 25579 25230 0 -1 1077944384 10932 0 0 0 133 2 0 0 20 0 15 0 271916218 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113388063472 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25593] ppid=25576 vsize=14092996 memory=1124 CPUtime=0 cores=1,3,5,7
/proc/25579/task/25593/stat : 25593 (java) S 25576 25579 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271916219 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113387011168 140114481456853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
[pid=25579/tid=25594] ppid=25576 vsize=14092996 memory=1824 CPUtime=0.5 cores=1,3,5,7
/proc/25579/task/25594/stat : 25594 (java) S 25576 25579 25230 0 -1 1077944384 1185 0 0 0 24 26 0 0 20 0 15 0 271916219 14431227904 370375 33554432000 4194304 4196468 140723212972464 140113385957680 140114481457794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 37003264 140723212981321 140723212981513 140723212981513 140723212984271 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1481500 KiB

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

[startup+2502.81 s]
# the end of solver process 25579 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.75 s, system=1.28139 s

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

Child status: 143
Real time (s): 2502.81
CPU time (s): 2520.03
CPU user time (s): 2518.75
CPU system time (s): 1.28139
CPU usage (%): 100.688
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 2063716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.75
system time used= 1.28139
maximum resident set size= 2065248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179059
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74180
involuntary context switches= 1019


# summary of solver processes directly reported to runsolver:
#   pid: 25579
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2518.75
#   total CPU system time (s): 1.28139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6851 second user time and 22.0172 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-18 00:05:30
IDJOB=4311685
IDBENCH=141061
IDSOLVER=2799
FILE ID=node151/4311685-1534543530
RUNJOBID= node151-1534541038-25262
PBS_JOBID= 21038628
Free space on /tmp= 51372 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/NurseRostering/NurseRostering-12_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311685-1534543530/watcher-4311685-1534543530 -o /tmp/evaluation-result-4311685-1534543530/solver-4311685-1534543530 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534541038-25262 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 146541537 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311685-1534543530.xml

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

MD5SUM BENCH= 2a283c05e31c4b30f3ec3c3182bebd94
RANDOM SEED=146541537

node151.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.87
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.87
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.87
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.87
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:        24091960 kB
MemAvailable:   31655260 kB
Buffers:          211840 kB
Cached:          7624980 kB
SwapCached:           12 kB
Active:          4352460 kB
Inactive:        3774224 kB
Active(anon):     259800 kB
Inactive(anon):    98628 kB
Active(file):    4092660 kB
Inactive(file):  3675596 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             36164 kB
Writeback:             0 kB
AnonPages:        297888 kB
Mapped:            33640 kB
Shmem:             65908 kB
Slab:             249928 kB
SReclaimable:     221756 kB
SUnreclaim:        28172 kB
KernelStack:        3584 kB
PageTables:         5884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1236060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51336 MiB
End job on node151 at 2018-08-18 00:47:13