Trace number 4401396

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
Concrete 3.12.2OPT73 1203.52 1180.73

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-07.xml
MD5SUM883cdd2c39820682d54c3bab8557ea17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark185.851
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size158
Distribution of domain sizes[{"size":1,"count":1},{"size":158,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":8},{"degree":8,"count":16},{"degree":9,"count":2},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.74/0.55	c Concrete v3.12.2.1568631193530 running
7.24/3.34	o 92
7.24/3.38	o 86
8.50/3.78	o 85
9.13/3.95	o 84
9.13/3.96	o 83
9.47/4.04	o 82
9.47/4.09	o 79
9.91/4.25	o 78
10.03/4.38	o 77
10.36/4.56	o 76
12.00/5.65	o 75
31.48/24.17	o 74
282.22/271.96	o 73
1203.48/1180.71	v <instantiation
1203.48/1180.71	v         cost = '73'>
1203.48/1180.71	v       <list>
1203.48/1180.71	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
1203.48/1180.71	v       </list>
1203.48/1180.71	v       <values>
1203.48/1180.71	v         0 4 0 0 9 34 20 12 4 9 12 46 49 15 34 4 30 11 32 37 63 62 22 57 46 41 69 59 55 71 69 73
1203.48/1180.71	v       </values>
1203.48/1180.71	v     </instantiation>
1203.48/1180.71	s OPTIMUM FOUND

Verifier Data

OK	73

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 (14104 MiB free)
  memory of node 1: 16384 MiB (15673 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401396-1568683174/watcher-4401396-1568683174 -o /tmp/evaluation-result-4401396-1568683174/solver-4401396-1568683174 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17368 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2093330141 HOME/instance-4401396-1568683174.xml 

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

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


[startup+0.100118 s]*
/proc/loadavg: 1.12 1.28 1.37 3/217 20091
/proc/meminfo: memFree=30484016/32770624 swapFree=66977388/67108860
[pid=20034] ppid=20031 vsize=9972712 memory=18996 CPUtime=0.08 cores=1,3,5,7
/proc/20034/stat : 20034 (java) S 20031 20034 17336 0 -1 1077944320 4521 12921 0 0 1 0 5 2 20 0 6 0 444574479 10212057088 4749 33554432000 4194304 4196468 140725967507168 140725967489712 139930911600375 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
/proc/20034/statm: 2493178 4749 1935 1 0 2481616 0
[pid=20034/tid=20087] ppid=20031 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/20034/task/20087/stat : 20087 (java) R 20031 20034 17336 0 -1 4202560 2306 12921 0 0 1 0 5 2 20 0 6 0 444574488 10212057088 4749 33554432000 4194304 4196468 140725967507168 139930883437136 139930911622301 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20088] ppid=20031 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20088/stat : 20088 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 6 0 444574488 10212057088 4749 33554432000 4194304 4196468 140725967507168 139930915842960 139930911610581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20089] ppid=20031 vsize=9972712 memory=139803731395037 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20089/stat : 20089 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 6 0 444574488 10212057088 4749 33554432000 4194304 4196468 140725967507168 139930841148176 139930911610581 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20090] ppid=20031 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20090/stat : 20090 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 6 0 444574488 10212057088 4749 33554432000 4194304 4196468 140725967507168 139930484006032 139930911610581 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20091] ppid=20031 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20091/stat : 20091 (java) S 20031 20034 17336 0 -1 1077944384 2 12921 0 0 0 0 5 2 20 0 6 0 444574488 10212057088 4749 33554432000 4194304 4196468 140725967507168 139930482953232 139930911610581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18996 KiB

[startup+0.210097 s]*
/proc/loadavg: 1.12 1.28 1.37 3/226 20100
/proc/meminfo: memFree=30462764/32770624 swapFree=66977388/67108860
[pid=20034] ppid=20031 vsize=10821220 memory=43440 CPUtime=0.26 cores=1,3,5,7
/proc/20034/stat : 20034 (java) S 20031 20034 17336 0 -1 1077944320 7508 12921 0 0 17 2 5 2 20 0 15 0 444574479 11080929280 10860 33554432000 4194304 4196468 140725967507168 140725967489712 139930911600375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
/proc/20034/statm: 2705305 10860 3303 1 0 2667405 0
[pid=20034/tid=20087] ppid=20031 vsize=10821220 memory=729618466009055537 CPUtime=0.18 cores=1,3,5,7
/proc/20034/task/20087/stat : 20087 (java) R 20031 20034 17336 0 -1 4202560 4107 12921 0 0 10 1 5 2 20 0 15 0 444574488 11080929280 10992 33554432000 4194304 4196468 140725967507168 139930883412736 139930904280093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20088] ppid=20031 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20088/stat : 20088 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574488 11080929280 10992 33554432000 4194304 4196468 140725967507168 139930915842960 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20089] ppid=20031 vsize=10821220 memory=139803731395037 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20089/stat : 20089 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574488 11080929280 10992 33554432000 4194304 4196468 140725967507168 139930841148176 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20090] ppid=20031 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20090/stat : 20090 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574488 11080929280 10992 33554432000 4194304 4196468 140725967507168 139930484006032 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20091] ppid=20031 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20091/stat : 20091 (java) S 20031 20034 17336 0 -1 1077944384 2 12921 0 0 0 0 5 2 20 0 15 0 444574488 11080929280 10992 33554432000 4194304 4196468 140725967507168 139930482953232 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20092] ppid=20031 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20092/stat : 20092 (java) S 20031 20034 17336 0 -1 1077944384 2 12921 0 0 0 0 5 2 20 0 15 0 444574490 11080929280 10992 33554432000 4194304 4196468 140725967507168 139930438273136 139930911611522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20093] ppid=20031 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20093/stat : 20093 (java) S 20031 20034 17336 0 -1 1077944384 13 12921 0 0 0 0 5 2 20 0 15 0 444574490 11080929280 10992 33554432000 4194304 4196468 140725967507168 139929833169696 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20094] ppid=20031 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20094/stat : 20094 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574490 11080929280 10992 33554432000 4194304 4196468 140725967507168 139929698952304 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20095] ppid=20031 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20095/stat : 20095 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11080929280 10992 33554432000 4194304 4196468 140725967507168 139929458661456 139930911618971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20096] ppid=20031 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20034/task/20096/stat : 20096 (java) S 20031 20034 17336 0 -1 1077944384 359 12921 0 0 1 0 5 2 20 0 15 0 444574493 11080929280 10992 33554432000 4194304 4196468 140725967507168 139929913911920 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20097] ppid=20031 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20034/task/20097/stat : 20097 (java) R 20031 20034 17336 0 -1 4202560 318 12921 0 0 1 0 5 2 20 0 15 0 444574493 11080929280 10992 33554432000 4194304 4196468 140725967507168 139929912859120 139930889474560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20098] ppid=20031 vsize=10821220 memory=139803731375744 CPUtime=0.1 cores=1,3,5,7
/proc/20034/task/20098/stat : 20098 (java) S 20031 20034 17336 0 -1 1077944384 594 12921 0 0 3 0 5 2 20 0 15 0 444574493 11080929280 10992 33554432000 4194304 4196468 140725967507168 139929911806832 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20099] ppid=20031 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20099/stat : 20099 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11080929280 10992 33554432000 4194304 4196468 140725967507168 139929425103840 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20100] ppid=20031 vsize=10821220 memory=139803731375744 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20100/stat : 20100 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574494 11080929280 10992 33554432000 4194304 4196468 140725967507168 139929910753712 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 43440 KiB

[startup+0.310412 s]*
/proc/loadavg: 1.12 1.28 1.37 3/226 20100
/proc/meminfo: memFree=30453696/32770624 swapFree=66977388/67108860
[pid=20034] ppid=20031 vsize=10820196 memory=51060 CPUtime=0.39 cores=1,3,5,7
/proc/20034/stat : 20034 (java) S 20031 20034 17336 0 -1 1077944320 10729 12921 0 0 29 3 5 2 20 0 15 0 444574479 11079880704 12765 33554432000 4194304 4196468 140725967507168 140725967489712 139930911600375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
/proc/20034/statm: 2705049 12765 3313 1 0 2667149 0
[pid=20034/tid=20087] ppid=20031 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/20034/task/20087/stat : 20087 (java) R 20031 20034 17336 0 -1 4202560 7199 12921 0 0 19 2 5 2 20 0 15 0 444574488 11079880704 12765 33554432000 4194304 4196468 140725967507168 139930883409328 139930895680862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20088] ppid=20031 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20088/stat : 20088 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574488 11079880704 12765 33554432000 4194304 4196468 140725967507168 139930915842960 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20089] ppid=20031 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20089/stat : 20089 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574488 11079880704 12765 33554432000 4194304 4196468 140725967507168 139930841148176 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20090] ppid=20031 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20090/stat : 20090 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574488 11079880704 12765 33554432000 4194304 4196468 140725967507168 139930484006032 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20091] ppid=20031 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20091/stat : 20091 (java) S 20031 20034 17336 0 -1 1077944384 2 12921 0 0 0 0 5 2 20 0 15 0 444574488 11079880704 12765 33554432000 4194304 4196468 140725967507168 139930482953232 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20092] ppid=20031 vsize=10820196 memory=139803731375743 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20092/stat : 20092 (java) S 20031 20034 17336 0 -1 1077944384 2 12921 0 0 0 0 5 2 20 0 15 0 444574490 11079880704 12765 33554432000 4194304 4196468 140725967507168 139930438273136 139930911611522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20093] ppid=20031 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20093/stat : 20093 (java) S 20031 20034 17336 0 -1 1077944384 13 12921 0 0 0 0 5 2 20 0 15 0 444574490 11079880704 12765 33554432000 4194304 4196468 140725967507168 139929833169696 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20094] ppid=20031 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20094/stat : 20094 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574490 11079880704 12765 33554432000 4194304 4196468 140725967507168 139929698952304 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20095] ppid=20031 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20095/stat : 20095 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11079880704 12765 33554432000 4194304 4196468 140725967507168 139929458661456 139930911618971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20096] ppid=20031 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20034/task/20096/stat : 20096 (java) S 20031 20034 17336 0 -1 1077944384 359 12921 0 0 1 0 5 2 20 0 15 0 444574493 11079880704 12765 33554432000 4194304 4196468 140725967507168 139929913911920 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20097] ppid=20031 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/20034/task/20097/stat : 20097 (java) S 20031 20034 17336 0 -1 1077944384 320 12921 0 0 2 0 5 2 20 0 15 0 444574493 11079880704 12765 33554432000 4194304 4196468 140725967507168 139929912859120 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20098] ppid=20031 vsize=10820196 memory=139803731375744 CPUtime=0.12 cores=1,3,5,7
/proc/20034/task/20098/stat : 20098 (java) S 20031 20034 17336 0 -1 1077944384 613 12921 0 0 5 0 5 2 20 0 15 0 444574493 11079880704 12765 33554432000 4194304 4196468 140725967507168 139929911806832 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20099] ppid=20031 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20099/stat : 20099 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11079880704 12765 33554432000 4194304 4196468 140725967507168 139929425103840 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20100] ppid=20031 vsize=10820196 memory=139803731375744 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20100/stat : 20100 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574494 11079880704 12765 33554432000 4194304 4196468 140725967507168 139929910753712 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51060 KiB

[startup+0.704154 s]
/proc/loadavg: 1.12 1.28 1.37 4/226 20100
/proc/meminfo: memFree=30437680/32770624 swapFree=66977388/67108860
[pid=20034] ppid=20031 vsize=10824364 memory=84596 CPUtime=1.12 cores=1,3,5,7
/proc/20034/stat : 20034 (java) S 20031 20034 17336 0 -1 1077944320 15089 12921 0 0 100 5 5 2 20 0 15 0 444574479 11084148736 21149 33554432000 4194304 4196468 140725967507168 140725967489712 139930911600375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
/proc/20034/statm: 2706091 21149 3504 1 0 2668173 0
[pid=20034/tid=20087] ppid=20031 vsize=10824364 memory=7810487918915055718 CPUtime=0.67 cores=1,3,5,7
/proc/20034/task/20087/stat : 20087 (java) R 20031 20034 17336 0 -1 4202560 10535 12921 0 0 56 4 5 2 20 0 15 0 444574488 11084148736 21149 33554432000 4194304 4196468 140725967507168 139930883427536 139930911622301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20088] ppid=20031 vsize=10824364 memory=1416 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20088/stat : 20088 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574488 11084148736 21149 33554432000 4194304 4196468 140725967507168 139930915842960 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20089] ppid=20031 vsize=10824364 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20089/stat : 20089 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574488 11084148736 21149 33554432000 4194304 4196468 140725967507168 139930841148176 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20090] ppid=20031 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20090/stat : 20090 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574488 11084148736 21149 33554432000 4194304 4196468 140725967507168 139930484006032 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20091] ppid=20031 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20091/stat : 20091 (java) S 20031 20034 17336 0 -1 1077944384 2 12921 0 0 0 0 5 2 20 0 15 0 444574488 11084148736 21149 33554432000 4194304 4196468 140725967507168 139930482953232 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20092] ppid=20031 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20092/stat : 20092 (java) S 20031 20034 17336 0 -1 1077944384 5 12921 0 0 0 0 5 2 20 0 15 0 444574490 11084148736 21149 33554432000 4194304 4196468 140725967507168 139930438273136 139930911611522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20093] ppid=20031 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20093/stat : 20093 (java) S 20031 20034 17336 0 -1 1077944384 13 12921 0 0 0 0 5 2 20 0 15 0 444574490 11084148736 21149 33554432000 4194304 4196468 140725967507168 139929833169696 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20094] ppid=20031 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20094/stat : 20094 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574490 11084148736 21149 33554432000 4194304 4196468 140725967507168 139929698952304 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20095] ppid=20031 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20095/stat : 20095 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11084148736 21149 33554432000 4194304 4196468 140725967507168 139929458661456 139930911618971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20096] ppid=20031 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/20034/task/20096/stat : 20096 (java) R 20031 20034 17336 0 -1 4202560 777 12921 0 0 12 0 5 2 20 0 15 0 444574493 11084148736 21149 33554432000 4194304 4196468 140725967507168 139929913899472 139930889429632 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20097] ppid=20031 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/20034/task/20097/stat : 20097 (java) R 20031 20034 17336 0 -1 4202560 722 12921 0 0 13 0 5 2 20 0 15 0 444574493 11084148736 21149 33554432000 4194304 4196468 140725967507168 139929912845664 139930895496565 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20098] ppid=20031 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/20034/task/20098/stat : 20098 (java) R 20031 20034 17336 0 -1 4202560 813 12921 0 0 17 0 5 2 20 0 15 0 444574493 11084148736 21149 33554432000 4194304 4196468 140725967507168 139929911806832 139930890397917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20099] ppid=20031 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20099/stat : 20099 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11084148736 21149 33554432000 4194304 4196468 140725967507168 139929425103840 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20100] ppid=20031 vsize=10824364 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20100/stat : 20100 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574494 11084148736 21149 33554432000 4194304 4196468 140725967507168 139929910753712 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 84596 KiB

[startup+1.50618 s]
/proc/loadavg: 1.12 1.28 1.37 3/226 20100
/proc/meminfo: memFree=30392888/32770624 swapFree=66977388/67108860
[pid=20034] ppid=20031 vsize=10834680 memory=172572 CPUtime=2.44 cores=1,3,5,7
/proc/20034/stat : 20034 (java) S 20031 20034 17336 0 -1 1077944320 21824 12921 0 0 227 10 5 2 20 0 15 0 444574479 11094712320 43143 33554432000 4194304 4196468 140725967507168 140725967489712 139930911600375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
/proc/20034/statm: 2708670 43143 3577 1 0 2670733 0
[pid=20034/tid=20087] ppid=20031 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/20034/task/20087/stat : 20087 (java) R 20031 20034 17336 0 -1 4202560 15415 12921 0 0 130 6 5 2 20 0 15 0 444574488 11094712320 43143 33554432000 4194304 4196468 140725967507168 139930883407368 139930911612310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20088] ppid=20031 vsize=10834680 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/20034/task/20088/stat : 20088 (java) S 20031 20034 17336 0 -1 1077944384 48 12921 0 0 1 0 5 2 20 0 15 0 444574488 11094712320 43143 33554432000 4194304 4196468 140725967507168 139930915842960 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20089] ppid=20031 vsize=10834680 memory=7378113797262697555 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20089/stat : 20089 (java) S 20031 20034 17336 0 -1 1077944384 372 12921 0 0 0 0 5 2 20 0 15 0 444574488 11094712320 43143 33554432000 4194304 4196468 140725967507168 139930841148176 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20090] ppid=20031 vsize=10834680 memory=7163087741522502229 CPUtime=0.08 cores=1,3,5,7
/proc/20034/task/20090/stat : 20090 (java) S 20031 20034 17336 0 -1 1077944384 26 12921 0 0 1 0 5 2 20 0 15 0 444574488 11094712320 43143 33554432000 4194304 4196468 140725967507168 139930484006032 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20091] ppid=20031 vsize=10834680 memory=279607203244384 CPUtime=0.08 cores=1,3,5,7
/proc/20034/task/20091/stat : 20091 (java) S 20031 20034 17336 0 -1 1077944384 78 12921 0 0 1 0 5 2 20 0 15 0 444574488 11094712320 43143 33554432000 4194304 4196468 140725967507168 139930482953232 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20092] ppid=20031 vsize=10834680 memory=225833675431107 CPUtime=0.08 cores=1,3,5,7
/proc/20034/task/20092/stat : 20092 (java) S 20031 20034 17336 0 -1 1077944384 184 12921 0 0 1 0 5 2 20 0 15 0 444574490 11094712320 43143 33554432000 4194304 4196468 140725967507168 139930438273136 139930911611522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20093] ppid=20031 vsize=10834680 memory=225833675431108 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20093/stat : 20093 (java) S 20031 20034 17336 0 -1 1077944384 14 12921 0 0 0 0 5 2 20 0 15 0 444574490 11094712320 43143 33554432000 4194304 4196468 140725967507168 139929833169696 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20094] ppid=20031 vsize=10834680 memory=225833675431109 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20094/stat : 20094 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574490 11094712320 43143 33554432000 4194304 4196468 140725967507168 139929698952304 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20095] ppid=20031 vsize=10834680 memory=225833675431110 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20095/stat : 20095 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11094712320 43143 33554432000 4194304 4196468 140725967507168 139929458661456 139930911618971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20096] ppid=20031 vsize=10834680 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/20034/task/20096/stat : 20096 (java) R 20031 20034 17336 0 -1 1077944384 1055 12921 0 0 24 0 5 2 20 0 15 0 444574493 11094712320 43143 33554432000 4194304 4196468 140725967507168 139929913911920 139930911611522 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20097] ppid=20031 vsize=10834680 memory=279607202838448 CPUtime=0.3 cores=1,3,5,7
/proc/20034/task/20097/stat : 20097 (java) S 20031 20034 17336 0 -1 1077944384 793 12921 0 0 23 0 5 2 20 0 15 0 444574493 11094712320 43143 33554432000 4194304 4196468 140725967507168 139929912859120 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20098] ppid=20031 vsize=10834680 memory=279607202836592 CPUtime=0.47 cores=1,3,5,7
/proc/20034/task/20098/stat : 20098 (java) R 20031 20034 17336 0 -1 4202560 1620 12921 0 0 40 0 5 2 20 0 15 0 444574493 11094712320 43143 33554432000 4194304 4196468 140725967507168 139929911806832 139930911612310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20099] ppid=20031 vsize=10834680 memory=279607202836656 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20099/stat : 20099 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11094712320 43143 33554432000 4194304 4196468 140725967507168 139929425103840 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20100] ppid=20031 vsize=10834680 memory=279607203284176 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20100/stat : 20100 (java) S 20031 20034 17336 0 -1 1077944384 1 12921 0 0 0 0 5 2 20 0 15 0 444574494 11094712320 43143 33554432000 4194304 4196468 140725967507168 139929910753712 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834680 KiB

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

[pid=20034/tid=20099] ppid=20031 vsize=10846988 memory=1056 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20099/stat : 20099 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929425103840 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20100] ppid=20031 vsize=10846988 memory=1556 CPUtime=0.75 cores=1,3,5,7
/proc/20034/task/20100/stat : 20100 (java) S 20031 20034 17336 0 -1 1077944384 1251 12921 0 0 32 36 5 2 20 0 15 0 444574494 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929910753712 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
Current children cumulated CPU time: 1201.95 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 745700 KiB

[startup+1180 s]*
/proc/loadavg: 1.29 1.31 1.36 3/226 20469
/proc/meminfo: memFree=29667216/32770624 swapFree=66977388/67108860
[pid=20034] ppid=20031 vsize=10846988 memory=745700 CPUtime=1202.78 cores=1,3,5,7
/proc/20034/stat : 20034 (java) S 20031 20034 17336 0 -1 1077944320 139058 12921 0 0 120079 192 5 2 20 0 15 0 444574479 11107315712 186425 33554432000 4194304 4196468 140725967507168 140725967489712 139930911600375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
/proc/20034/statm: 2711747 186425 3630 1 0 2673805 0
[pid=20034/tid=20087] ppid=20031 vsize=10846988 memory=3616 CPUtime=1167.29 cores=1,3,5,7
/proc/20034/task/20087/stat : 20087 (java) R 20031 20034 17336 0 -1 4202560 44728 12921 0 0 116692 30 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930883436336 139930525606486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20088] ppid=20031 vsize=10846988 memory=8317482817917895235 CPUtime=5.5 cores=1,3,5,7
/proc/20034/task/20088/stat : 20088 (java) S 20031 20034 17336 0 -1 1077944384 4587 12921 0 0 515 28 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930915842960 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20089] ppid=20031 vsize=10846988 memory=988 CPUtime=5.53 cores=1,3,5,7
/proc/20034/task/20089/stat : 20089 (java) S 20031 20034 17336 0 -1 1077944384 9394 12921 0 0 516 30 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930841148176 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20090] ppid=20031 vsize=10846988 memory=2004 CPUtime=5.49 cores=1,3,5,7
/proc/20034/task/20090/stat : 20090 (java) S 20031 20034 17336 0 -1 1077944384 7825 12921 0 0 512 30 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930484006032 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20091] ppid=20031 vsize=10846988 memory=1416 CPUtime=5.51 cores=1,3,5,7
/proc/20034/task/20091/stat : 20091 (java) S 20031 20034 17336 0 -1 1077944384 6092 12921 0 0 516 28 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930482953232 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20092] ppid=20031 vsize=10846988 memory=1716 CPUtime=5.32 cores=1,3,5,7
/proc/20034/task/20092/stat : 20092 (java) S 20031 20034 17336 0 -1 1077944384 9698 12921 0 0 495 30 5 2 20 0 15 0 444574490 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930438273136 139930911611522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20093] ppid=20031 vsize=10846988 memory=692 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20093/stat : 20093 (java) S 20031 20034 17336 0 -1 1077944384 16 12921 0 0 0 0 5 2 20 0 15 0 444574490 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929833169760 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20094] ppid=20031 vsize=10846988 memory=1056 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20094/stat : 20094 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574490 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929698952320 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20095] ppid=20031 vsize=10846988 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20095/stat : 20095 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929458661456 139930911618971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20096] ppid=20031 vsize=10846988 memory=780 CPUtime=2.99 cores=1,3,5,7
/proc/20034/task/20096/stat : 20096 (java) S 20031 20034 17336 0 -1 1077944384 23672 12921 0 0 287 5 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929913911920 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20097] ppid=20031 vsize=10846988 memory=4132 CPUtime=3.22 cores=1,3,5,7
/proc/20034/task/20097/stat : 20097 (java) S 20031 20034 17336 0 -1 1077944384 17434 12921 0 0 312 3 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929912859120 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20098] ppid=20031 vsize=10846988 memory=1112 CPUtime=1.67 cores=1,3,5,7
/proc/20034/task/20098/stat : 20098 (java) S 20031 20034 17336 0 -1 1077944384 12141 12921 0 0 156 4 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929911806832 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20099] ppid=20031 vsize=10846988 memory=6048 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20099/stat : 20099 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929425103840 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20100] ppid=20031 vsize=10846988 memory=745700 CPUtime=0.75 cores=1,3,5,7
/proc/20034/task/20100/stat : 20100 (java) S 20031 20034 17336 0 -1 1077944384 1251 12921 0 0 32 36 5 2 20 0 15 0 444574494 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929910753712 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
Current children cumulated CPU time: 1202.78 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 745700 KiB

[startup+1180.4 s]
/proc/loadavg: 1.29 1.31 1.36 3/226 20469
/proc/meminfo: memFree=29667216/32770624 swapFree=66977388/67108860
[pid=20034] ppid=20031 vsize=10846988 memory=745700 CPUtime=1203.18 cores=1,3,5,7
/proc/20034/stat : 20034 (java) S 20031 20034 17336 0 -1 1077944320 139060 12921 0 0 120119 192 5 2 20 0 15 0 444574479 11107315712 186425 33554432000 4194304 4196468 140725967507168 140725967489712 139930911600375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
/proc/20034/statm: 2711747 186425 3630 1 0 2673805 0
[pid=20034/tid=20087] ppid=20031 vsize=10846988 memory=1408 CPUtime=1167.68 cores=1,3,5,7
/proc/20034/task/20087/stat : 20087 (java) R 20031 20034 17336 0 -1 4202560 44730 12921 0 0 116731 30 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930883435824 139930525742665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20088] ppid=20031 vsize=10846988 memory=6791534058613427641 CPUtime=5.5 cores=1,3,5,7
/proc/20034/task/20088/stat : 20088 (java) S 20031 20034 17336 0 -1 1077944384 4587 12921 0 0 515 28 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930915842960 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20089] ppid=20031 vsize=10846988 memory=1668 CPUtime=5.53 cores=1,3,5,7
/proc/20034/task/20089/stat : 20089 (java) S 20031 20034 17336 0 -1 1077944384 9394 12921 0 0 516 30 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930841148176 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20090] ppid=20031 vsize=10846988 memory=1440 CPUtime=5.49 cores=1,3,5,7
/proc/20034/task/20090/stat : 20090 (java) S 20031 20034 17336 0 -1 1077944384 7825 12921 0 0 512 30 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930484006032 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20091] ppid=20031 vsize=10846988 memory=912 CPUtime=5.51 cores=1,3,5,7
/proc/20034/task/20091/stat : 20091 (java) S 20031 20034 17336 0 -1 1077944384 6092 12921 0 0 516 28 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930482953232 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20092] ppid=20031 vsize=10846988 memory=1984 CPUtime=5.32 cores=1,3,5,7
/proc/20034/task/20092/stat : 20092 (java) S 20031 20034 17336 0 -1 1077944384 9698 12921 0 0 495 30 5 2 20 0 15 0 444574490 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930438273136 139930911611522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20093] ppid=20031 vsize=10846988 memory=745700 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20093/stat : 20093 (java) S 20031 20034 17336 0 -1 1077944384 16 12921 0 0 0 0 5 2 20 0 15 0 444574490 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929833169760 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20094] ppid=20031 vsize=10846988 memory=3192 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20094/stat : 20094 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574490 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929698952320 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20095] ppid=20031 vsize=10846988 memory=745700 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20095/stat : 20095 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929458661456 139930911618971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20096] ppid=20031 vsize=10846988 memory=1408 CPUtime=2.99 cores=1,3,5,7
/proc/20034/task/20096/stat : 20096 (java) S 20031 20034 17336 0 -1 1077944384 23672 12921 0 0 287 5 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929913911920 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20097] ppid=20031 vsize=10846988 memory=3156 CPUtime=3.22 cores=1,3,5,7
/proc/20034/task/20097/stat : 20097 (java) S 20031 20034 17336 0 -1 1077944384 17434 12921 0 0 312 3 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929912859120 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20098] ppid=20031 vsize=10846988 memory=836032 CPUtime=1.67 cores=1,3,5,7
/proc/20034/task/20098/stat : 20098 (java) S 20031 20034 17336 0 -1 1077944384 12141 12921 0 0 156 4 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929911806832 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20099] ppid=20031 vsize=10846988 memory=1164 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20099/stat : 20099 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929425103840 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20100] ppid=20031 vsize=10846988 memory=6083350907698046569 CPUtime=0.75 cores=1,3,5,7
/proc/20034/task/20100/stat : 20100 (java) S 20031 20034 17336 0 -1 1077944384 1251 12921 0 0 32 36 5 2 20 0 15 0 444574494 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929910753712 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
Current children cumulated CPU time: 1203.18 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 745700 KiB

[startup+1180.6 s]
/proc/loadavg: 1.29 1.31 1.36 3/226 20469
/proc/meminfo: memFree=29667216/32770624 swapFree=66977388/67108860
[pid=20034] ppid=20031 vsize=10846988 memory=745700 CPUtime=1203.38 cores=1,3,5,7
/proc/20034/stat : 20034 (java) S 20031 20034 17336 0 -1 1077944320 139062 12921 0 0 120139 192 5 2 20 0 15 0 444574479 11107315712 186425 33554432000 4194304 4196468 140725967507168 140725967489712 139930911600375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
/proc/20034/statm: 2711747 186425 3630 1 0 2673805 0
[pid=20034/tid=20087] ppid=20031 vsize=10846988 memory=14048 CPUtime=1167.88 cores=1,3,5,7
/proc/20034/task/20087/stat : 20087 (java) R 20031 20034 17336 0 -1 4202560 44732 12921 0 0 116751 30 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930883436656 139930526819168 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20088] ppid=20031 vsize=10846988 memory=24960 CPUtime=5.5 cores=1,3,5,7
/proc/20034/task/20088/stat : 20088 (java) S 20031 20034 17336 0 -1 1077944384 4587 12921 0 0 515 28 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930915842960 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20089] ppid=20031 vsize=10846988 memory=2120 CPUtime=5.54 cores=1,3,5,7
/proc/20034/task/20089/stat : 20089 (java) S 20031 20034 17336 0 -1 1077944384 9394 12921 0 0 517 30 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930841148176 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20090] ppid=20031 vsize=10846988 memory=532 CPUtime=5.5 cores=1,3,5,7
/proc/20034/task/20090/stat : 20090 (java) S 20031 20034 17336 0 -1 1077944384 7825 12921 0 0 513 30 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930484006032 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20091] ppid=20031 vsize=10846988 memory=1564 CPUtime=5.51 cores=1,3,5,7
/proc/20034/task/20091/stat : 20091 (java) S 20031 20034 17336 0 -1 1077944384 6092 12921 0 0 516 28 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930482953232 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20092] ppid=20031 vsize=10846988 memory=924 CPUtime=5.32 cores=1,3,5,7
/proc/20034/task/20092/stat : 20092 (java) S 20031 20034 17336 0 -1 1077944384 9698 12921 0 0 495 30 5 2 20 0 15 0 444574490 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930438273136 139930911611522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20093] ppid=20031 vsize=10846988 memory=1668 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20093/stat : 20093 (java) S 20031 20034 17336 0 -1 1077944384 16 12921 0 0 0 0 5 2 20 0 15 0 444574490 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929833169760 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20094] ppid=20031 vsize=10846988 memory=1440 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20094/stat : 20094 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574490 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929698952320 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20095] ppid=20031 vsize=10846988 memory=912 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20095/stat : 20095 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929458661456 139930911618971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20096] ppid=20031 vsize=10846988 memory=1984 CPUtime=2.99 cores=1,3,5,7
/proc/20034/task/20096/stat : 20096 (java) S 20031 20034 17336 0 -1 1077944384 23672 12921 0 0 287 5 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929913911920 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20097] ppid=20031 vsize=10846988 memory=288230574492221466 CPUtime=3.22 cores=1,3,5,7
/proc/20034/task/20097/stat : 20097 (java) S 20031 20034 17336 0 -1 1077944384 17434 12921 0 0 312 3 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929912859120 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20098] ppid=20031 vsize=10846988 memory=288230621803970871 CPUtime=1.67 cores=1,3,5,7
/proc/20034/task/20098/stat : 20098 (java) S 20031 20034 17336 0 -1 1077944384 12141 12921 0 0 156 4 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929911806832 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20099] ppid=20031 vsize=10846988 memory=16105866206120578 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20099/stat : 20099 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929425103840 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20100] ppid=20031 vsize=10846988 memory=6791534058613427641 CPUtime=0.75 cores=1,3,5,7
/proc/20034/task/20100/stat : 20100 (java) S 20031 20034 17336 0 -1 1077944384 1251 12921 0 0 32 36 5 2 20 0 15 0 444574494 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929910753712 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
Current children cumulated CPU time: 1203.38 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 745700 KiB

[startup+1180.7 s]
/proc/loadavg: 1.29 1.31 1.36 3/226 20469
/proc/meminfo: memFree=29667216/32770624 swapFree=66977388/67108860
[pid=20034] ppid=20031 vsize=10846988 memory=745700 CPUtime=1203.48 cores=1,3,5,7
/proc/20034/stat : 20034 (java) S 20031 20034 17336 0 -1 1077944320 139062 12921 0 0 120149 192 5 2 20 0 15 0 444574479 11107315712 186425 33554432000 4194304 4196468 140725967507168 140725967489712 139930911600375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
/proc/20034/statm: 2711747 186425 3630 1 0 2673805 0
[pid=20034/tid=20087] ppid=20031 vsize=10846988 memory=6791534058613427641 CPUtime=1167.98 cores=1,3,5,7
/proc/20034/task/20087/stat : 20087 (java) R 20031 20034 17336 0 -1 4202560 44732 12921 0 0 116761 30 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930883436656 139930526822836 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20088] ppid=20031 vsize=10846988 memory=745700 CPUtime=5.5 cores=1,3,5,7
/proc/20034/task/20088/stat : 20088 (java) S 20031 20034 17336 0 -1 1077944384 4587 12921 0 0 515 28 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930915842960 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20089] ppid=20031 vsize=10846988 memory=745620 CPUtime=5.54 cores=1,3,5,7
/proc/20034/task/20089/stat : 20089 (java) S 20031 20034 17336 0 -1 1077944384 9394 12921 0 0 517 30 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930841148176 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20090] ppid=20031 vsize=10846988 memory=745620 CPUtime=5.5 cores=1,3,5,7
/proc/20034/task/20090/stat : 20090 (java) S 20031 20034 17336 0 -1 1077944384 7825 12921 0 0 513 30 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930484006032 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20091] ppid=20031 vsize=10846988 memory=745620 CPUtime=5.51 cores=1,3,5,7
/proc/20034/task/20091/stat : 20091 (java) S 20031 20034 17336 0 -1 1077944384 6092 12921 0 0 516 28 5 2 20 0 15 0 444574488 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930482953232 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20092] ppid=20031 vsize=10846988 memory=745620 CPUtime=5.32 cores=1,3,5,7
/proc/20034/task/20092/stat : 20092 (java) S 20031 20034 17336 0 -1 1077944384 9698 12921 0 0 495 30 5 2 20 0 15 0 444574490 11107315712 186425 33554432000 4194304 4196468 140725967507168 139930438273136 139930911611522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20093] ppid=20031 vsize=10846988 memory=745620 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20093/stat : 20093 (java) S 20031 20034 17336 0 -1 1077944384 16 12921 0 0 0 0 5 2 20 0 15 0 444574490 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929833169760 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20094] ppid=20031 vsize=10846988 memory=745620 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20094/stat : 20094 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574490 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929698952320 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20095] ppid=20031 vsize=10846988 memory=745700 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20095/stat : 20095 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929458661456 139930911618971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20096] ppid=20031 vsize=10846988 memory=745700 CPUtime=2.99 cores=1,3,5,7
/proc/20034/task/20096/stat : 20096 (java) S 20031 20034 17336 0 -1 1077944384 23672 12921 0 0 287 5 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929913911920 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20097] ppid=20031 vsize=10846988 memory=3616 CPUtime=3.22 cores=1,3,5,7
/proc/20034/task/20097/stat : 20097 (java) S 20031 20034 17336 0 -1 1077944384 17434 12921 0 0 312 3 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929912859120 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20098] ppid=20031 vsize=10846988 memory=745700 CPUtime=1.67 cores=1,3,5,7
/proc/20034/task/20098/stat : 20098 (java) S 20031 20034 17336 0 -1 1077944384 12141 12921 0 0 156 4 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929911806832 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20099] ppid=20031 vsize=10846988 memory=745700 CPUtime=0.07 cores=1,3,5,7
/proc/20034/task/20099/stat : 20099 (java) S 20031 20034 17336 0 -1 1077944384 3 12921 0 0 0 0 5 2 20 0 15 0 444574493 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929425103840 139930911610581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
[pid=20034/tid=20100] ppid=20031 vsize=10846988 memory=730200 CPUtime=0.75 cores=1,3,5,7
/proc/20034/task/20100/stat : 20100 (java) S 20031 20034 17336 0 -1 1077944384 1251 12921 0 0 32 36 5 2 20 0 15 0 444574494 11107315712 186425 33554432000 4194304 4196468 140725967507168 139929910753712 139930911611522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140725967510255 140725967512773 140725967512773 140725967515599 0
Current children cumulated CPU time: 1203.48 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 745700 KiB

Child status: 0
Real time (s): 1180.73
CPU time (s): 1203.52
CPU user time (s): 1201.56
CPU system time (s): 1.96144
CPU usage (%): 101.93
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 745700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1201.56
system time used= 1.96144
maximum resident set size= 747788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152509
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142855
involuntary context switches= 5116


# summary of solver processes directly reported to runsolver:
#   pid: 20034
#   total CPU time (s): 1203.52
#   total CPU user time (s): 1201.56
#   total CPU system time (s): 1.96144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.08967 second user time and 11.2241 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-17 02:09:15
IDJOB=4401396
IDBENCH=129976
IDSOLVER=2858
FILE ID=node104/4401396-1568683174
RUNJOBID= node104-1568669113-17368
PBS_JOBID= 21703796
Free space on /tmp= 58976 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401396-1568683174/watcher-4401396-1568683174 -o /tmp/evaluation-result-4401396-1568683174/solver-4401396-1568683174 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17368 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2093330141 HOME/instance-4401396-1568683174.xml

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

MD5SUM BENCH= 883cdd2c39820682d54c3bab8557ea17
RANDOM SEED=2093330141

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        30492272 kB
MemAvailable:   31130392 kB
Buffers:           86592 kB
Cached:           848936 kB
SwapCached:        32304 kB
Active:          1373900 kB
Inactive:         330688 kB
Active(anon):     737604 kB
Inactive(anon):    80716 kB
Active(file):     636296 kB
Inactive(file):   249972 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       66977388 kB
Dirty:             35308 kB
Writeback:            32 kB
AnonPages:        843848 kB
Mapped:            61676 kB
Shmem:             40472 kB
Slab:             164756 kB
SReclaimable:     135376 kB
SUnreclaim:        29380 kB
KernelStack:        3536 kB
PageTables:         7164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1992160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    673792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58940 MiB
End job on node104 at 2019-09-17 02:28:56