Trace number 4249893

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
R1: Concrete 3.4OPT1100 359.32901 334.41699

General information on the benchmark

NameRack/
Rack-m1c-s1/Rack-m1c-r2.xml
MD5SUMa7a611711d538e27d6e463316b2ea293
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1100
Best CPU time to get the best result obtained on this benchmark5.60818
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints56
Number of domains6
Minimum domain size3
Maximum domain size17
Distribution of domain sizes[{"size":3,"count":50},{"size":5,"count":10},{"size":9,"count":10},{"size":17,"count":10}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":38},{"degree":4,"count":10},{"degree":5,"count":2}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":30},{"arity":4,"count":1},{"arity":5,"count":20},{"arity":10,"count":5}]
Number of extensional constraints30
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":24}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

3.23/2.19	c Concrete v3.4 running
7.12/3.78	o 2000
7.39/3.81	o 1950
7.39/3.83	o 1800
7.39/3.85	o 1750
7.39/3.87	o 1600
7.39/3.88	o 1550
7.39/3.89	o 1500
7.74/3.90	o 1350
7.74/3.92	o 1300
7.74/3.92	o 1150
7.74/3.94	o 1100
359.19/334.40	v <instantiation cost="1100">
359.19/334.40	v       <list>
359.19/334.40	v         r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] c[5][0] c[5][1] c[5][2] c[5][3] c[6][0] c[6][1] c[6][2] c[6][3] c[7][0] c[7][1] c[7][2] c[7][3] c[8][0] c[8][1] c[8][2] c[8][3] c[9][0] c[9][1] c[9][2] c[9][3] rpw[0] rpw[1] rpw[2] rpw[3] rpw[4] rpw[5] rpw[6] rpw[7] rpw[8] rpw[9] rcn[0] rcn[1] rcn[2] rcn[3] rcn[4] rcn[5] rcn[6] rcn[7] rcn[8] rcn[9] rpr[0] rpr[1] rpr[2] rpr[3] rpr[4] rpr[5] rpr[6] rpr[7] rpr[8] rpr[9]
359.19/334.40	v       </list>
359.19/334.40	v       <values>
359.19/334.40	v         2 2 2 2 1 1 0 0 0 0 6 2 0 0 0 5 0 0 7 0 1 0 0 1 0 2 7 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 200 200 200 200 150 150 0 0 0 0 16 16 16 16 8 8 0 0 0 0 200 200 200 200 150 150 0 0 0 0
359.19/334.40	v       </values>
359.19/334.40	v     </instantiation>
359.19/334.40	s OPTIMUM FOUND

Verifier Data

OK	1100

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249893-1502133712/watcher-4249893-1502133712 -o /tmp/evaluation-result-4249893-1502133712/solver-4249893-1502133712 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12598 --watchdog 2560 bin/concrete HOME/instance-4249893-1502133712.xml 

pid=25303
running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.51 1.57 1.53 3/198 25306
/proc/meminfo: memFree=28437264/32770624 swapFree=0/450912
[pid=25306] ppid=25303 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/25306/stat : 25306 (runsolver) D 25303 25306 25139 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 60877259 24240128 108 18446744073709551615 4194304 4338465 140729246265648 140729246263288 140013764039383 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 21192704 140729246273744 140729246274121 140729246274121 140729246277578 0
/proc/25306/statm: 5918 108 54 36 0 2156 0

[startup+0.100133 s]
/proc/loadavg: 1.51 1.57 1.53 3/198 25306
/proc/meminfo: memFree=28437264/32770624 swapFree=0/450912
[pid=25306] ppid=25303 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/25306/stat : 25306 (bash) S 25303 25306 25139 0 -1 4202496 678 1545 0 0 0 0 0 0 20 0 1 0 60877259 9736192 350 18446744073709551615 4194304 5098028 140726755220672 140726755218312 140038342740992 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 34324480 140726755222036 140726755222121 140726755222121 140726755225578 0
/proc/25306/statm: 2377 350 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200192 s]
/proc/loadavg: 1.51 1.57 1.53 3/198 25306
/proc/meminfo: memFree=28437264/32770624 swapFree=0/450912
[pid=25306] ppid=25303 vsize=9640 CPUtime=0.01 cores=0,2,4,6
/proc/25306/stat : 25306 (bash) S 25303 25306 25139 0 -1 4202496 880 6454 0 0 0 0 0 1 20 0 1 0 60877259 9871360 374 18446744073709551615 4194304 5098028 140726755220672 140726755214680 140038342740992 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 34324480 140726755222036 140726755222121 140726755222121 140726755225578 0
/proc/25306/statm: 2410 374 294 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.302885 s]
/proc/loadavg: 1.51 1.57 1.53 3/198 25306
/proc/meminfo: memFree=28437264/32770624 swapFree=0/450912
[pid=25306] ppid=25303 vsize=10551880 CPUtime=0.14 cores=0,2,4,6
/proc/25306/stat : 25306 (java) S 25303 25306 25139 0 -1 1077944320 5544 12696 0 0 6 1 5 2 20 0 15 0 60877259 10805125120 6728 18446744073709551615 4194304 4196468 140733528354304 140733528336848 139736112836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
/proc/25306/statm: 2637970 6728 2632 1 0 2627467 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 10551880

[startup+0.700205 s]
/proc/loadavg: 1.51 1.57 1.53 3/198 25306
/proc/meminfo: memFree=28437264/32770624 swapFree=0/450912
[pid=25306] ppid=25303 vsize=10552792 CPUtime=0.7 cores=0,2,4,6
/proc/25306/stat : 25306 (java) S 25303 25306 25139 0 -1 1077944320 13462 12696 0 0 59 4 5 2 20 0 15 0 60877259 10806059008 14910 18446744073709551615 4194304 4196468 140733528354304 140733528336848 139736112836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
/proc/25306/statm: 2638198 14910 3115 1 0 2627467 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 10552792

[startup+1.50222 s]
/proc/loadavg: 1.51 1.57 1.53 4/213 25369
/proc/meminfo: memFree=28340452/32770624 swapFree=0/451272
[pid=25306] ppid=25303 vsize=10563416 CPUtime=1.91 cores=0,2,4,6
/proc/25306/stat : 25306 (java) S 25303 25306 25139 0 -1 1077944320 30596 12696 0 0 175 9 5 2 20 0 15 0 60877259 10816937984 43635 18446744073709551615 4194304 4196468 140733528354304 140733528336848 139736112836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
/proc/25306/statm: 2640854 43635 3375 1 0 2630027 0
[pid=25306/tid=25356] ppid=25303 vsize=10563416 CPUtime=1.28 cores=0,2,4,6
/proc/25306/task/25356/stat : 25356 (java) S 25303 25306 25139 0 -1 1077944384 23713 12696 0 0 116 5 5 2 20 0 15 0 60877279 10816937984 43635 18446744073709551615 4194304 4196468 140733528354304 139736117057984 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25357] ppid=25303 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25357/stat : 25357 (java) S 25303 25306 25139 0 -1 1077944384 52 12696 0 0 0 0 5 2 20 0 15 0 60877280 10816937984 43635 18446744073709551615 4194304 4196468 140733528354304 139736043256720 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25358] ppid=25303 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/25306/task/25358/stat : 25358 (java) S 25303 25306 25139 0 -1 1077944384 25 12696 0 0 1 0 5 2 20 0 15 0 60877280 10816937984 43635 18446744073709551615 4194304 4196468 140733528354304 139736042203936 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25359] ppid=25303 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25359/stat : 25359 (java) S 25303 25306 25139 0 -1 1077944384 183 12696 0 0 0 0 5 2 20 0 15 0 60877280 10816937984 43635 18446744073709551615 4194304 4196468 140733528354304 139736041151632 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25360] ppid=25303 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/25306/task/25360/stat : 25360 (java) R 25303 25306 25139 0 -1 4202560 47 12696 0 0 1 0 5 2 20 0 15 0 60877280 10816937984 43635 18446744073709551615 4194304 4196468 140733528354304 139736040098952 139736105464551 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25361] ppid=25303 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/25306/task/25361/stat : 25361 (java) S 25303 25306 25139 0 -1 1077944384 1339 12696 0 0 1 0 5 2 20 0 15 0 60877281 10816937984 43635 18446744073709551615 4194304 4196468 140733528354304 139735609184928 139736112846549 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25362] ppid=25303 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25362/stat : 25362 (java) S 25303 25306 25139 0 -1 1077944384 33 12696 0 0 0 0 5 2 20 0 15 0 60877282 10816937984 43635 18446744073709551615 4194304 4196468 140733528354304 139735608132384 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25363] ppid=25303 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25363/stat : 25363 (java) S 25303 25306 25139 0 -1 1077944384 21 12696 0 0 0 0 5 2 20 0 15 0 60877282 10816937984 43635 18446744073709551615 4194304 4196468 140733528354304 139735607080048 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25364] ppid=25303 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25364/stat : 25364 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10816937984 43635 18446744073709551615 4194304 4196468 140733528354304 139735606028368 139736112854939 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25365] ppid=25303 vsize=10563416 CPUtime=0.22 cores=0,2,4,6
/proc/25306/task/25365/stat : 25365 (java) S 25303 25306 25139 0 -1 1077944384 822 12696 0 0 15 0 5 2 20 0 15 0 60877285 10816937984 43635 18446744073709551615 4194304 4196468 140733528354304 139735604976240 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25366] ppid=25303 vsize=10563416 CPUtime=0.2 cores=0,2,4,6
/proc/25306/task/25366/stat : 25366 (java) S 25303 25306 25139 0 -1 1077944384 933 12696 0 0 13 0 5 2 20 0 15 0 60877285 10816937984 43635 18446744073709551615 4194304 4196468 140733528354304 139735603923440 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25367] ppid=25303 vsize=10563416 CPUtime=0.3 cores=0,2,4,6
/proc/25306/task/25367/stat : 25367 (java) S 25303 25306 25139 0 -1 1077944384 1280 12696 0 0 23 0 5 2 20 0 15 0 60877285 10816937984 43635 18446744073709551615 4194304 4196468 140733528354304 139735602866528 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25368] ppid=25303 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25368/stat : 25368 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10816937984 43635 18446744073709551615 4194304 4196468 140733528354304 139735601818592 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25369] ppid=25303 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25369/stat : 25369 (java) S 25303 25306 25139 0 -1 1077944384 11 12696 0 0 0 0 5 2 20 0 15 0 60877288 10816937984 43635 18446744073709551615 4194304 4196468 140733528354304 139735600765360 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 10563416

[startup+3.10054 s]
/proc/loadavg: 1.51 1.57 1.53 4/213 25369
/proc/meminfo: memFree=28260752/32770624 swapFree=0/451260
[pid=25306] ppid=25303 vsize=10577940 CPUtime=5.47 cores=0,2,4,6
/proc/25306/stat : 25306 (java) S 25303 25306 25139 0 -1 1077944320 47760 12696 0 0 526 14 5 2 20 0 15 0 60877259 10831810560 55736 18446744073709551615 4194304 4196468 140733528354304 140733528336848 139736112836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
/proc/25306/statm: 2644485 55736 3448 1 0 2633099 0
[pid=25306/tid=25356] ppid=25303 vsize=10577940 CPUtime=2.88 cores=0,2,4,6
/proc/25306/task/25356/stat : 25356 (java) R 25303 25306 25139 0 -1 4202560 35081 12696 0 0 273 8 5 2 20 0 15 0 60877279 10831810560 55736 18446744073709551615 4194304 4196468 140733528354304 139736117065104 139736096916830 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25357] ppid=25303 vsize=10577940 CPUtime=0.08 cores=0,2,4,6
/proc/25306/task/25357/stat : 25357 (java) S 25303 25306 25139 0 -1 1077944384 52 12696 0 0 1 0 5 2 20 0 15 0 60877280 10831810560 55736 18446744073709551615 4194304 4196468 140733528354304 139736043256720 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25358] ppid=25303 vsize=10577940 CPUtime=0.08 cores=0,2,4,6
/proc/25306/task/25358/stat : 25358 (java) S 25303 25306 25139 0 -1 1077944384 25 12696 0 0 1 0 5 2 20 0 15 0 60877280 10831810560 55736 18446744073709551615 4194304 4196468 140733528354304 139736042203920 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25359] ppid=25303 vsize=10577940 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25359/stat : 25359 (java) S 25303 25306 25139 0 -1 1077944384 183 12696 0 0 0 0 5 2 20 0 15 0 60877280 10831810560 55736 18446744073709551615 4194304 4196468 140733528354304 139736041151632 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25360] ppid=25303 vsize=10577940 CPUtime=0.08 cores=0,2,4,6
/proc/25306/task/25360/stat : 25360 (java) S 25303 25306 25139 0 -1 1077944384 47 12696 0 0 1 0 5 2 20 0 15 0 60877280 10831810560 55736 18446744073709551615 4194304 4196468 140733528354304 139736040098832 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25361] ppid=25303 vsize=10577940 CPUtime=0.08 cores=0,2,4,6
/proc/25306/task/25361/stat : 25361 (java) S 25303 25306 25139 0 -1 1077944384 1358 12696 0 0 1 0 5 2 20 0 15 0 60877281 10831810560 55736 18446744073709551615 4194304 4196468 140733528354304 139735609186416 139736112847490 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25362] ppid=25303 vsize=10577940 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25362/stat : 25362 (java) S 25303 25306 25139 0 -1 1077944384 56 12696 0 0 0 0 5 2 20 0 15 0 60877282 10831810560 55736 18446744073709551615 4194304 4196468 140733528354304 139735608132448 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25363] ppid=25303 vsize=10577940 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25363/stat : 25363 (java) S 25303 25306 25139 0 -1 1077944384 43 12696 0 0 0 0 5 2 20 0 15 0 60877282 10831810560 55736 18446744073709551615 4194304 4196468 140733528354304 139735607080064 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25364] ppid=25303 vsize=10577940 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25364/stat : 25364 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10831810560 55736 18446744073709551615 4194304 4196468 140733528354304 139735606028368 139736112854939 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25365] ppid=25303 vsize=10577940 CPUtime=0.73 cores=0,2,4,6
/proc/25306/task/25365/stat : 25365 (java) R 25303 25306 25139 0 -1 4202560 2269 12696 0 0 65 1 5 2 20 0 15 0 60877285 10831810560 55736 18446744073709551615 4194304 4196468 140733528354304 139735604952688 139736096247234 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25366] ppid=25303 vsize=10577940 CPUtime=0.96 cores=0,2,4,6
/proc/25306/task/25366/stat : 25366 (java) S 25303 25306 25139 0 -1 1077944384 3363 12696 0 0 88 1 5 2 20 0 15 0 60877285 10831810560 55736 18446744073709551615 4194304 4196468 140733528354304 139735603923440 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25367] ppid=25303 vsize=10577940 CPUtime=1 cores=0,2,4,6
/proc/25306/task/25367/stat : 25367 (java) S 25303 25306 25139 0 -1 1077944384 3136 12696 0 0 92 1 5 2 20 0 15 0 60877285 10831810560 55736 18446744073709551615 4194304 4196468 140733528354304 139735602871152 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25368] ppid=25303 vsize=10577940 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25368/stat : 25368 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10831810560 55736 18446744073709551615 4194304 4196468 140733528354304 139735601818592 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25369] ppid=25303 vsize=10577940 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25369/stat : 25369 (java) S 25303 25306 25139 0 -1 1077944384 12 12696 0 0 0 0 5 2 20 0 15 0 60877288 10831810560 55736 18446744073709551615 4194304 4196468 140733528354304 139735600765360 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 10577940

[startup+6.30062 s]
/proc/loadavg: 1.55 1.58 1.53 5/213 25369
/proc/meminfo: memFree=28076948/32770624 swapFree=0/451260
[pid=25306] ppid=25303 vsize=10647572 CPUtime=14.04 cores=0,2,4,6
/proc/25306/stat : 25306 (java) S 25303 25306 25139 0 -1 1077944320 79274 12696 0 0 1375 22 5 2 20 0 15 0 60877259 10903113728 106681 18446744073709551615 4194304 4196468 140733528354304 140733528336848 139736112836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
/proc/25306/statm: 2661893 106681 3482 1 0 2650507 0
[pid=25306/tid=25356] ppid=25303 vsize=10647572 CPUtime=5.84 cores=0,2,4,6
/proc/25306/task/25356/stat : 25356 (java) R 25303 25306 25139 0 -1 4202560 45030 12696 0 0 565 12 5 2 20 0 15 0 60877279 10903113728 106681 18446744073709551615 4194304 4196468 140733528354304 139736117070080 139735717602146 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25357] ppid=25303 vsize=10647572 CPUtime=0.19 cores=0,2,4,6
/proc/25306/task/25357/stat : 25357 (java) S 25303 25306 25139 0 -1 1077944384 1081 12696 0 0 12 0 5 2 20 0 15 0 60877280 10903113728 106681 18446744073709551615 4194304 4196468 140733528354304 139736043256720 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25358] ppid=25303 vsize=10647572 CPUtime=0.18 cores=0,2,4,6
/proc/25306/task/25358/stat : 25358 (java) S 25303 25306 25139 0 -1 1077944384 153 12696 0 0 11 0 5 2 20 0 15 0 60877280 10903113728 106681 18446744073709551615 4194304 4196468 140733528354304 139736042203920 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25359] ppid=25303 vsize=10647572 CPUtime=0.18 cores=0,2,4,6
/proc/25306/task/25359/stat : 25359 (java) S 25303 25306 25139 0 -1 1077944384 750 12696 0 0 11 0 5 2 20 0 15 0 60877280 10903113728 106681 18446744073709551615 4194304 4196468 140733528354304 139736041151632 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25360] ppid=25303 vsize=10647572 CPUtime=0.17 cores=0,2,4,6
/proc/25306/task/25360/stat : 25360 (java) S 25303 25306 25139 0 -1 1077944384 122 12696 0 0 10 0 5 2 20 0 15 0 60877280 10903113728 106681 18446744073709551615 4194304 4196468 140733528354304 139736040098832 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25361] ppid=25303 vsize=10647572 CPUtime=0.17 cores=0,2,4,6
/proc/25306/task/25361/stat : 25361 (java) S 25303 25306 25139 0 -1 1077944384 2106 12696 0 0 10 0 5 2 20 0 15 0 60877281 10903113728 106681 18446744073709551615 4194304 4196468 140733528354304 139735609186416 139736112847490 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25362] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25362/stat : 25362 (java) S 25303 25306 25139 0 -1 1077944384 57 12696 0 0 0 0 5 2 20 0 15 0 60877282 10903113728 106681 18446744073709551615 4194304 4196468 140733528354304 139735608132512 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25363] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25363/stat : 25363 (java) S 25303 25306 25139 0 -1 1077944384 43 12696 0 0 0 0 5 2 20 0 15 0 60877282 10903113728 106681 18446744073709551615 4194304 4196468 140733528354304 139735607080064 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25364] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25364/stat : 25364 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10903113728 106681 18446744073709551615 4194304 4196468 140733528354304 139735606028368 139736112854939 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25365] ppid=25303 vsize=10647572 CPUtime=2.78 cores=0,2,4,6
/proc/25306/task/25365/stat : 25365 (java) S 25303 25306 25139 0 -1 1077944384 8153 12696 0 0 270 1 5 2 20 0 15 0 60877285 10903113728 106681 18446744073709551615 4194304 4196468 140733528354304 139735604976240 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25366] ppid=25303 vsize=10647572 CPUtime=3.5 cores=0,2,4,6
/proc/25306/task/25366/stat : 25366 (java) S 25303 25306 25139 0 -1 1077944384 12934 12696 0 0 342 1 5 2 20 0 15 0 60877285 10903113728 106681 18446744073709551615 4194304 4196468 140733528354304 139735603923440 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25367] ppid=25303 vsize=10647572 CPUtime=1.48 cores=0,2,4,6
/proc/25306/task/25367/stat : 25367 (java) S 25303 25306 25139 0 -1 1077944384 6431 12696 0 0 139 2 5 2 20 0 15 0 60877285 10903113728 106681 18446744073709551615 4194304 4196468 140733528354304 139735602871152 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25368] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25368/stat : 25368 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10903113728 106681 18446744073709551615 4194304 4196468 140733528354304 139735601818592 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25369] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25369/stat : 25369 (java) S 25303 25306 25139 0 -1 1077944384 277 12696 0 0 0 0 5 2 20 0 15 0 60877288 10903113728 106681 18446744073709551615 4194304 4196468 140733528354304 139735600765360 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
Current children cumulated CPU time (s) 14.04
Current children cumulated vsize (KiB) 10647572

[startup+12.7006 s]
/proc/loadavg: 1.59 1.59 1.53 3/213 25369
/proc/meminfo: memFree=27809968/32770624 swapFree=0/451268
[pid=25306] ppid=25303 vsize=10647572 CPUtime=24.07 cores=0,2,4,6
/proc/25306/stat : 25306 (java) S 25303 25306 25139 0 -1 1077944320 81051 12696 0 0 2372 28 5 2 20 0 15 0 60877259 10903113728 167067 18446744073709551615 4194304 4196468 140733528354304 140733528336848 139736112836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
/proc/25306/statm: 2661893 167067 3482 1 0 2650507 0
[pid=25306/tid=25356] ppid=25303 vsize=10647572 CPUtime=12.21 cores=0,2,4,6
/proc/25306/task/25356/stat : 25356 (java) R 25303 25306 25139 0 -1 4202560 45505 12696 0 0 1199 15 5 2 20 0 15 0 60877279 10903113728 167067 18446744073709551615 4194304 4196468 140733528354304 139736117067744 139735713620295 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25357] ppid=25303 vsize=10647572 CPUtime=0.2 cores=0,2,4,6
/proc/25306/task/25357/stat : 25357 (java) S 25303 25306 25139 0 -1 1077944384 1087 12696 0 0 13 0 5 2 20 0 15 0 60877280 10903113728 167067 18446744073709551615 4194304 4196468 140733528354304 139736043256720 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25358] ppid=25303 vsize=10647572 CPUtime=0.18 cores=0,2,4,6
/proc/25306/task/25358/stat : 25358 (java) S 25303 25306 25139 0 -1 1077944384 161 12696 0 0 11 0 5 2 20 0 15 0 60877280 10903113728 167067 18446744073709551615 4194304 4196468 140733528354304 139736042203920 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25359] ppid=25303 vsize=10647572 CPUtime=0.19 cores=0,2,4,6
/proc/25306/task/25359/stat : 25359 (java) S 25303 25306 25139 0 -1 1077944384 758 12696 0 0 12 0 5 2 20 0 15 0 60877280 10903113728 167067 18446744073709551615 4194304 4196468 140733528354304 139736041151632 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25360] ppid=25303 vsize=10647572 CPUtime=0.18 cores=0,2,4,6
/proc/25306/task/25360/stat : 25360 (java) S 25303 25306 25139 0 -1 1077944384 128 12696 0 0 10 1 5 2 20 0 15 0 60877280 10903113728 167067 18446744073709551615 4194304 4196468 140733528354304 139736040098832 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25361] ppid=25303 vsize=10647572 CPUtime=0.18 cores=0,2,4,6
/proc/25306/task/25361/stat : 25361 (java) S 25303 25306 25139 0 -1 1077944384 2216 12696 0 0 11 0 5 2 20 0 15 0 60877281 10903113728 167067 18446744073709551615 4194304 4196468 140733528354304 139735609186416 139736112847490 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25362] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25362/stat : 25362 (java) S 25303 25306 25139 0 -1 1077944384 59 12696 0 0 0 0 5 2 20 0 15 0 60877282 10903113728 167067 18446744073709551615 4194304 4196468 140733528354304 139735608132512 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25363] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25363/stat : 25363 (java) S 25303 25306 25139 0 -1 1077944384 43 12696 0 0 0 0 5 2 20 0 15 0 60877282 10903113728 167067 18446744073709551615 4194304 4196468 140733528354304 139735607080064 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25364] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25364/stat : 25364 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10903113728 167067 18446744073709551615 4194304 4196468 140733528354304 139735606028368 139736112854939 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0

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

[pid=25306/tid=25367] ppid=25303 vsize=10647572 CPUtime=3.14 cores=0,2,4,6
/proc/25306/task/25367/stat : 25367 (java) S 25303 25306 25139 0 -1 1077944384 13454 12696 0 0 303 4 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735602871152 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25368] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25368/stat : 25368 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735601818592 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25369] ppid=25303 vsize=10647572 CPUtime=0.26 cores=0,2,4,6
/proc/25306/task/25369/stat : 25369 (java) S 25303 25306 25139 0 -1 1077944384 471 12696 0 0 9 10 5 2 20 0 15 0 60877288 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735600765360 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
Current children cumulated CPU time (s) 351.16
Current children cumulated vsize (KiB) 10647572

[startup+329.601 s]
/proc/loadavg: 1.50 1.50 1.51 3/213 25394
/proc/meminfo: memFree=27310392/32770624 swapFree=0/451340
[pid=25306] ppid=25303 vsize=10647572 CPUtime=354.41 cores=0,2,4,6
/proc/25306/stat : 25306 (java) S 25303 25306 25139 0 -1 1077944320 122843 12696 0 0 35356 78 5 2 20 0 15 0 60877259 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 140733528336848 139736112836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
/proc/25306/statm: 2661893 215126 3483 1 0 2650507 0
[pid=25306/tid=25356] ppid=25303 vsize=10647572 CPUtime=326.26 cores=0,2,4,6
/proc/25306/task/25356/stat : 25356 (java) R 25303 25306 25139 0 -1 4202560 55697 12696 0 0 32598 21 5 2 20 0 15 0 60877279 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736117069744 139735716837172 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25357] ppid=25303 vsize=10647572 CPUtime=1.45 cores=0,2,4,6
/proc/25306/task/25357/stat : 25357 (java) S 25303 25306 25139 0 -1 1077944384 3434 12696 0 0 131 7 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736043256720 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25358] ppid=25303 vsize=10647572 CPUtime=1.45 cores=0,2,4,6
/proc/25306/task/25358/stat : 25358 (java) S 25303 25306 25139 0 -1 1077944384 4321 12696 0 0 129 9 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736042203920 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25359] ppid=25303 vsize=10647572 CPUtime=1.45 cores=0,2,4,6
/proc/25306/task/25359/stat : 25359 (java) S 25303 25306 25139 0 -1 1077944384 3920 12696 0 0 129 9 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736041151632 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25360] ppid=25303 vsize=10647572 CPUtime=1.44 cores=0,2,4,6
/proc/25306/task/25360/stat : 25360 (java) S 25303 25306 25139 0 -1 1077944384 3390 12696 0 0 126 11 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736040098832 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25361] ppid=25303 vsize=10647572 CPUtime=1.43 cores=0,2,4,6
/proc/25306/task/25361/stat : 25361 (java) S 25303 25306 25139 0 -1 1077944384 4808 12696 0 0 129 7 5 2 20 0 15 0 60877281 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735609186416 139736112847490 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25362] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25362/stat : 25362 (java) S 25303 25306 25139 0 -1 1077944384 59 12696 0 0 0 0 5 2 20 0 15 0 60877282 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735608132512 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25363] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25363/stat : 25363 (java) S 25303 25306 25139 0 -1 1077944384 43 12696 0 0 0 0 5 2 20 0 15 0 60877282 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735607080064 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25364] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25364/stat : 25364 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735606028368 139736112854939 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25365] ppid=25303 vsize=10647572 CPUtime=8.67 cores=0,2,4,6
/proc/25306/task/25365/stat : 25365 (java) S 25303 25306 25139 0 -1 1077944384 12158 12696 0 0 856 4 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735604976240 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25366] ppid=25303 vsize=10647572 CPUtime=9.39 cores=0,2,4,6
/proc/25306/task/25366/stat : 25366 (java) S 25303 25306 25139 0 -1 1077944384 18951 12696 0 0 928 4 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735603923440 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25367] ppid=25303 vsize=10647572 CPUtime=3.14 cores=0,2,4,6
/proc/25306/task/25367/stat : 25367 (java) S 25303 25306 25139 0 -1 1077944384 13454 12696 0 0 303 4 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735602871152 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25368] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25368/stat : 25368 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735601818592 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25369] ppid=25303 vsize=10647572 CPUtime=0.26 cores=0,2,4,6
/proc/25306/task/25369/stat : 25369 (java) S 25303 25306 25139 0 -1 1077944384 471 12696 0 0 9 10 5 2 20 0 15 0 60877288 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735600765360 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
Current children cumulated CPU time (s) 354.41
Current children cumulated vsize (KiB) 10647572

[startup+332.801 s]
/proc/loadavg: 1.46 1.50 1.50 3/213 25394
/proc/meminfo: memFree=27314548/32770624 swapFree=0/451336
[pid=25306] ppid=25303 vsize=10647572 CPUtime=357.65 cores=0,2,4,6
/proc/25306/stat : 25306 (java) S 25303 25306 25139 0 -1 1077944320 122867 12696 0 0 35679 79 5 2 20 0 15 0 60877259 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 140733528336848 139736112836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
/proc/25306/statm: 2661893 215126 3483 1 0 2650507 0
[pid=25306/tid=25356] ppid=25303 vsize=10647572 CPUtime=329.42 cores=0,2,4,6
/proc/25306/task/25356/stat : 25356 (java) R 25303 25306 25139 0 -1 4202560 55718 12696 0 0 32914 21 5 2 20 0 15 0 60877279 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736117070448 139735705118944 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25357] ppid=25303 vsize=10647572 CPUtime=1.47 cores=0,2,4,6
/proc/25306/task/25357/stat : 25357 (java) S 25303 25306 25139 0 -1 1077944384 3434 12696 0 0 132 8 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736043256720 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25358] ppid=25303 vsize=10647572 CPUtime=1.46 cores=0,2,4,6
/proc/25306/task/25358/stat : 25358 (java) S 25303 25306 25139 0 -1 1077944384 4321 12696 0 0 130 9 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736042203920 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25359] ppid=25303 vsize=10647572 CPUtime=1.47 cores=0,2,4,6
/proc/25306/task/25359/stat : 25359 (java) S 25303 25306 25139 0 -1 1077944384 3921 12696 0 0 131 9 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736041151632 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25360] ppid=25303 vsize=10647572 CPUtime=1.45 cores=0,2,4,6
/proc/25306/task/25360/stat : 25360 (java) S 25303 25306 25139 0 -1 1077944384 3390 12696 0 0 127 11 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736040098832 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25361] ppid=25303 vsize=10647572 CPUtime=1.46 cores=0,2,4,6
/proc/25306/task/25361/stat : 25361 (java) S 25303 25306 25139 0 -1 1077944384 4810 12696 0 0 131 8 5 2 20 0 15 0 60877281 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735609186416 139736112847490 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25362] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25362/stat : 25362 (java) S 25303 25306 25139 0 -1 1077944384 59 12696 0 0 0 0 5 2 20 0 15 0 60877282 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735608132512 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25363] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25363/stat : 25363 (java) S 25303 25306 25139 0 -1 1077944384 43 12696 0 0 0 0 5 2 20 0 15 0 60877282 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735607080064 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25364] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25364/stat : 25364 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735606028368 139736112854939 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25365] ppid=25303 vsize=10647572 CPUtime=8.67 cores=0,2,4,6
/proc/25306/task/25365/stat : 25365 (java) S 25303 25306 25139 0 -1 1077944384 12158 12696 0 0 856 4 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735604976240 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25366] ppid=25303 vsize=10647572 CPUtime=9.39 cores=0,2,4,6
/proc/25306/task/25366/stat : 25366 (java) S 25303 25306 25139 0 -1 1077944384 18951 12696 0 0 928 4 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735603923440 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25367] ppid=25303 vsize=10647572 CPUtime=3.14 cores=0,2,4,6
/proc/25306/task/25367/stat : 25367 (java) S 25303 25306 25139 0 -1 1077944384 13454 12696 0 0 303 4 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735602871152 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25368] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25368/stat : 25368 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735601818592 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25369] ppid=25303 vsize=10647572 CPUtime=0.26 cores=0,2,4,6
/proc/25306/task/25369/stat : 25369 (java) S 25303 25306 25139 0 -1 1077944384 471 12696 0 0 9 10 5 2 20 0 15 0 60877288 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735600765360 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
Current children cumulated CPU time (s) 357.65
Current children cumulated vsize (KiB) 10647572

[startup+333.601 s]
/proc/loadavg: 1.46 1.50 1.50 3/213 25394
/proc/meminfo: memFree=27314616/32770624 swapFree=0/451340
[pid=25306] ppid=25303 vsize=10647572 CPUtime=358.47 cores=0,2,4,6
/proc/25306/stat : 25306 (java) S 25303 25306 25139 0 -1 1077944320 122883 12696 0 0 35761 79 5 2 20 0 15 0 60877259 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 140733528336848 139736112836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
/proc/25306/statm: 2661893 215126 3483 1 0 2650507 0
[pid=25306/tid=25356] ppid=25303 vsize=10647572 CPUtime=330.21 cores=0,2,4,6
/proc/25306/task/25356/stat : 25356 (java) R 25303 25306 25139 0 -1 4202560 55724 12696 0 0 32993 21 5 2 20 0 15 0 60877279 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736117070496 139735716730951 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25357] ppid=25303 vsize=10647572 CPUtime=1.48 cores=0,2,4,6
/proc/25306/task/25357/stat : 25357 (java) S 25303 25306 25139 0 -1 1077944384 3435 12696 0 0 133 8 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736043256720 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25358] ppid=25303 vsize=10647572 CPUtime=1.47 cores=0,2,4,6
/proc/25306/task/25358/stat : 25358 (java) S 25303 25306 25139 0 -1 1077944384 4321 12696 0 0 131 9 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736042203920 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25359] ppid=25303 vsize=10647572 CPUtime=1.47 cores=0,2,4,6
/proc/25306/task/25359/stat : 25359 (java) S 25303 25306 25139 0 -1 1077944384 3921 12696 0 0 131 9 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736041151632 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25360] ppid=25303 vsize=10647572 CPUtime=1.46 cores=0,2,4,6
/proc/25306/task/25360/stat : 25360 (java) S 25303 25306 25139 0 -1 1077944384 3391 12696 0 0 128 11 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736040098832 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25361] ppid=25303 vsize=10647572 CPUtime=1.46 cores=0,2,4,6
/proc/25306/task/25361/stat : 25361 (java) S 25303 25306 25139 0 -1 1077944384 4817 12696 0 0 131 8 5 2 20 0 15 0 60877281 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735609186416 139736112847490 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25362] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25362/stat : 25362 (java) S 25303 25306 25139 0 -1 1077944384 59 12696 0 0 0 0 5 2 20 0 15 0 60877282 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735608132512 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25363] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25363/stat : 25363 (java) S 25303 25306 25139 0 -1 1077944384 43 12696 0 0 0 0 5 2 20 0 15 0 60877282 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735607080064 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25364] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25364/stat : 25364 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735606028368 139736112854939 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25365] ppid=25303 vsize=10647572 CPUtime=8.67 cores=0,2,4,6
/proc/25306/task/25365/stat : 25365 (java) S 25303 25306 25139 0 -1 1077944384 12158 12696 0 0 856 4 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735604976240 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25366] ppid=25303 vsize=10647572 CPUtime=9.39 cores=0,2,4,6
/proc/25306/task/25366/stat : 25366 (java) S 25303 25306 25139 0 -1 1077944384 18951 12696 0 0 928 4 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735603923440 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25367] ppid=25303 vsize=10647572 CPUtime=3.14 cores=0,2,4,6
/proc/25306/task/25367/stat : 25367 (java) S 25303 25306 25139 0 -1 1077944384 13454 12696 0 0 303 4 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735602871152 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25368] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25368/stat : 25368 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735601818592 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25369] ppid=25303 vsize=10647572 CPUtime=0.26 cores=0,2,4,6
/proc/25306/task/25369/stat : 25369 (java) S 25303 25306 25139 0 -1 1077944384 472 12696 0 0 9 10 5 2 20 0 15 0 60877288 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735600765360 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
Current children cumulated CPU time (s) 358.47
Current children cumulated vsize (KiB) 10647572

[startup+334.001 s]
/proc/loadavg: 1.46 1.50 1.50 3/213 25394
/proc/meminfo: memFree=27314616/32770624 swapFree=0/451340
[pid=25306] ppid=25303 vsize=10647572 CPUtime=358.87 cores=0,2,4,6
/proc/25306/stat : 25306 (java) S 25303 25306 25139 0 -1 1077944320 122887 12696 0 0 35801 79 5 2 20 0 15 0 60877259 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 140733528336848 139736112836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
/proc/25306/statm: 2661893 215126 3483 1 0 2650507 0
[pid=25306/tid=25356] ppid=25303 vsize=10647572 CPUtime=330.61 cores=0,2,4,6
/proc/25306/task/25356/stat : 25356 (java) R 25303 25306 25139 0 -1 4202560 55728 12696 0 0 33033 21 5 2 20 0 15 0 60877279 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736117069584 139735717166370 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25357] ppid=25303 vsize=10647572 CPUtime=1.48 cores=0,2,4,6
/proc/25306/task/25357/stat : 25357 (java) S 25303 25306 25139 0 -1 1077944384 3435 12696 0 0 133 8 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736043256720 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25358] ppid=25303 vsize=10647572 CPUtime=1.47 cores=0,2,4,6
/proc/25306/task/25358/stat : 25358 (java) S 25303 25306 25139 0 -1 1077944384 4321 12696 0 0 131 9 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736042203920 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25359] ppid=25303 vsize=10647572 CPUtime=1.47 cores=0,2,4,6
/proc/25306/task/25359/stat : 25359 (java) S 25303 25306 25139 0 -1 1077944384 3921 12696 0 0 131 9 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736041151632 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25360] ppid=25303 vsize=10647572 CPUtime=1.46 cores=0,2,4,6
/proc/25306/task/25360/stat : 25360 (java) S 25303 25306 25139 0 -1 1077944384 3391 12696 0 0 128 11 5 2 20 0 15 0 60877280 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139736040098832 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25361] ppid=25303 vsize=10647572 CPUtime=1.47 cores=0,2,4,6
/proc/25306/task/25361/stat : 25361 (java) S 25303 25306 25139 0 -1 1077944384 4817 12696 0 0 132 8 5 2 20 0 15 0 60877281 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735609186416 139736112847490 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25362] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25362/stat : 25362 (java) S 25303 25306 25139 0 -1 1077944384 59 12696 0 0 0 0 5 2 20 0 15 0 60877282 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735608132512 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25363] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25363/stat : 25363 (java) S 25303 25306 25139 0 -1 1077944384 43 12696 0 0 0 0 5 2 20 0 15 0 60877282 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735607080064 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25364] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25364/stat : 25364 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735606028368 139736112854939 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25365] ppid=25303 vsize=10647572 CPUtime=8.67 cores=0,2,4,6
/proc/25306/task/25365/stat : 25365 (java) S 25303 25306 25139 0 -1 1077944384 12158 12696 0 0 856 4 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735604976240 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25366] ppid=25303 vsize=10647572 CPUtime=9.39 cores=0,2,4,6
/proc/25306/task/25366/stat : 25366 (java) S 25303 25306 25139 0 -1 1077944384 18951 12696 0 0 928 4 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735603923440 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25367] ppid=25303 vsize=10647572 CPUtime=3.14 cores=0,2,4,6
/proc/25306/task/25367/stat : 25367 (java) S 25303 25306 25139 0 -1 1077944384 13454 12696 0 0 303 4 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735602871152 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25368] ppid=25303 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25368/stat : 25368 (java) S 25303 25306 25139 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 60877285 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735601818592 139736112846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
[pid=25306/tid=25369] ppid=25303 vsize=10647572 CPUtime=0.26 cores=0,2,4,6
/proc/25306/task/25369/stat : 25369 (java) S 25303 25306 25139 0 -1 1077944384 472 12696 0 0 9 10 5 2 20 0 15 0 60877288 10903113728 215126 18446744073709551615 4194304 4196468 140733528354304 139735600765360 139736112847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140733528360923 140733528363697 140733528363697 140733528367055 0
Current children cumulated CPU time (s) 358.87
Current children cumulated vsize (KiB) 10647572

[startup+334.401 s]
/proc/loadavg: 1.42 1.49 1.50 3/213 25394
/proc/meminfo: memFree=27322744/32770624 swapFree=0/451340
[pid=25306] ppid=25303 vsize=0 CPUtime=359.29 cores=0,2,4,6
/proc/25306/stat : 25306 (java) Z 25303 25306 25139 0 -1 4227084 125760 12696 0 0 35842 80 5 2 20 0 2 0 60877259 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/25306/statm: 0 0 0 0 0 0 0
[pid=25306/tid=25363] ppid=25303 vsize=0 CPUtime=0.07 cores=0,2,4,6
/proc/25306/task/25363/stat : 25363 (java) R 25303 25306 25139 0 -1 4203588 44 12696 0 0 0 0 5 2 20 0 2 0 60877282 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 359.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 334.417
CPU time (s): 359.329
CPU user time (s): 358.485
CPU system time (s): 0.844292
CPU usage (%): 107.449
Max. virtual memory (cumulated for all children) (KiB): 10649672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 358.485
system time used= 0.844292
maximum resident set size= 865396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138456
page faults= 0
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49480
involuntary context switches= 1135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.58106 second user time and 1.99105 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 21:07:54
IDJOB=4249893
IDBENCH=140550
IDSOLVER=2630
FILE ID=node134/4249893-1502133712
RUNJOBID= node134-1502077974-12598
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249893-1502133712/watcher-4249893-1502133712 -o /tmp/evaluation-result-4249893-1502133712/solver-4249893-1502133712 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12598 --watchdog 2560  bin/concrete HOME/instance-4249893-1502133712.xml

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

MD5SUM BENCH= a7a611711d538e27d6e463316b2ea293
RANDOM SEED=1813362

node134.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.43
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.43
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.43
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.43
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:        28438148 kB
MemAvailable:   29128104 kB
Buffers:          227708 kB
Cached:           751176 kB
SwapCached:            0 kB
Active:          3427180 kB
Inactive:         473944 kB
Active(anon):    2924284 kB
Inactive(anon):    23032 kB
Active(file):     502896 kB
Inactive(file):   450912 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24132 kB
Writeback:             0 kB
AnonPages:       2922384 kB
Mapped:            55092 kB
Shmem:             25276 kB
Slab:             130420 kB
SReclaimable:     103964 kB
SUnreclaim:        26456 kB
KernelStack:        3488 kB
PageTables:        11284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3426760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2693120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-07 21:13:28