Trace number 4245493

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 NameAnswerCPU timeWall clock time
R1: AbsCon-basic 2017-06-11SAT 23.4433 21.1142

DiagnosticValue
WRONG_DECISIONS3749

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-124.xml
MD5SUM0b191f89e8c533aa19cec6ff372cdf5f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.3578
Satisfiable
(Un)Satisfiability was proved
Number of variables248
Number of constraints132
Number of domains2
Minimum domain size124
Maximum domain size15376
Distribution of domain sizes[{"size":124,"count":124},{"size":15376,"count":124}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":124},{"degree":4,"count":123},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity124
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":124},{"arity":62,"count":6},{"arity":124,"count":1}]
Number of extensional constraints0
Number of intensional constraints125
Distribution of constraint types[{"type":"intension","count":125},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.27/0.28	
0.27/0.28	AbsCon 2 
0.27/0.28	
0.82/0.51	  Solving XCSP3-instance-4245493-1500700420 as a CSP
0.82/0.51	  Loading variables...
0.82/0.57	  Loading constraints...
1.41/0.72	  Solver SolverBacktrack being built...
1.41/0.72	
12.21/11.18	  Preprocessing : gac=false, ccks=118910543, filters=431, revisions=250 (useless=124), AC=1906624, removals=1906624, inconsistent=false
12.21/11.18	
23.23/21.09	
23.23/21.09	v <instantiation id='sol1' type='solution'>  <list> x[] y[] cx[] cy[] </list>  <values> 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 56 62 64 65 66 67 68 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 63 69 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 1 4 9 16 25 36 49 64 81 100 121 144 169 196 225 256 289 324 3136 3844 4096 4225 4356 4489 4624 4900 5041 5184 5329 5476 5625 5776 5929 6084 6241 6400 6561 6724 6889 7056 7225 7396 7569 7744 7921 8100 8281 8464 8649 8836 9025 9216 9409 9604 9801 10000 10201 10404 10609 10816 11025 11236 361 400 441 484 529 576 625 676 729 784 841 900 961 1024 1089 1156 1225 1296 1369 1444 1521 1600 1681 1764 1849 1936 2025 2116 2209 2304 2401 2500 2601 2704 2809 2916 3025 3249 3364 3481 3600 3721 3969 4761 11449 11664 11881 12100 12321 12544 12769 12996 13225 13456 13689 13924 14161 14400 14641 14884 15129 15376 </values>  </instantiation>
23.23/21.09	s SATISFIABLE
23.23/21.09	
23.23/21.09	d WRONG_DECISIONS 3749

Verifier Data

OK	

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-4245493-1500700420/watcher-4245493-1500700420 -o /tmp/evaluation-result-4245493-1500700420/solver-4245493-1500700420 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500683413-7988 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4245493-1500700420.xml 

pid=10253
running on 8 cores: 4-7,12-15

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: 2.17 1.92 1.96 2/262 10256
/proc/meminfo: memFree=31785012/32770624 swapFree=5848/224220
[pid=10256] ppid=10253 vsize=111596 CPUtime=0 cores=4-7,12-15
/proc/10256/stat : 10256 (java) S 10253 10256 7553 0 -1 1077944320 1659 0 0 0 0 0 0 0 20 0 2 0 5307261 114274304 1412 33554432000 4194304 4196468 140725833170720 140725833153264 139874554924791 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
/proc/10256/statm: 27899 1412 1072 1 0 16810 0
[pid=10256/tid=10257] ppid=10253 vsize=361196 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10257/stat : 10257 (java) R 10253 10256 7553 0 -1 4202560 358 0 0 0 0 0 0 0 20 0 2 0 5307261 369864704 1423 33554432000 4194304 4196468 140725833170720 139874559166480 139874536333606 0 4 0 16784584 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0

[startup+0.100135 s]
/proc/loadavg: 2.17 1.92 1.96 2/262 10256
/proc/meminfo: memFree=31785012/32770624 swapFree=5848/224220
[pid=10256] ppid=10253 vsize=10900580 CPUtime=0.09 cores=4-7,12-15
/proc/10256/stat : 10256 (java) S 10253 10256 7553 0 -1 1077944320 4863 0 0 0 8 1 0 0 20 0 20 0 5307261 11162193920 5967 33554432000 4194304 4196468 140725833170720 140725833153264 139874554924791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
/proc/10256/statm: 2725145 5967 2630 1 0 2713552 0
[pid=10256/tid=10257] ppid=10253 vsize=10900580 CPUtime=0.07 cores=4-7,12-15
/proc/10256/task/10257/stat : 10257 (java) R 10253 10256 7553 0 -1 4202560 2948 0 0 0 7 0 0 0 20 0 20 0 5307261 11162193920 5967 33554432000 4194304 4196468 140725833170720 139874559167072 139874547161918 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900580

[startup+0.200328 s]
/proc/loadavg: 2.17 1.92 1.96 2/262 10256
/proc/meminfo: memFree=31785012/32770624 swapFree=5848/224220
[pid=10256] ppid=10253 vsize=10900580 CPUtime=0.27 cores=4-7,12-15
/proc/10256/stat : 10256 (java) S 10253 10256 7553 0 -1 1077944320 7587 0 0 0 25 2 0 0 20 0 20 0 5307261 11162193920 8914 33554432000 4194304 4196468 140725833170720 140725833153264 139874554924791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
/proc/10256/statm: 2725145 8914 2844 1 0 2713552 0
[pid=10256/tid=10257] ppid=10253 vsize=10900580 CPUtime=0.17 cores=4-7,12-15
/proc/10256/task/10257/stat : 10257 (java) R 10253 10256 7553 0 -1 4202560 4759 0 0 0 16 1 0 0 20 0 20 0 5307261 11162193920 8914 33554432000 4194304 4196468 140725833170720 139874559138608 139874539005278 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10900580

[startup+0.3004 s]
/proc/loadavg: 2.17 1.92 1.96 2/262 10256
/proc/meminfo: memFree=31785012/32770624 swapFree=5848/224220
[pid=10256] ppid=10253 vsize=10969228 CPUtime=0.47 cores=4-7,12-15
/proc/10256/stat : 10256 (java) S 10253 10256 7553 0 -1 1077944320 8446 0 0 0 45 2 0 0 20 0 21 0 5307261 11232489472 13302 33554432000 4194304 4196468 140725833170720 140725833153264 139874554924791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
/proc/10256/statm: 2742307 13302 3013 1 0 2730193 0
[pid=10256/tid=10257] ppid=10253 vsize=10969228 CPUtime=0.25 cores=4-7,12-15
/proc/10256/task/10257/stat : 10257 (java) S 10253 10256 7553 0 -1 1077944384 5167 0 0 0 24 1 0 0 20 0 21 0 5307261 11232489472 13302 33554432000 4194304 4196468 140725833170720 139874559167664 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10969228

[startup+0.700211 s]
/proc/loadavg: 2.17 1.92 1.96 2/262 10256
/proc/meminfo: memFree=31785012/32770624 swapFree=5848/224220
[pid=10256] ppid=10253 vsize=10971352 CPUtime=1.41 cores=4-7,12-15
/proc/10256/stat : 10256 (java) S 10253 10256 7553 0 -1 1077944320 12198 0 0 0 136 5 0 0 20 0 21 0 5307261 11234664448 29594 33554432000 4194304 4196468 140725833170720 140725833153264 139874554924791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
/proc/10256/statm: 2742838 29594 3117 1 0 2730705 0
[pid=10256/tid=10257] ppid=10253 vsize=10971352 CPUtime=0.25 cores=4-7,12-15
/proc/10256/task/10257/stat : 10257 (java) S 10253 10256 7553 0 -1 1077944384 5167 0 0 0 24 1 0 0 20 0 21 0 5307261 11234664448 29594 33554432000 4194304 4196468 140725833170720 139874559167664 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 10971352

[startup+1.50081 s]
/proc/loadavg: 2.17 1.92 1.96 3/283 10277
/proc/meminfo: memFree=31643112/32770624 swapFree=5848/224248
[pid=10256] ppid=10253 vsize=10973400 CPUtime=2.58 cores=4-7,12-15
/proc/10256/stat : 10256 (java) S 10253 10256 7553 0 -1 1077944320 13803 0 0 0 252 6 0 0 20 0 21 0 5307261 11236761600 38885 33554432000 4194304 4196468 140725833170720 140725833153264 139874554924791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
/proc/10256/statm: 2743350 38885 3128 1 0 2731217 0
[pid=10256/tid=10257] ppid=10253 vsize=10973400 CPUtime=0.25 cores=4-7,12-15
/proc/10256/task/10257/stat : 10257 (java) S 10253 10256 7553 0 -1 1077944384 5167 0 0 0 24 1 0 0 20 0 21 0 5307261 11236761600 38885 33554432000 4194304 4196468 140725833170720 139874559167664 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10259] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10259/stat : 10259 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 38885 33554432000 4194304 4196468 140725833170720 139874480999568 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10260] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10260/stat : 10260 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 38885 33554432000 4194304 4196468 140725833170720 139874479946768 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10261] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10261/stat : 10261 (java) S 10253 10256 7553 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 38885 33554432000 4194304 4196468 140725833170720 139874478893968 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10262] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10262/stat : 10262 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 38885 33554432000 4194304 4196468 140725833170720 139874477841168 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10263] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10263/stat : 10263 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 38885 33554432000 4194304 4196468 140725833170720 139874476788368 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10264] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10264/stat : 10264 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307263 11236761600 38885 33554432000 4194304 4196468 140725833170720 139874475735568 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10265] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10265/stat : 10265 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307263 11236761600 38885 33554432000 4194304 4196468 140725833170720 139874474682768 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10266] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10266/stat : 10266 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307263 11236761600 38885 33554432000 4194304 4196468 140725833170720 139874473629968 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10267] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10267/stat : 10267 (java) S 10253 10256 7553 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 5307265 11236761600 38885 33554432000 4194304 4196468 140725833170720 139873304349552 139874554935938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10268] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10268/stat : 10268 (java) S 10253 10256 7553 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 5307265 11236761600 38885 33554432000 4194304 4196468 140725833170720 139873303295520 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10269] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10269/stat : 10269 (java) S 10253 10256 7553 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 5307266 11236761600 38885 33554432000 4194304 4196468 140725833170720 139873302242672 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10270] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10270/stat : 10270 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307270 11236761600 38885 33554432000 4194304 4196468 140725833170720 139873301190992 139874554943387 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10271] ppid=10253 vsize=10973400 CPUtime=0.21 cores=4-7,12-15
/proc/10256/task/10271/stat : 10271 (java) S 10253 10256 7553 0 -1 1077944384 849 0 0 0 21 0 0 0 20 0 21 0 5307270 11236761600 38885 33554432000 4194304 4196468 140725833170720 139873300138352 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10272] ppid=10253 vsize=10973400 CPUtime=0.23 cores=4-7,12-15
/proc/10256/task/10272/stat : 10272 (java) S 10253 10256 7553 0 -1 1077944384 837 0 0 0 23 0 0 0 20 0 21 0 5307270 11236761600 38885 33554432000 4194304 4196468 140725833170720 139873299085552 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10273] ppid=10253 vsize=10973400 CPUtime=0.23 cores=4-7,12-15
/proc/10256/task/10273/stat : 10273 (java) S 10253 10256 7553 0 -1 1077944384 1461 0 0 0 23 0 0 0 20 0 21 0 5307270 11236761600 38885 33554432000 4194304 4196468 140725833170720 139873298032752 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10274] ppid=10253 vsize=10973400 CPUtime=0.39 cores=4-7,12-15
/proc/10256/task/10274/stat : 10274 (java) S 10253 10256 7553 0 -1 1077944384 1751 0 0 0 39 0 0 0 20 0 21 0 5307270 11236761600 38885 33554432000 4194304 4196468 140725833170720 139873296979952 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10275] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10275/stat : 10275 (java) S 10253 10256 7553 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 5307270 11236761600 38885 33554432000 4194304 4196468 140725833170720 139873295928416 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10276] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10276/stat : 10276 (java) S 10253 10256 7553 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 5307270 11236761600 38885 33554432000 4194304 4196468 140725833170720 139873294875696 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10277] ppid=10253 vsize=10973400 CPUtime=1.2 cores=4-7,12-15
/proc/10256/task/10277/stat : 10277 (java) R 10253 10256 7553 0 -1 4202560 2351 0 0 0 118 2 0 0 20 0 21 0 5307288 11236761600 38885 33554432000 4194304 4196468 140725833170720 139873291682696 139874153979582 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 10973400

[startup+3.1007 s]
/proc/loadavg: 2.17 1.92 1.96 3/283 10277
/proc/meminfo: memFree=31642616/32770624 swapFree=5848/224248
[pid=10256] ppid=10253 vsize=10973400 CPUtime=4.18 cores=4-7,12-15
/proc/10256/stat : 10256 (java) S 10253 10256 7553 0 -1 1077944320 14140 0 0 0 412 6 0 0 20 0 21 0 5307261 11236761600 38890 33554432000 4194304 4196468 140725833170720 140725833153264 139874554924791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
/proc/10256/statm: 2743350 38890 3128 1 0 2731217 0
[pid=10256/tid=10257] ppid=10253 vsize=10973400 CPUtime=0.25 cores=4-7,12-15
/proc/10256/task/10257/stat : 10257 (java) S 10253 10256 7553 0 -1 1077944384 5167 0 0 0 24 1 0 0 20 0 21 0 5307261 11236761600 38890 33554432000 4194304 4196468 140725833170720 139874559167664 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10259] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10259/stat : 10259 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 38890 33554432000 4194304 4196468 140725833170720 139874480999568 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10260] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10260/stat : 10260 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 38890 33554432000 4194304 4196468 140725833170720 139874479946768 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10261] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10261/stat : 10261 (java) S 10253 10256 7553 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 38890 33554432000 4194304 4196468 140725833170720 139874478893968 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10262] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10262/stat : 10262 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 38890 33554432000 4194304 4196468 140725833170720 139874477841168 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10263] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10263/stat : 10263 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 38890 33554432000 4194304 4196468 140725833170720 139874476788368 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10264] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10264/stat : 10264 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307263 11236761600 38890 33554432000 4194304 4196468 140725833170720 139874475735568 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10265] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10265/stat : 10265 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307263 11236761600 38890 33554432000 4194304 4196468 140725833170720 139874474682768 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10266] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10266/stat : 10266 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307263 11236761600 38890 33554432000 4194304 4196468 140725833170720 139874473629968 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10267] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10267/stat : 10267 (java) S 10253 10256 7553 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 21 0 5307265 11236761600 38890 33554432000 4194304 4196468 140725833170720 139873304349552 139874554935938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10268] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10268/stat : 10268 (java) S 10253 10256 7553 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 5307265 11236761600 38890 33554432000 4194304 4196468 140725833170720 139873303295520 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10269] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10269/stat : 10269 (java) S 10253 10256 7553 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 5307266 11236761600 38890 33554432000 4194304 4196468 140725833170720 139873302242672 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10270] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10270/stat : 10270 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307270 11236761600 38890 33554432000 4194304 4196468 140725833170720 139873301190992 139874554943387 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10271] ppid=10253 vsize=10973400 CPUtime=0.21 cores=4-7,12-15
/proc/10256/task/10271/stat : 10271 (java) S 10253 10256 7553 0 -1 1077944384 850 0 0 0 21 0 0 0 20 0 21 0 5307270 11236761600 38890 33554432000 4194304 4196468 140725833170720 139873300138352 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10272] ppid=10253 vsize=10973400 CPUtime=0.23 cores=4-7,12-15
/proc/10256/task/10272/stat : 10272 (java) S 10253 10256 7553 0 -1 1077944384 1038 0 0 0 23 0 0 0 20 0 21 0 5307270 11236761600 38890 33554432000 4194304 4196468 140725833170720 139873299085552 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10273] ppid=10253 vsize=10973400 CPUtime=0.23 cores=4-7,12-15
/proc/10256/task/10273/stat : 10273 (java) S 10253 10256 7553 0 -1 1077944384 1462 0 0 0 23 0 0 0 20 0 21 0 5307270 11236761600 38890 33554432000 4194304 4196468 140725833170720 139873298032752 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10274] ppid=10253 vsize=10973400 CPUtime=0.39 cores=4-7,12-15
/proc/10256/task/10274/stat : 10274 (java) S 10253 10256 7553 0 -1 1077944384 1774 0 0 0 39 0 0 0 20 0 21 0 5307270 11236761600 38890 33554432000 4194304 4196468 140725833170720 139873296979952 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10275] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10275/stat : 10275 (java) S 10253 10256 7553 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 5307270 11236761600 38890 33554432000 4194304 4196468 140725833170720 139873295928416 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10276] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10276/stat : 10276 (java) S 10253 10256 7553 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 5307270 11236761600 38890 33554432000 4194304 4196468 140725833170720 139873294875696 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10277] ppid=10253 vsize=10973400 CPUtime=2.8 cores=4-7,12-15
/proc/10256/task/10277/stat : 10277 (java) R 10253 10256 7553 0 -1 4202560 2418 0 0 0 278 2 0 0 20 0 21 0 5307288 11236761600 38890 33554432000 4194304 4196468 140725833170720 139873291685192 139874153979569 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 10973400

[startup+6.3008 s]
/proc/loadavg: 2.24 1.94 1.96 3/283 10277
/proc/meminfo: memFree=31640372/32770624 swapFree=5848/224260
[pid=10256] ppid=10253 vsize=10973400 CPUtime=7.4 cores=4-7,12-15
/proc/10256/stat : 10256 (java) S 10253 10256 7553 0 -1 1077944320 15804 0 0 0 734 6 0 0 20 0 21 0 5307261 11236761600 38913 33554432000 4194304 4196468 140725833170720 140725833153264 139874554924791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
/proc/10256/statm: 2743350 38913 3131 1 0 2731217 0
[pid=10256/tid=10257] ppid=10253 vsize=10973400 CPUtime=0.25 cores=4-7,12-15
/proc/10256/task/10257/stat : 10257 (java) S 10253 10256 7553 0 -1 1077944384 5167 0 0 0 24 1 0 0 20 0 21 0 5307261 11236761600 38913 33554432000 4194304 4196468 140725833170720 139874559167664 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10259] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10259/stat : 10259 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 38913 33554432000 4194304 4196468 140725833170720 139874480999568 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10260] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10260/stat : 10260 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 38913 33554432000 4194304 4196468 140725833170720 139874479946768 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10261] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10261/stat : 10261 (java) S 10253 10256 7553 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 38913 33554432000 4194304 4196468 140725833170720 139874478893968 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10262] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10262/stat : 10262 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 38913 33554432000 4194304 4196468 140725833170720 139874477841168 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10263] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10263/stat : 10263 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 38913 33554432000 4194304 4196468 140725833170720 139874476788368 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10264] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10264/stat : 10264 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307263 11236761600 38913 33554432000 4194304 4196468 140725833170720 139874475735568 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10265] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10265/stat : 10265 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307263 11236761600 38913 33554432000 4194304 4196468 140725833170720 139874474682768 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10266] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10266/stat : 10266 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307263 11236761600 38913 33554432000 4194304 4196468 140725833170720 139874473629968 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10267] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10267/stat : 10267 (java) S 10253 10256 7553 0 -1 1077944384 391 0 0 0 0 0 0 0 20 0 21 0 5307265 11236761600 38913 33554432000 4194304 4196468 140725833170720 139873304349552 139874554935938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10268] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15

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

[pid=10256/tid=10267] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10267/stat : 10267 (java) S 10253 10256 7553 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 21 0 5307265 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873304349552 139874554935938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10268] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10268/stat : 10268 (java) S 10253 10256 7553 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 5307265 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873303295520 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10269] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10269/stat : 10269 (java) S 10253 10256 7553 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 5307266 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873302242672 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10270] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10270/stat : 10270 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873301190992 139874554943387 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10271] ppid=10253 vsize=10973400 CPUtime=0.62 cores=4-7,12-15
/proc/10256/task/10271/stat : 10271 (java) S 10253 10256 7553 0 -1 1077944384 3284 0 0 0 62 0 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873300138352 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10272] ppid=10253 vsize=10973400 CPUtime=0.54 cores=4-7,12-15
/proc/10256/task/10272/stat : 10272 (java) S 10253 10256 7553 0 -1 1077944384 2142 0 0 0 53 1 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873299085552 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10273] ppid=10253 vsize=10973400 CPUtime=0.55 cores=4-7,12-15
/proc/10256/task/10273/stat : 10273 (java) S 10253 10256 7553 0 -1 1077944384 3586 0 0 0 55 0 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873298032752 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10274] ppid=10253 vsize=10973400 CPUtime=0.5 cores=4-7,12-15
/proc/10256/task/10274/stat : 10274 (java) S 10253 10256 7553 0 -1 1077944384 3752 0 0 0 49 1 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873296979952 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10275] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10275/stat : 10275 (java) S 10253 10256 7553 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873295928416 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10276] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10276/stat : 10276 (java) S 10253 10256 7553 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873294875696 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10277] ppid=10253 vsize=10973400 CPUtime=19.7 cores=4-7,12-15
/proc/10256/task/10277/stat : 10277 (java) R 10253 10256 7553 0 -1 4202560 5822 0 0 0 1967 3 0 0 20 0 21 0 5307288 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873291682240 139874154612939 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
Current children cumulated CPU time (s) 22.22
Current children cumulated vsize (KiB) 10973400

[startup+20.8007 s]
/proc/loadavg: 2.25 1.96 1.97 3/283 10277
/proc/meminfo: memFree=31617920/32770624 swapFree=5848/224276
[pid=10256] ppid=10253 vsize=10973400 CPUtime=23.02 cores=4-7,12-15
/proc/10256/stat : 10256 (java) S 10253 10256 7553 0 -1 1077944320 25991 0 0 0 2293 9 0 0 20 0 21 0 5307261 11236761600 41871 33554432000 4194304 4196468 140725833170720 140725833153264 139874554924791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
/proc/10256/statm: 2743350 41871 3135 1 0 2731217 0
[pid=10256/tid=10257] ppid=10253 vsize=10973400 CPUtime=0.25 cores=4-7,12-15
/proc/10256/task/10257/stat : 10257 (java) S 10253 10256 7553 0 -1 1077944384 5167 0 0 0 24 1 0 0 20 0 21 0 5307261 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874559167664 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10259] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10259/stat : 10259 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874480999568 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10260] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10260/stat : 10260 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874479946768 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10261] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10261/stat : 10261 (java) S 10253 10256 7553 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874478893968 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10262] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10262/stat : 10262 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874477841168 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10263] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10263/stat : 10263 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874476788368 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10264] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10264/stat : 10264 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307263 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874475735568 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10265] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10265/stat : 10265 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307263 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874474682768 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10266] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10266/stat : 10266 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307263 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874473629968 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10267] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10267/stat : 10267 (java) S 10253 10256 7553 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 21 0 5307265 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873304349552 139874554935938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10268] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10268/stat : 10268 (java) S 10253 10256 7553 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 5307265 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873303295520 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10269] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10269/stat : 10269 (java) S 10253 10256 7553 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 5307266 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873302242672 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10270] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10270/stat : 10270 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873301190992 139874554943387 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10271] ppid=10253 vsize=10973400 CPUtime=0.62 cores=4-7,12-15
/proc/10256/task/10271/stat : 10271 (java) S 10253 10256 7553 0 -1 1077944384 3284 0 0 0 62 0 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873300138352 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10272] ppid=10253 vsize=10973400 CPUtime=0.54 cores=4-7,12-15
/proc/10256/task/10272/stat : 10272 (java) S 10253 10256 7553 0 -1 1077944384 2142 0 0 0 53 1 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873299085552 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10273] ppid=10253 vsize=10973400 CPUtime=0.55 cores=4-7,12-15
/proc/10256/task/10273/stat : 10273 (java) S 10253 10256 7553 0 -1 1077944384 3586 0 0 0 55 0 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873298032752 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10274] ppid=10253 vsize=10973400 CPUtime=0.5 cores=4-7,12-15
/proc/10256/task/10274/stat : 10274 (java) S 10253 10256 7553 0 -1 1077944384 3752 0 0 0 49 1 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873296979952 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10275] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10275/stat : 10275 (java) S 10253 10256 7553 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873295928416 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10276] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10276/stat : 10276 (java) S 10253 10256 7553 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873294875696 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10277] ppid=10253 vsize=10973400 CPUtime=20.5 cores=4-7,12-15
/proc/10256/task/10277/stat : 10277 (java) R 10253 10256 7553 0 -1 4202560 5822 0 0 0 2047 3 0 0 20 0 21 0 5307288 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873291682240 139874154612865 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
Current children cumulated CPU time (s) 23.02
Current children cumulated vsize (KiB) 10973400

[startup+21.0085 s]
/proc/loadavg: 2.25 1.96 1.97 3/283 10277
/proc/meminfo: memFree=31617920/32770624 swapFree=5848/224276
[pid=10256] ppid=10253 vsize=10973400 CPUtime=23.23 cores=4-7,12-15
/proc/10256/stat : 10256 (java) S 10253 10256 7553 0 -1 1077944320 26028 0 0 0 2314 9 0 0 20 0 21 0 5307261 11236761600 41871 33554432000 4194304 4196468 140725833170720 140725833153264 139874554924791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
/proc/10256/statm: 2743350 41871 3135 1 0 2731217 0
[pid=10256/tid=10257] ppid=10253 vsize=10973400 CPUtime=0.25 cores=4-7,12-15
/proc/10256/task/10257/stat : 10257 (java) S 10253 10256 7553 0 -1 1077944384 5167 0 0 0 24 1 0 0 20 0 21 0 5307261 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874559167664 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10259] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10259/stat : 10259 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874480999568 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10260] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10260/stat : 10260 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874479946768 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10261] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10261/stat : 10261 (java) S 10253 10256 7553 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874478893968 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10262] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10262/stat : 10262 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874477841168 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10263] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10263/stat : 10263 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307262 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874476788368 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10264] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10264/stat : 10264 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307263 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874475735568 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10265] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10265/stat : 10265 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 5307263 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874474682768 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10266] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10266/stat : 10266 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307263 11236761600 41871 33554432000 4194304 4196468 140725833170720 139874473629968 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10267] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10267/stat : 10267 (java) S 10253 10256 7553 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 21 0 5307265 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873304349552 139874554935938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10268] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10268/stat : 10268 (java) S 10253 10256 7553 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 5307265 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873303295520 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10269] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10269/stat : 10269 (java) S 10253 10256 7553 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 5307266 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873302242672 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10270] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10270/stat : 10270 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873301190992 139874554943387 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10271] ppid=10253 vsize=10973400 CPUtime=0.62 cores=4-7,12-15
/proc/10256/task/10271/stat : 10271 (java) S 10253 10256 7553 0 -1 1077944384 3319 0 0 0 62 0 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873300138352 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10272] ppid=10253 vsize=10973400 CPUtime=0.54 cores=4-7,12-15
/proc/10256/task/10272/stat : 10272 (java) S 10253 10256 7553 0 -1 1077944384 2142 0 0 0 53 1 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873299085552 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10273] ppid=10253 vsize=10973400 CPUtime=0.55 cores=4-7,12-15
/proc/10256/task/10273/stat : 10273 (java) S 10253 10256 7553 0 -1 1077944384 3586 0 0 0 55 0 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873298032752 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10274] ppid=10253 vsize=10973400 CPUtime=0.5 cores=4-7,12-15
/proc/10256/task/10274/stat : 10274 (java) S 10253 10256 7553 0 -1 1077944384 3752 0 0 0 49 1 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873296979952 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10275] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10275/stat : 10275 (java) S 10253 10256 7553 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873295928416 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10276] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10276/stat : 10276 (java) S 10253 10256 7553 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 21 0 5307270 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873294875696 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10277] ppid=10253 vsize=10973400 CPUtime=20.71 cores=4-7,12-15
/proc/10256/task/10277/stat : 10277 (java) R 10253 10256 7553 0 -1 4202560 5824 0 0 0 2068 3 0 0 20 0 21 0 5307288 11236761600 41871 33554432000 4194304 4196468 140725833170720 139873291683336 139874154614597 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
Current children cumulated CPU time (s) 23.23
Current children cumulated vsize (KiB) 10973400

[startup+21.1008 s]
/proc/loadavg: 2.25 1.96 1.97 3/283 10277
/proc/meminfo: memFree=31617920/32770624 swapFree=5848/224276
[pid=10256] ppid=10253 vsize=10973400 CPUtime=23.43 cores=4-7,12-15
/proc/10256/stat : 10256 (java) S 10253 10256 7553 0 -1 1077944320 28057 0 0 0 2334 9 0 0 20 0 19 0 5307261 11236761600 41885 33554432000 4194304 4196468 140725833170720 140725833153264 139874554924791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
/proc/10256/statm: 2743350 41885 3136 1 0 2731217 0
[pid=10256/tid=10257] ppid=10253 vsize=10973400 CPUtime=0.25 cores=4-7,12-15
/proc/10256/task/10257/stat : 10257 (java) S 10253 10256 7553 0 -1 1077944384 5233 0 0 0 24 1 0 0 20 0 19 0 5307261 11236761600 41885 33554432000 4194304 4196468 140725833170720 139874559167632 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10259] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10259/stat : 10259 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 5307262 11236761600 41885 33554432000 4194304 4196468 140725833170720 139874480999568 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10260] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10260/stat : 10260 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 5307262 11236761600 41885 33554432000 4194304 4196468 140725833170720 139874479946768 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10261] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10261/stat : 10261 (java) S 10253 10256 7553 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 5307262 11236761600 41885 33554432000 4194304 4196468 140725833170720 139874478893968 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10262] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10262/stat : 10262 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 5307262 11236761600 41885 33554432000 4194304 4196468 140725833170720 139874477841168 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10263] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10263/stat : 10263 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 5307262 11236761600 41885 33554432000 4194304 4196468 140725833170720 139874476788368 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10264] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10264/stat : 10264 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 5307263 11236761600 41885 33554432000 4194304 4196468 140725833170720 139874475735568 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10265] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10265/stat : 10265 (java) S 10253 10256 7553 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 5307263 11236761600 41885 33554432000 4194304 4196468 140725833170720 139874474682768 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10266] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10266/stat : 10266 (java) S 10253 10256 7553 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 5307263 11236761600 41885 33554432000 4194304 4196468 140725833170720 139874473629968 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10267] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10267/stat : 10267 (java) S 10253 10256 7553 0 -1 1077944384 626 0 0 0 0 0 0 0 20 0 19 0 5307265 11236761600 41885 33554432000 4194304 4196468 140725833170720 139873304349760 139874554935938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10268] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10268/stat : 10268 (java) S 10253 10256 7553 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 5307265 11236761600 41885 33554432000 4194304 4196468 140725833170720 139873303295520 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10269] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10269/stat : 10269 (java) S 10253 10256 7553 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 5307266 11236761600 41885 33554432000 4194304 4196468 140725833170720 139873302242672 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10270] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10270/stat : 10270 (java) S 10253 10256 7553 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 5307270 11236761600 41885 33554432000 4194304 4196468 140725833170720 139873301190048 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10271] ppid=10253 vsize=10973400 CPUtime=0.65 cores=4-7,12-15
/proc/10256/task/10271/stat : 10271 (java) S 10253 10256 7553 0 -1 1077944384 3340 0 0 0 65 0 0 0 20 0 19 0 5307270 11236761600 41885 33554432000 4194304 4196468 140725833170720 139873300138352 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10272] ppid=10253 vsize=10973400 CPUtime=0.56 cores=4-7,12-15
/proc/10256/task/10272/stat : 10272 (java) S 10253 10256 7553 0 -1 1077944384 2302 0 0 0 55 1 0 0 20 0 19 0 5307270 11236761600 41885 33554432000 4194304 4196468 140725833170720 139873299085552 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10273] ppid=10253 vsize=10973400 CPUtime=0.59 cores=4-7,12-15
/proc/10256/task/10273/stat : 10273 (java) S 10253 10256 7553 0 -1 1077944384 3745 0 0 0 59 0 0 0 20 0 19 0 5307270 11236761600 41885 33554432000 4194304 4196468 140725833170720 139873298013152 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10274] ppid=10253 vsize=10973400 CPUtime=0.52 cores=4-7,12-15
/proc/10256/task/10274/stat : 10274 (java) S 10253 10256 7553 0 -1 1077944384 4391 0 0 0 51 1 0 0 20 0 19 0 5307270 11236761600 41885 33554432000 4194304 4196468 140725833170720 139873296979952 139874554935938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
[pid=10256/tid=10275] ppid=10253 vsize=10973400 CPUtime=0 cores=4-7,12-15
/proc/10256/task/10275/stat : 10275 (java) S 10253 10256 7553 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 5307270 11236761600 41885 33554432000 4194304 4196468 140725833170720 139873295928416 139874554934997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25423872 140725833176259 140725833176388 140725833176388 140725833179087 0
Current children cumulated CPU time (s) 23.43
Current children cumulated vsize (KiB) 10973400

Child status: 0
Real time (s): 21.1142
CPU time (s): 23.4433
CPU user time (s): 23.342
CPU system time (s): 0.10135
CPU usage (%): 111.031
Max. virtual memory (cumulated for all children) (KiB): 10973400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.342
system time used= 0.10135
maximum resident set size= 167792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28095
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3927
involuntary context switches= 1325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.128848 second user time and 0.162671 second system time

The end

Launcher Data

Begin job on node144 at 2017-07-22 07:13:40
IDJOB=4245493
IDBENCH=122903
IDSOLVER=2624
FILE ID=node144/4245493-1500700420
RUNJOBID= node144-1500683413-7988
PBS_JOBID= 20623043
Free space on /tmp= 62008 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-124.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245493-1500700420/watcher-4245493-1500700420 -o /tmp/evaluation-result-4245493-1500700420/solver-4245493-1500700420 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500683413-7988 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4245493-1500700420.xml

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

MD5SUM BENCH= 0b191f89e8c533aa19cec6ff372cdf5f
RANDOM SEED=1334995422

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.49
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.49
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	: 8
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.49
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.49
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31785424 kB
MemAvailable:   31882624 kB
Buffers:          109716 kB
Cached:           272292 kB
SwapCached:            0 kB
Active:           323796 kB
Inactive:         232916 kB
Active(anon):     177384 kB
Inactive(anon):     8696 kB
Active(file):     146412 kB
Inactive(file):   224220 kB
Unevictable:        5848 kB
Mlocked:            5848 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7792 kB
Writeback:             0 kB
AnonPages:        255692 kB
Mapped:            42332 kB
Shmem:              8844 kB
Slab:             118540 kB
SReclaimable:      84804 kB
SUnreclaim:        33736 kB
KernelStack:        4896 kB
PageTables:         5420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1062476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 62000 MiB
End job on node144 at 2017-07-22 07:14:01