Trace number 4308535

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) 2520.05 2503.82

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-14
0.67/0.56	c seed: 344308181
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
11.20/4.44	c Parsing done, starting first complete search...
2520.03/2503.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 (12929 MiB free)
  memory of node 1: 16384 MiB (9679 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308535-1534275810/watcher-4308535-1534275810 -o /tmp/evaluation-result-4308535-1534275810/solver-4308535-1534275810 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534270838-13462 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 344308181 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308535-1534275810.xml 

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

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=14073, runsolver pid=14070

[startup+0.100119 s]*
/proc/loadavg: 1.32 1.36 1.39 3/216 14088
/proc/meminfo: memFree=23134308/32770624 swapFree=67108368/67108860
[pid=14073] ppid=14070 vsize=14082736 memory=33212 CPUtime=0.11 cores=0,2,4,6
/proc/14073/stat : 14073 (java) S 14070 14073 11932 0 -1 1077944320 7217 0 0 0 10 1 0 0 20 0 15 0 245144199 14420721664 8303 33554432000 4194304 4196468 140722281344176 140722281326720 139902230544119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
/proc/14073/statm: 3520684 8303 3135 1 0 3482761 0
[pid=14073/tid=14075] ppid=14070 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/14073/task/14075/stat : 14075 (java) R 14070 14073 11932 0 -1 4202560 5307 0 0 0 8 1 0 0 20 0 15 0 245144199 14420721664 8303 33554432000 4194304 4196468 140722281344176 139902234728800 139902216742064 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14076] ppid=14070 vsize=14082736 memory=5793854932937681337 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14076/stat : 14076 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144200 14420721664 8303 33554432000 4194304 4196468 140722281344176 139902187097104 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14077] ppid=14070 vsize=14082736 memory=139681927788160 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14077/stat : 14077 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144200 14420721664 8303 33554432000 4194304 4196468 140722281344176 139902186044560 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14078] ppid=14070 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14078/stat : 14078 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144200 14420721664 8303 33554432000 4194304 4196468 140722281344176 139901824068368 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14079] ppid=14070 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14079/stat : 14079 (java) S 14070 14073 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245144200 14420721664 8303 33554432000 4194304 4196468 140722281344176 139901823015824 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14080] ppid=14070 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14080/stat : 14080 (java) S 14070 14073 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245144201 14420721664 8303 33554432000 4194304 4196468 140722281344176 139901570865392 139902230555266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14081] ppid=14070 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14081/stat : 14081 (java) S 14070 14073 11932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245144202 14420721664 8303 33554432000 4194304 4196468 140722281344176 139901569811616 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14082] ppid=14070 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14082/stat : 14082 (java) S 14070 14073 11932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245144202 14420721664 8303 33554432000 4194304 4196468 140722281344176 139901568758512 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14083] ppid=14070 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14083/stat : 14083 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144204 14420721664 8303 33554432000 4194304 4196468 140722281344176 139901567707088 139902230562715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14084] ppid=14070 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14084/stat : 14084 (java) S 14070 14073 11932 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 245144204 14420721664 8303 33554432000 4194304 4196468 140722281344176 139901566655216 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14085] ppid=14070 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14085/stat : 14085 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144204 14420721664 8303 33554432000 4194304 4196468 140722281344176 139901565602672 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14086] ppid=14070 vsize=14082736 memory=139681927788160 CPUtime=0.01 cores=0,2,4,6
/proc/14073/task/14086/stat : 14086 (java) S 14070 14073 11932 0 -1 1077944384 237 0 0 0 1 0 0 0 20 0 15 0 245144204 14420721664 8303 33554432000 4194304 4196468 140722281344176 139901564549616 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14087] ppid=14070 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14087/stat : 14087 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144205 14420721664 8303 33554432000 4194304 4196468 140722281344176 139901563497312 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14088] ppid=14070 vsize=14082736 memory=139681927788160 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14088/stat : 14088 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144205 14420721664 8303 33554432000 4194304 4196468 140722281344176 139901562444336 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33212 KiB

[startup+0.210398 s]*
/proc/loadavg: 1.32 1.36 1.39 4/216 14088
/proc/meminfo: memFree=23101096/32770624 swapFree=67108368/67108860
[pid=14073] ppid=14070 vsize=14082736 memory=46896 CPUtime=0.31 cores=0,2,4,6
/proc/14073/stat : 14073 (java) S 14070 14073 11932 0 -1 1077944320 10309 0 0 0 28 3 0 0 20 0 15 0 245144199 14420721664 11724 33554432000 4194304 4196468 140722281344176 140722281326720 139902230544119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
/proc/14073/statm: 3520684 11724 3381 1 0 3482761 0
[pid=14073/tid=14075] ppid=14070 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=0,2,4,6
/proc/14073/task/14075/stat : 14075 (java) R 14070 14073 11932 0 -1 1077944384 8039 0 0 0 18 1 0 0 20 0 15 0 245144199 14420721664 11724 33554432000 4194304 4196468 140722281344176 139902234773840 139902230554325 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14076] ppid=14070 vsize=14082736 memory=4211973408132578698 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14076/stat : 14076 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144200 14420721664 11724 33554432000 4194304 4196468 140722281344176 139902187097104 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14077] ppid=14070 vsize=14082736 memory=139681927788160 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14077/stat : 14077 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144200 14420721664 11724 33554432000 4194304 4196468 140722281344176 139902186044560 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14078] ppid=14070 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14078/stat : 14078 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144200 14420721664 11724 33554432000 4194304 4196468 140722281344176 139901824068368 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14079] ppid=14070 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14079/stat : 14079 (java) S 14070 14073 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245144200 14420721664 11724 33554432000 4194304 4196468 140722281344176 139901823015824 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14080] ppid=14070 vsize=14082736 memory=139681927788160 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14080/stat : 14080 (java) S 14070 14073 11932 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 245144201 14420721664 11724 33554432000 4194304 4196468 140722281344176 139901570865392 139902230555266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14081] ppid=14070 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14081/stat : 14081 (java) S 14070 14073 11932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245144202 14420721664 11724 33554432000 4194304 4196468 140722281344176 139901569811616 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14082] ppid=14070 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14082/stat : 14082 (java) S 14070 14073 11932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245144202 14420721664 11724 33554432000 4194304 4196468 140722281344176 139901568758512 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14083] ppid=14070 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14083/stat : 14083 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144204 14420721664 11724 33554432000 4194304 4196468 140722281344176 139901567707088 139902230562715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14084] ppid=14070 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/14073/task/14084/stat : 14084 (java) R 14070 14073 11932 0 -1 4202560 337 0 0 0 1 0 0 0 20 0 15 0 245144204 14420721664 11724 33554432000 4194304 4196468 140722281344176 139901566655136 139902215667870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14085] ppid=14070 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/14073/task/14085/stat : 14085 (java) R 14070 14073 11932 0 -1 4202560 257 0 0 0 1 0 0 0 20 0 15 0 245144204 14420721664 11724 33554432000 4194304 4196468 140722281344176 139901565583688 139902222781246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14086] ppid=14070 vsize=14082736 memory=139681927788160 CPUtime=0.06 cores=0,2,4,6
/proc/14073/task/14086/stat : 14086 (java) S 14070 14073 11932 0 -1 1077944384 293 0 0 0 6 0 0 0 20 0 15 0 245144204 14420721664 11724 33554432000 4194304 4196468 140722281344176 139901564549616 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14087] ppid=14070 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14087/stat : 14087 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144205 14420721664 11724 33554432000 4194304 4196468 140722281344176 139901563497312 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14088] ppid=14070 vsize=14082736 memory=139681927788160 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14088/stat : 14088 (java) S 14070 14073 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245144205 14420721664 11724 33554432000 4194304 4196468 140722281344176 139901562444336 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46896 KiB

[startup+0.310486 s]*
/proc/loadavg: 1.32 1.36 1.39 4/216 14088
/proc/meminfo: memFree=23102692/32770624 swapFree=67108368/67108860
[pid=14073] ppid=14070 vsize=14082736 memory=50380 CPUtime=0.44 cores=0,2,4,6
/proc/14073/stat : 14073 (java) S 14070 14073 11932 0 -1 1077944320 10714 0 0 0 41 3 0 0 20 0 15 0 245144199 14420721664 12595 33554432000 4194304 4196468 140722281344176 140722281326720 139902230544119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
/proc/14073/statm: 3520684 12595 3420 1 0 3482761 0
[pid=14073/tid=14075] ppid=14070 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/14073/task/14075/stat : 14075 (java) R 14070 14073 11932 0 -1 4202560 8402 0 0 0 28 2 0 0 20 0 15 0 245144199 14420721664 12595 33554432000 4194304 4196468 140722281344176 139902234725168 139902210809909 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14076] ppid=14070 vsize=14082736 memory=4211973408132578698 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14076/stat : 14076 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144200 14420721664 12595 33554432000 4194304 4196468 140722281344176 139902187097104 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14077] ppid=14070 vsize=14082736 memory=139681927790511 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14077/stat : 14077 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144200 14420721664 12595 33554432000 4194304 4196468 140722281344176 139902186044560 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14078] ppid=14070 vsize=14082736 memory=139681798936748 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14078/stat : 14078 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144200 14420721664 12595 33554432000 4194304 4196468 140722281344176 139901824068368 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14079] ppid=14070 vsize=14082736 memory=139681798933967 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14079/stat : 14079 (java) S 14070 14073 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245144200 14420721664 12595 33554432000 4194304 4196468 140722281344176 139901823015824 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14080] ppid=14070 vsize=14082736 memory=139681927800119 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14080/stat : 14080 (java) S 14070 14073 11932 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 245144201 14420721664 12595 33554432000 4194304 4196468 140722281344176 139901570865392 139902230555266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14081] ppid=14070 vsize=14082736 memory=139681798943151 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14081/stat : 14081 (java) S 14070 14073 11932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245144202 14420721664 12595 33554432000 4194304 4196468 140722281344176 139901569811616 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14082] ppid=14070 vsize=14082736 memory=279363597877136 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14082/stat : 14082 (java) S 14070 14073 11932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245144202 14420721664 12595 33554432000 4194304 4196468 140722281344176 139901568758512 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14083] ppid=14070 vsize=14082736 memory=279363597874832 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14083/stat : 14083 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144204 14420721664 12595 33554432000 4194304 4196468 140722281344176 139901567707088 139902230562715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14084] ppid=14070 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/14073/task/14084/stat : 14084 (java) S 14070 14073 11932 0 -1 1077944384 345 0 0 0 1 0 0 0 20 0 15 0 245144204 14420721664 12595 33554432000 4194304 4196468 140722281344176 139901566655216 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14085] ppid=14070 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/14073/task/14085/stat : 14085 (java) S 14070 14073 11932 0 -1 1077944384 269 0 0 0 2 0 0 0 20 0 15 0 245144204 14420721664 12595 33554432000 4194304 4196468 140722281344176 139901565602672 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14086] ppid=14070 vsize=14082736 memory=139681927788160 CPUtime=0.08 cores=0,2,4,6
/proc/14073/task/14086/stat : 14086 (java) S 14070 14073 11932 0 -1 1077944384 314 0 0 0 8 0 0 0 20 0 15 0 245144204 14420721664 12595 33554432000 4194304 4196468 140722281344176 139901564549616 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14087] ppid=14070 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14087/stat : 14087 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144205 14420721664 12595 33554432000 4194304 4196468 140722281344176 139901563497312 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14088] ppid=14070 vsize=14082736 memory=139681927788160 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14088/stat : 14088 (java) S 14070 14073 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245144205 14420721664 12595 33554432000 4194304 4196468 140722281344176 139901562444336 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50380 KiB

[startup+0.700698 s]
/proc/loadavg: 1.32 1.36 1.39 3/216 14088
/proc/meminfo: memFree=23089048/32770624 swapFree=67108368/67108860
[pid=14073] ppid=14070 vsize=14084804 memory=88780 CPUtime=1 cores=0,2,4,6
/proc/14073/stat : 14073 (java) S 14070 14073 11932 0 -1 1077944320 17570 0 0 0 94 6 0 0 20 0 15 0 245144199 14422839296 22195 33554432000 4194304 4196468 140722281344176 140722281326720 139902230544119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
/proc/14073/statm: 3521201 22195 3499 1 0 3483273 0
[pid=14073/tid=14075] ppid=14070 vsize=14084804 memory=872 CPUtime=0.67 cores=0,2,4,6
/proc/14073/task/14075/stat : 14075 (java) R 14070 14073 11932 0 -1 4202560 14847 0 0 0 63 4 0 0 20 0 15 0 245144199 14422839296 22195 33554432000 4194304 4196468 140722281344176 139902234758912 139902230566045 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14076] ppid=14070 vsize=14084804 memory=1920 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14076/stat : 14076 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144200 14422839296 22195 33554432000 4194304 4196468 140722281344176 139902187097104 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14077] ppid=14070 vsize=14084804 memory=6272 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14077/stat : 14077 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144200 14422839296 22195 33554432000 4194304 4196468 140722281344176 139902186044560 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14078] ppid=14070 vsize=14084804 memory=7014751519600366929 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14078/stat : 14078 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144200 14422839296 22195 33554432000 4194304 4196468 140722281344176 139901824068368 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14079] ppid=14070 vsize=14084804 memory=7019257425709197167 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14079/stat : 14079 (java) S 14070 14073 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245144200 14422839296 22195 33554432000 4194304 4196468 140722281344176 139901823015824 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14080] ppid=14070 vsize=14084804 memory=5787213857196369745 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14080/stat : 14080 (java) S 14070 14073 11932 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 245144201 14422839296 22195 33554432000 4194304 4196468 140722281344176 139901570865392 139902230555266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14081] ppid=14070 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14081/stat : 14081 (java) S 14070 14073 11932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245144202 14422839296 22195 33554432000 4194304 4196468 140722281344176 139901569811616 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14082] ppid=14070 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14082/stat : 14082 (java) S 14070 14073 11932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245144202 14422839296 22195 33554432000 4194304 4196468 140722281344176 139901568758512 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14083] ppid=14070 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14083/stat : 14083 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144204 14422839296 22195 33554432000 4194304 4196468 140722281344176 139901567707088 139902230562715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14084] ppid=14070 vsize=14084804 memory=218 CPUtime=0.06 cores=0,2,4,6
/proc/14073/task/14084/stat : 14084 (java) S 14070 14073 11932 0 -1 1077944384 502 0 0 0 6 0 0 0 20 0 15 0 245144204 14422839296 22195 33554432000 4194304 4196468 140722281344176 139901566655216 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14085] ppid=14070 vsize=14084804 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/14073/task/14085/stat : 14085 (java) S 14070 14073 11932 0 -1 1077944384 414 0 0 0 8 0 0 0 20 0 15 0 245144204 14422839296 22195 33554432000 4194304 4196468 140722281344176 139901565602672 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14086] ppid=14070 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/14073/task/14086/stat : 14086 (java) S 14070 14073 11932 0 -1 1077944384 426 0 0 0 15 0 0 0 20 0 15 0 245144204 14422839296 22195 33554432000 4194304 4196468 140722281344176 139901564549616 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14087] ppid=14070 vsize=14084804 memory=279363598061040 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14087/stat : 14087 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144205 14422839296 22195 33554432000 4194304 4196468 140722281344176 139901563497312 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14088] ppid=14070 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14088/stat : 14088 (java) S 14070 14073 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245144205 14422839296 22195 33554432000 4194304 4196468 140722281344176 139901562444336 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88780 KiB

[startup+1.50082 s]
/proc/loadavg: 1.32 1.36 1.39 5/216 14088
/proc/meminfo: memFree=23046784/32770624 swapFree=67108368/67108860
[pid=14073] ppid=14070 vsize=14086852 memory=189416 CPUtime=3.55 cores=0,2,4,6
/proc/14073/stat : 14073 (java) S 14070 14073 11932 0 -1 1077944320 29482 0 0 0 345 10 0 0 20 0 15 0 245144199 14424936448 47354 33554432000 4194304 4196468 140722281344176 140722281326720 139902230544119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
/proc/14073/statm: 3521713 47354 3549 1 0 3483785 0
[pid=14073/tid=14075] ppid=14070 vsize=14086852 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/14073/task/14075/stat : 14075 (java) R 14070 14073 11932 0 -1 4202560 18356 0 0 0 140 7 0 0 20 0 15 0 245144199 14424936448 47354 33554432000 4194304 4196468 140722281344176 139902234778048 139902211950377 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14076] ppid=14070 vsize=14086852 memory=-1088251628401078322 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14076/stat : 14076 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144200 14424936448 47354 33554432000 4194304 4196468 140722281344176 139902187097104 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14077] ppid=14070 vsize=14086852 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14077/stat : 14077 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144200 14424936448 47354 33554432000 4194304 4196468 140722281344176 139902186044560 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14078] ppid=14070 vsize=14086852 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14078/stat : 14078 (java) S 14070 14073 11932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245144200 14424936448 47354 33554432000 4194304 4196468 140722281344176 139901824068368 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14079] ppid=14070 vsize=14086852 memory=-7664956533926482478 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14079/stat : 14079 (java) S 14070 14073 11932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245144200 14424936448 47354 33554432000 4194304 4196468 140722281344176 139901823015824 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14080] ppid=14070 vsize=14086852 memory=-6079119013371602535 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14080/stat : 14080 (java) S 14070 14073 11932 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 245144201 14424936448 47354 33554432000 4194304 4196468 140722281344176 139901570865392 139902230555266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0

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

/proc/14073/task/14075/stat : 14075 (java) R 14070 14073 11932 0 -1 4202560 76956 0 0 0 237885 38 0 0 20 0 15 0 245144199 14431227904 402678 33554432000 4194304 4196468 140722281344176 139902234782368 139901879822952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14076] ppid=14070 vsize=14092996 memory=0 CPUtime=2.03 cores=0,2,4,6
/proc/14073/task/14076/stat : 14076 (java) S 14070 14073 11932 0 -1 1077944384 14969 0 0 0 187 16 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139902187097104 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14077] ppid=14070 vsize=14092996 memory=279363598855008 CPUtime=2.02 cores=0,2,4,6
/proc/14073/task/14077/stat : 14077 (java) S 14070 14073 11932 0 -1 1077944384 15274 0 0 0 186 16 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139902186044560 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14078] ppid=14070 vsize=14092996 memory=1610712 CPUtime=2.02 cores=0,2,4,6
/proc/14073/task/14078/stat : 14078 (java) S 14070 14073 11932 0 -1 1077944384 15834 0 0 0 186 16 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901824068368 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14079] ppid=14070 vsize=14092996 memory=1610712 CPUtime=2.03 cores=0,2,4,6
/proc/14073/task/14079/stat : 14079 (java) S 14070 14073 11932 0 -1 1077944384 15655 0 0 0 186 17 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901823015824 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14080] ppid=14070 vsize=14092996 memory=1610712 CPUtime=0.74 cores=0,2,4,6
/proc/14073/task/14080/stat : 14080 (java) S 14070 14073 11932 0 -1 1077944384 15891 0 0 0 67 7 0 0 20 0 15 0 245144201 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901570865392 139902230555266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14081] ppid=14070 vsize=14092996 memory=1610712 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14081/stat : 14081 (java) S 14070 14073 11932 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 245144202 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901569811680 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14082] ppid=14070 vsize=14092996 memory=1610712 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14082/stat : 14082 (java) S 14070 14073 11932 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 245144202 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901568758528 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14083] ppid=14070 vsize=14092996 memory=1610712 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14083/stat : 14083 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901567707088 139902230562715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14084] ppid=14070 vsize=14092996 memory=1610712 CPUtime=4.11 cores=0,2,4,6
/proc/14073/task/14084/stat : 14084 (java) S 14070 14073 11932 0 -1 1077944384 11748 0 0 0 409 2 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901566655216 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14085] ppid=14070 vsize=14092996 memory=1610712 CPUtime=3.85 cores=0,2,4,6
/proc/14073/task/14085/stat : 14085 (java) S 14070 14073 11932 0 -1 1077944384 10978 0 0 0 384 1 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901565602672 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14086] ppid=14070 vsize=14092996 memory=1764 CPUtime=1.37 cores=0,2,4,6
/proc/14073/task/14086/stat : 14086 (java) S 14070 14073 11932 0 -1 1077944384 7302 0 0 0 135 2 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901564549616 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14087] ppid=14070 vsize=14092996 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14087/stat : 14087 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144205 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901563497312 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14088] ppid=14070 vsize=14092996 memory=1610712 CPUtime=0.54 cores=0,2,4,6
/proc/14073/task/14088/stat : 14088 (java) S 14070 14073 11932 0 -1 1077944384 1559 0 0 0 25 29 0 0 20 0 15 0 245144205 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901562444336 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
Current children cumulated CPU time: 2398.02 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1610712 KiB

[startup+2442.3 s]
/proc/loadavg: 1.60 1.45 1.50 3/215 14182
/proc/meminfo: memFree=21698984/32770624 swapFree=67108368/67108860
[pid=14073] ppid=14070 vsize=14092996 memory=1610712 CPUtime=2458.29 cores=0,2,4,6
/proc/14073/stat : 14073 (java) S 14070 14073 11932 0 -1 1077944320 189397 0 0 0 245692 137 0 0 20 0 15 0 245144199 14431227904 402678 33554432000 4194304 4196468 140722281344176 140722281326720 139902230544119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
/proc/14073/statm: 3523249 402678 3620 1 0 3485321 0
[pid=14073/tid=14075] ppid=14070 vsize=14092996 memory=1610712 CPUtime=2439.09 cores=0,2,4,6
/proc/14073/task/14075/stat : 14075 (java) R 14070 14073 11932 0 -1 4202560 77753 0 0 0 243871 38 0 0 20 0 15 0 245144199 14431227904 402678 33554432000 4194304 4196468 140722281344176 139902234782160 139901879823075 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14076] ppid=14070 vsize=14092996 memory=1610712 CPUtime=2.11 cores=0,2,4,6
/proc/14073/task/14076/stat : 14076 (java) S 14070 14073 11932 0 -1 1077944384 15078 0 0 0 194 17 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139902187097104 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14077] ppid=14070 vsize=14092996 memory=1610712 CPUtime=2.11 cores=0,2,4,6
/proc/14073/task/14077/stat : 14077 (java) S 14070 14073 11932 0 -1 1077944384 15411 0 0 0 194 17 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139902186044560 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14078] ppid=14070 vsize=14092996 memory=1610712 CPUtime=2.11 cores=0,2,4,6
/proc/14073/task/14078/stat : 14078 (java) S 14070 14073 11932 0 -1 1077944384 16064 0 0 0 195 16 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901824068368 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14079] ppid=14070 vsize=14092996 memory=1610712 CPUtime=2.12 cores=0,2,4,6
/proc/14073/task/14079/stat : 14079 (java) S 14070 14073 11932 0 -1 1077944384 15995 0 0 0 194 18 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901823015824 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14080] ppid=14070 vsize=14092996 memory=1610712 CPUtime=0.77 cores=0,2,4,6
/proc/14073/task/14080/stat : 14080 (java) S 14070 14073 11932 0 -1 1077944384 16062 0 0 0 70 7 0 0 20 0 15 0 245144201 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901570865392 139902230555266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14081] ppid=14070 vsize=14092996 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14081/stat : 14081 (java) S 14070 14073 11932 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 245144202 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901569811680 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14082] ppid=14070 vsize=14092996 memory=14912 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14082/stat : 14082 (java) S 14070 14073 11932 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 245144202 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901568758528 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14083] ppid=14070 vsize=14092996 memory=1610712 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14083/stat : 14083 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901567707088 139902230562715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14084] ppid=14070 vsize=14092996 memory=1610712 CPUtime=4.11 cores=0,2,4,6
/proc/14073/task/14084/stat : 14084 (java) S 14070 14073 11932 0 -1 1077944384 11750 0 0 0 409 2 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901566655216 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14085] ppid=14070 vsize=14092996 memory=1610712 CPUtime=3.85 cores=0,2,4,6
/proc/14073/task/14085/stat : 14085 (java) S 14070 14073 11932 0 -1 1077944384 10980 0 0 0 384 1 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901565602672 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14086] ppid=14070 vsize=14092996 memory=1610712 CPUtime=1.37 cores=0,2,4,6
/proc/14073/task/14086/stat : 14086 (java) S 14070 14073 11932 0 -1 1077944384 7304 0 0 0 135 2 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901564549616 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14087] ppid=14070 vsize=14092996 memory=1610712 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14087/stat : 14087 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144205 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901563497312 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14088] ppid=14070 vsize=14092996 memory=928 CPUtime=0.54 cores=0,2,4,6
/proc/14073/task/14088/stat : 14088 (java) S 14070 14073 11932 0 -1 1077944384 1576 0 0 0 25 29 0 0 20 0 15 0 245144205 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901562444336 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
Current children cumulated CPU time: 2458.29 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1610712 KiB

[startup+2502.3 s]
/proc/loadavg: 1.57 1.47 1.50 3/215 14263
/proc/meminfo: memFree=21216564/32770624 swapFree=67108368/67108860
[pid=14073] ppid=14070 vsize=14092996 memory=1610712 CPUtime=2518.53 cores=0,2,4,6
/proc/14073/stat : 14073 (java) S 14070 14073 11932 0 -1 1077944320 191899 0 0 0 251713 140 0 0 20 0 15 0 245144199 14431227904 402678 33554432000 4194304 4196468 140722281344176 140722281326720 139902230544119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
/proc/14073/statm: 3523249 402678 3620 1 0 3485321 0
[pid=14073/tid=14075] ppid=14070 vsize=14092996 memory=1610712 CPUtime=2498.94 cores=0,2,4,6
/proc/14073/task/14075/stat : 14075 (java) R 14070 14073 11932 0 -1 4202560 78333 0 0 0 249856 38 0 0 20 0 15 0 245144199 14431227904 402678 33554432000 4194304 4196468 140722281344176 139902234782112 139901879822991 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14076] ppid=14070 vsize=14092996 memory=1610712 CPUtime=2.19 cores=0,2,4,6
/proc/14073/task/14076/stat : 14076 (java) S 14070 14073 11932 0 -1 1077944384 15501 0 0 0 202 17 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139902187097104 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14077] ppid=14070 vsize=14092996 memory=1610712 CPUtime=2.19 cores=0,2,4,6
/proc/14073/task/14077/stat : 14077 (java) S 14070 14073 11932 0 -1 1077944384 15902 0 0 0 202 17 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139902186044560 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14078] ppid=14070 vsize=14092996 memory=1610712 CPUtime=2.19 cores=0,2,4,6
/proc/14073/task/14078/stat : 14078 (java) S 14070 14073 11932 0 -1 1077944384 16309 0 0 0 203 16 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901824068368 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14079] ppid=14070 vsize=14092996 memory=1610712 CPUtime=2.2 cores=0,2,4,6
/proc/14073/task/14079/stat : 14079 (java) S 14070 14073 11932 0 -1 1077944384 16384 0 0 0 202 18 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901823015824 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14080] ppid=14070 vsize=14092996 memory=3684 CPUtime=0.82 cores=0,2,4,6
/proc/14073/task/14080/stat : 14080 (java) S 14070 14073 11932 0 -1 1077944384 16397 0 0 0 74 8 0 0 20 0 15 0 245144201 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901570865392 139902230555266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14081] ppid=14070 vsize=14092996 memory=1610712 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14081/stat : 14081 (java) S 14070 14073 11932 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 245144202 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901569811680 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14082] ppid=14070 vsize=14092996 memory=1610712 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14082/stat : 14082 (java) S 14070 14073 11932 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 245144202 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901568758528 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14083] ppid=14070 vsize=14092996 memory=1610712 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14083/stat : 14083 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901567707088 139902230562715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14084] ppid=14070 vsize=14092996 memory=1610712 CPUtime=4.11 cores=0,2,4,6
/proc/14073/task/14084/stat : 14084 (java) S 14070 14073 11932 0 -1 1077944384 11754 0 0 0 409 2 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901566655216 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14085] ppid=14070 vsize=14092996 memory=1610712 CPUtime=3.85 cores=0,2,4,6
/proc/14073/task/14085/stat : 14085 (java) S 14070 14073 11932 0 -1 1077944384 10984 0 0 0 384 1 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901565602672 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14086] ppid=14070 vsize=14092996 memory=1610712 CPUtime=1.37 cores=0,2,4,6
/proc/14073/task/14086/stat : 14086 (java) S 14070 14073 11932 0 -1 1077944384 7308 0 0 0 135 2 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901564549616 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14087] ppid=14070 vsize=14092996 memory=3684 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14087/stat : 14087 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144205 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901563497312 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14088] ppid=14070 vsize=14092996 memory=1610712 CPUtime=0.55 cores=0,2,4,6
/proc/14073/task/14088/stat : 14088 (java) S 14070 14073 11932 0 -1 1077944384 1603 0 0 0 25 30 0 0 20 0 15 0 245144205 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901562444336 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
Current children cumulated CPU time: 2518.53 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1610712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2503.8 s]
/proc/loadavg: 1.57 1.47 1.50 3/215 14263
/proc/meminfo: memFree=21215916/32770624 swapFree=67108368/67108860
[pid=14073] ppid=14070 vsize=14092996 memory=1610712 CPUtime=2520.03 cores=0,2,4,6
/proc/14073/stat : 14073 (java) S 14070 14073 11932 0 -1 1077944320 192050 0 0 0 251863 140 0 0 20 0 15 0 245144199 14431227904 402678 33554432000 4194304 4196468 140722281344176 140722281326720 139902230544119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
/proc/14073/statm: 3523249 402678 3620 1 0 3485321 0
[pid=14073/tid=14075] ppid=14070 vsize=14092996 memory=924 CPUtime=2500.44 cores=0,2,4,6
/proc/14073/task/14075/stat : 14075 (java) R 14070 14073 11932 0 -1 4202560 78440 0 0 0 250006 38 0 0 20 0 15 0 245144199 14431227904 402678 33554432000 4194304 4196468 140722281344176 139902234782368 139901880213322 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14076] ppid=14070 vsize=14092996 memory=6791534058613427641 CPUtime=2.2 cores=0,2,4,6
/proc/14073/task/14076/stat : 14076 (java) S 14070 14073 11932 0 -1 1077944384 15522 0 0 0 203 17 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139902187097104 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14077] ppid=14070 vsize=14092996 memory=3980 CPUtime=2.19 cores=0,2,4,6
/proc/14073/task/14077/stat : 14077 (java) S 14070 14073 11932 0 -1 1077944384 15907 0 0 0 202 17 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139902186044560 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14078] ppid=14070 vsize=14092996 memory=2032 CPUtime=2.19 cores=0,2,4,6
/proc/14073/task/14078/stat : 14078 (java) S 14070 14073 11932 0 -1 1077944384 16327 0 0 0 203 16 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901824068368 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14079] ppid=14070 vsize=14092996 memory=7540 CPUtime=2.2 cores=0,2,4,6
/proc/14073/task/14079/stat : 14079 (java) S 14070 14073 11932 0 -1 1077944384 16384 0 0 0 202 18 0 0 20 0 15 0 245144200 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901823015824 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14080] ppid=14070 vsize=14092996 memory=808 CPUtime=0.82 cores=0,2,4,6
/proc/14073/task/14080/stat : 14080 (java) S 14070 14073 11932 0 -1 1077944384 16397 0 0 0 74 8 0 0 20 0 15 0 245144201 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901570865392 139902230555266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14081] ppid=14070 vsize=14092996 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14081/stat : 14081 (java) S 14070 14073 11932 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 245144202 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901569811680 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14082] ppid=14070 vsize=14092996 memory=912 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14082/stat : 14082 (java) S 14070 14073 11932 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 245144202 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901568758528 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14083] ppid=14070 vsize=14092996 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14083/stat : 14083 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901567707088 139902230562715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14084] ppid=14070 vsize=14092996 memory=2672 CPUtime=4.11 cores=0,2,4,6
/proc/14073/task/14084/stat : 14084 (java) S 14070 14073 11932 0 -1 1077944384 11754 0 0 0 409 2 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901566655216 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14085] ppid=14070 vsize=14092996 memory=2608 CPUtime=3.85 cores=0,2,4,6
/proc/14073/task/14085/stat : 14085 (java) S 14070 14073 11932 0 -1 1077944384 10984 0 0 0 384 1 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901565602672 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14086] ppid=14070 vsize=14092996 memory=4100 CPUtime=1.37 cores=0,2,4,6
/proc/14073/task/14086/stat : 14086 (java) S 14070 14073 11932 0 -1 1077944384 7308 0 0 0 135 2 0 0 20 0 15 0 245144204 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901564549616 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14087] ppid=14070 vsize=14092996 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/14073/task/14087/stat : 14087 (java) S 14070 14073 11932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245144205 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901563497312 139902230554325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
[pid=14073/tid=14088] ppid=14070 vsize=14092996 memory=3212 CPUtime=0.55 cores=0,2,4,6
/proc/14073/task/14088/stat : 14088 (java) S 14070 14073 11932 0 -1 1077944384 1603 0 0 0 25 30 0 0 20 0 15 0 245144205 14431227904 402678 33554432000 4194304 4196468 140722281344176 139901562444336 139902230555266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23011328 140722281350229 140722281350409 140722281350409 140722281353167 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1610712 KiB

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

[startup+2503.82 s]
# the end of solver process 14073 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.64 s, system=1.41551 s

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

Child status: 143
Real time (s): 2503.82
CPU time (s): 2520.05
CPU user time (s): 2518.64
CPU system time (s): 1.41551
CPU usage (%): 100.649
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 2084180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.64
system time used= 1.41551
maximum resident set size= 2085388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192283
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75903
involuntary context switches= 3280


# summary of solver processes directly reported to runsolver:
#   pid: 14073
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2518.64
#   total CPU system time (s): 1.41551

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4 second user time and 20.9368 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-14 21:43:30
IDJOB=4308535
IDBENCH=141061
IDSOLVER=2792
FILE ID=node148/4308535-1534275810
RUNJOBID= node148-1534270838-13462
PBS_JOBID= 21038117
Free space on /tmp= 42612 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-12_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-4308535-1534275810/watcher-4308535-1534275810 -o /tmp/evaluation-result-4308535-1534275810/solver-4308535-1534275810 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534270838-13462 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 344308181 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308535-1534275810.xml

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

MD5SUM BENCH= 2a283c05e31c4b30f3ec3c3182bebd94
RANDOM SEED=344308181

node148.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:        23152128 kB
MemAvailable:   31249980 kB
Buffers:          157288 kB
Cached:          8146568 kB
SwapCached:            4 kB
Active:          5064384 kB
Inactive:        3949872 kB
Active(anon):     663736 kB
Inactive(anon):    98752 kB
Active(file):    4400648 kB
Inactive(file):  3851120 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             36268 kB
Writeback:             0 kB
AnonPages:        725672 kB
Mapped:            68144 kB
Shmem:             49588 kB
Slab:             303740 kB
SReclaimable:     274544 kB
SUnreclaim:        29196 kB
KernelStack:        3840 kB
PageTables:         6612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1727696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 42576 MiB
End job on node148 at 2018-08-14 22:25:14