Trace number 4274262

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
OscaR - Conflict Ordering 2017-07-26SAT 350.53201 338.37299

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-e0ddr2-1.xml
MD5SUMf0da45100268329db1731396e5956751
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 benchmark10.162
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains47
Minimum domain size112
Maximum domain size128
Distribution of domain sizes[{"size":112,"count":10},{"size":118,"count":10},{"size":119,"count":30},{"size":120,"count":10},{"size":125,"count":10},{"size":126,"count":10},{"size":127,"count":10},{"size":128,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

0.24/0.39	c version: 2017-07-26
0.24/0.39	c seed: 976249695
0.24/0.40	c timeout: 2520
0.24/0.40	c memlimit: 11000
0.24/0.40	c nbcore: 4
0.43/0.42	c Parsing instance...
15.79/7.15	c Parsing done, starting search...
350.44/338.35	s SATISFIABLE
350.44/338.35	v <instantiation>
350.44/338.35	v 	<list>
350.44/338.35	v 		x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99
350.44/338.35	v 	</list>
350.44/338.35	v 	<values>
350.44/338.35	v 		43 57 64 76 87 88 109 110 118 119 5 6 11 10 23 24 39 40 48 47 78 77 120 121 131 130 147 148 159 158 32 31 46 47 52 53 68 70 80 76 91 92 103 102 114 115 143 142 148 149 72 73 84 83 103 102 125 126 132 131 22 21 29 30 39 38 54 55 62 63 0 1 10 9 13 14 24 23 31 32 12 61 72 60 76 77 89 90 95 94 0 24 33 50 61 60 102 84 108 109 
350.44/338.35	v 	</values>
350.44/338.35	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274262-1502838824/watcher-4274262-1502838824 -o /tmp/evaluation-result-4274262-1502838824/solver-4274262-1502838824 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502746532-7259 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 976249695 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274262-1502838824.xml 

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

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

solver pid=26457, runsolver pid=26454

[startup+0.100197 s]*
/proc/loadavg: 4.10 4.32 3.87 3/196 26459
/proc/meminfo: memFree=31304868/32770624 swapFree=67108860/67108860
[pid=26457] ppid=26454 vsize=13358552 memory=9340 CPUtime=0 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26454 26457 2357 0 -1 1077944320 2701 0 0 0 0 0 0 0 20 0 6 0 11497455 13679157248 2335 18446744073709551615 4194304 4196468 140736796345296 140736796327840 140494651944695 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
/proc/26457/statm: 3339638 2335 1317 1 0 3329135 0
[pid=26457/tid=26459] ppid=26454 vsize=13358552 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26459/stat : 26459 (java) R 26454 26457 2357 0 -1 4202560 1413 0 0 0 0 0 0 0 20 0 6 0 11497465 13679157248 2400 18446744073709551615 4194304 4196468 140736796345296 140494656180816 140494545530477 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26460] ppid=26454 vsize=13358552 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26460/stat : 26460 (java) S 26454 26457 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 11497465 13679157248 2400 18446744073709551615 4194304 4196468 140736796345296 140494252305424 140494651954901 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26461] ppid=26454 vsize=13358552 memory=140241484928640 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26454 26457 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 11497465 13679157248 2400 18446744073709551615 4194304 4196468 140736796345296 140494251252880 140494651954901 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26462] ppid=26454 vsize=13358552 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26454 26457 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 11497465 13679157248 2400 18446744073709551615 4194304 4196468 140736796345296 140494250199824 140494651954901 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26463] ppid=26454 vsize=13358552 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26454 26457 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 11497465 13679157248 2400 18446744073709551615 4194304 4196468 140736796345296 140494249147280 140494651954901 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 9340 KiB

[startup+0.209709 s]*
/proc/loadavg: 4.10 4.32 3.87 3/209 26472
/proc/meminfo: memFree=31290876/32770624 swapFree=67108860/67108860
[pid=26457] ppid=26454 vsize=13975920 memory=31232 CPUtime=0.08 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26454 26457 2357 0 -1 1077944320 7086 0 0 0 7 1 0 0 20 0 15 0 11497455 14311342080 7808 18446744073709551615 4194304 4196468 140736796345296 140736796327840 140494651944695 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
/proc/26457/statm: 3493980 7808 3372 1 0 3482759 0
[pid=26457/tid=26459] ppid=26454 vsize=13975920 memory=7077796292425249400 CPUtime=0.07 cores=0,2,4,6
/proc/26457/task/26459/stat : 26459 (java) R 26454 26457 2357 0 -1 4202560 5112 0 0 0 6 1 0 0 20 0 15 0 11497465 14311342080 7808 18446744073709551615 4194304 4196468 140736796345296 140494656165904 140494651956630 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26460] ppid=26454 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26460/stat : 26460 (java) S 26454 26457 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11497465 14311342080 7808 18446744073709551615 4194304 4196468 140736796345296 140494252305424 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26461] ppid=26454 vsize=13975920 memory=140241484928640 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26454 26457 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11497465 14311342080 7808 18446744073709551615 4194304 4196468 140736796345296 140494251252880 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26462] ppid=26454 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26454 26457 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11497465 14311342080 7808 18446744073709551615 4194304 4196468 140736796345296 140494250199824 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26463] ppid=26454 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26454 26457 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11497465 14311342080 7808 18446744073709551615 4194304 4196468 140736796345296 140494249147280 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26464] ppid=26454 vsize=13975920 memory=140241484928640 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26464/stat : 26464 (java) S 26454 26457 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11497467 14311342080 7808 18446744073709551615 4194304 4196468 140736796345296 140493770139888 140494651955842 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26465] ppid=26454 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26465/stat : 26465 (java) S 26454 26457 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11497467 14311342080 7808 18446744073709551615 4194304 4196468 140736796345296 140493769086112 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26466] ppid=26454 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26466/stat : 26466 (java) S 26454 26457 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11497467 14311342080 7808 18446744073709551615 4194304 4196468 140736796345296 140493768033008 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26467] ppid=26454 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26467/stat : 26467 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14311342080 7808 18446744073709551615 4194304 4196468 140736796345296 140493766981584 140494651963291 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26468] ppid=26454 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26468/stat : 26468 (java) S 26454 26457 2357 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 11497470 14311342080 7808 18446744073709551615 4194304 4196468 140736796345296 140493765929712 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26469] ppid=26454 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26469/stat : 26469 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14311342080 7808 18446744073709551615 4194304 4196468 140736796345296 140493764877168 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26470] ppid=26454 vsize=13975920 memory=140241484928640 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26470/stat : 26470 (java) R 26454 26457 2357 0 -1 4202560 300 0 0 0 0 0 0 0 20 0 15 0 11497470 14311342080 7808 18446744073709551615 4194304 4196468 140736796345296 140493763824112 140494651956630 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26471] ppid=26454 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14311342080 7808 18446744073709551615 4194304 4196468 140736796345296 140493762771808 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26472] ppid=26454 vsize=13975920 memory=140241484928640 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) S 26454 26457 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11497474 14311342080 7808 18446744073709551615 4194304 4196468 140736796345296 140493761718832 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 31232 KiB

[startup+0.309941 s]*
/proc/loadavg: 4.10 4.32 3.87 3/209 26472
/proc/meminfo: memFree=31278480/32770624 swapFree=67108860/67108860
[pid=26457] ppid=26454 vsize=13975920 memory=40268 CPUtime=0.24 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26454 26457 2357 0 -1 1077944320 10347 0 0 0 21 3 0 0 20 0 15 0 11497455 14311342080 10067 18446744073709551615 4194304 4196468 140736796345296 140736796327840 140494651944695 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
/proc/26457/statm: 3493980 10067 3497 1 0 3482759 0
[pid=26457/tid=26459] ppid=26454 vsize=13975920 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/26457/task/26459/stat : 26459 (java) R 26454 26457 2357 0 -1 4202560 8087 0 0 0 14 3 0 0 20 0 15 0 11497465 14311342080 10067 18446744073709551615 4194304 4196468 140736796345296 140494656166512 140494636025182 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26460] ppid=26454 vsize=13975920 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26460/stat : 26460 (java) S 26454 26457 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11497465 14311342080 10067 18446744073709551615 4194304 4196468 140736796345296 140494252305424 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26461] ppid=26454 vsize=13975920 memory=140241484935633 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26454 26457 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11497465 14311342080 10067 18446744073709551615 4194304 4196468 140736796345296 140494251252880 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26462] ppid=26454 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26454 26457 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11497465 14311342080 10067 18446744073709551615 4194304 4196468 140736796345296 140494250199824 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26463] ppid=26454 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26454 26457 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11497465 14311342080 10067 18446744073709551615 4194304 4196468 140736796345296 140494249147280 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26464] ppid=26454 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26464/stat : 26464 (java) S 26454 26457 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11497467 14311342080 10067 18446744073709551615 4194304 4196468 140736796345296 140493770139888 140494651955842 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26465] ppid=26454 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26465/stat : 26465 (java) S 26454 26457 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11497467 14311342080 10067 18446744073709551615 4194304 4196468 140736796345296 140493769086112 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26466] ppid=26454 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26466/stat : 26466 (java) S 26454 26457 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11497467 14311342080 10067 18446744073709551615 4194304 4196468 140736796345296 140493768033008 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26467] ppid=26454 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26467/stat : 26467 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14311342080 10067 18446744073709551615 4194304 4196468 140736796345296 140493766981584 140494651963291 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26468] ppid=26454 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26457/task/26468/stat : 26468 (java) S 26454 26457 2357 0 -1 1077944384 436 0 0 0 1 0 0 0 20 0 15 0 11497470 14311342080 10067 18446744073709551615 4194304 4196468 140736796345296 140493765929712 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26469] ppid=26454 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26469/stat : 26469 (java) S 26454 26457 2357 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 11497470 14311342080 10067 18446744073709551615 4194304 4196468 140736796345296 140493764877168 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26470] ppid=26454 vsize=13975920 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/26457/task/26470/stat : 26470 (java) S 26454 26457 2357 0 -1 1077944384 380 0 0 0 4 0 0 0 20 0 15 0 11497470 14311342080 10067 18446744073709551615 4194304 4196468 140736796345296 140493763824112 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26471] ppid=26454 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14311342080 10067 18446744073709551615 4194304 4196468 140736796345296 140493762771808 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26472] ppid=26454 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) S 26454 26457 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11497474 14311342080 10067 18446744073709551615 4194304 4196468 140736796345296 140493761718832 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40268 KiB

[startup+0.70073 s]
/proc/loadavg: 4.10 4.32 3.87 3/209 26472
/proc/meminfo: memFree=31268056/32770624 swapFree=67108860/67108860
[pid=26457] ppid=26454 vsize=13977988 memory=67844 CPUtime=1.01 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26454 26457 2357 0 -1 1077944320 13678 0 0 0 95 6 0 0 20 0 15 0 11497455 14313459712 16961 18446744073709551615 4194304 4196468 140736796345296 140736796327840 140494651944695 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
/proc/26457/statm: 3494497 16961 3731 1 0 3483271 0
[pid=26457/tid=26459] ppid=26454 vsize=13977988 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/26457/task/26459/stat : 26459 (java) R 26454 26457 2357 0 -1 4202560 10363 0 0 0 50 4 0 0 20 0 15 0 11497465 14313459712 16961 18446744073709551615 4194304 4196468 140736796345296 140494656182192 140494633814000 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26460] ppid=26454 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26460/stat : 26460 (java) S 26454 26457 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11497465 14313459712 16961 18446744073709551615 4194304 4196468 140736796345296 140494252305424 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26461] ppid=26454 vsize=13977988 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26454 26457 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11497465 14313459712 16961 18446744073709551615 4194304 4196468 140736796345296 140494251252880 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26462] ppid=26454 vsize=13977988 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26454 26457 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11497465 14313459712 16961 18446744073709551615 4194304 4196468 140736796345296 140494250199824 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26463] ppid=26454 vsize=13977988 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26454 26457 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11497465 14313459712 16961 18446744073709551615 4194304 4196468 140736796345296 140494249147280 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26464] ppid=26454 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26464/stat : 26464 (java) S 26454 26457 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11497467 14313459712 16961 18446744073709551615 4194304 4196468 140736796345296 140493770139888 140494651955842 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26465] ppid=26454 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26465/stat : 26465 (java) S 26454 26457 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11497467 14313459712 16961 18446744073709551615 4194304 4196468 140736796345296 140493769086112 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26466] ppid=26454 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26466/stat : 26466 (java) S 26454 26457 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11497467 14313459712 16961 18446744073709551615 4194304 4196468 140736796345296 140493768033008 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26467] ppid=26454 vsize=13977988 memory=30305 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26467/stat : 26467 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14313459712 16961 18446744073709551615 4194304 4196468 140736796345296 140493766981584 140494651963291 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26468] ppid=26454 vsize=13977988 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26457/task/26468/stat : 26468 (java) S 26454 26457 2357 0 -1 1077944384 766 0 0 0 11 0 0 0 20 0 15 0 11497470 14313459712 16961 18446744073709551615 4194304 4196468 140736796345296 140493765929712 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26469] ppid=26454 vsize=13977988 memory=3749592432059638654 CPUtime=0.1 cores=0,2,4,6
/proc/26457/task/26469/stat : 26469 (java) S 26454 26457 2357 0 -1 1077944384 428 0 0 0 10 0 0 0 20 0 15 0 11497470 14313459712 16961 18446744073709551615 4194304 4196468 140736796345296 140493764877168 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26470] ppid=26454 vsize=13977988 memory=6944656592455097440 CPUtime=0.23 cores=0,2,4,6
/proc/26457/task/26470/stat : 26470 (java) R 26454 26457 2357 0 -1 4202560 741 0 0 0 23 0 0 0 20 0 15 0 11497470 14313459712 16961 18446744073709551615 4194304 4196468 140736796345296 140493763821904 140494631390496 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26471] ppid=26454 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14313459712 16961 18446744073709551615 4194304 4196468 140736796345296 140493762771808 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26472] ppid=26454 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) S 26454 26457 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11497474 14313459712 16961 18446744073709551615 4194304 4196468 140736796345296 140493761718832 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 67844 KiB

[startup+1.5008 s]
/proc/loadavg: 4.10 4.32 3.87 3/209 26472
/proc/meminfo: memFree=31212512/32770624 swapFree=67108860/67108860
[pid=26457] ppid=26454 vsize=13977988 memory=252720 CPUtime=2.65 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26454 26457 2357 0 -1 1077944320 19502 0 0 0 248 17 0 0 20 0 15 0 11497455 14313459712 63180 18446744073709551615 4194304 4196468 140736796345296 140736796327840 140494651944695 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
/proc/26457/statm: 3494497 63180 3776 1 0 3483271 0
[pid=26457/tid=26459] ppid=26454 vsize=13977988 memory=0 CPUtime=1.27 cores=0,2,4,6
/proc/26457/task/26459/stat : 26459 (java) R 26454 26457 2357 0 -1 4202560 11222 0 0 0 121 6 0 0 20 0 15 0 11497465 14313459712 63180 18446744073709551615 4194304 4196468 140736796345296 140494656180576 140494297401152 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26460] ppid=26454 vsize=13977988 memory=7164217008750618432 CPUtime=0.06 cores=0,2,4,6
/proc/26457/task/26460/stat : 26460 (java) S 26454 26457 2357 0 -1 1077944384 91 0 0 0 4 2 0 0 20 0 15 0 11497465 14313459712 63180 18446744073709551615 4194304 4196468 140736796345296 140494252305424 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26461] ppid=26454 vsize=13977988 memory=276 CPUtime=0.06 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26454 26457 2357 0 -1 1077944384 312 0 0 0 4 2 0 0 20 0 15 0 11497465 14313459712 63180 18446744073709551615 4194304 4196468 140736796345296 140494251252880 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26462] ppid=26454 vsize=13977988 memory=6443929123237947239 CPUtime=0.06 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26454 26457 2357 0 -1 1077944384 28 0 0 0 4 2 0 0 20 0 15 0 11497465 14313459712 63180 18446744073709551615 4194304 4196468 140736796345296 140494250199824 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26463] ppid=26454 vsize=13977988 memory=5795117241467496816 CPUtime=0.06 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26454 26457 2357 0 -1 1077944384 92 0 0 0 4 2 0 0 20 0 15 0 11497465 14313459712 63180 18446744073709551615 4194304 4196468 140736796345296 140494249147280 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26464] ppid=26454 vsize=13977988 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26464/stat : 26464 (java) S 26454 26457 2357 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 11497467 14313459712 63180 18446744073709551615 4194304 4196468 140736796345296 140493770139888 140494651955842 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26465] ppid=26454 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26465/stat : 26465 (java) S 26454 26457 2357 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 11497467 14313459712 63180 18446744073709551615 4194304 4196468 140736796345296 140493769086112 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26466] ppid=26454 vsize=13977988 memory=140241352760384 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26466/stat : 26466 (java) S 26454 26457 2357 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 11497467 14313459712 63180 18446744073709551615 4194304 4196468 140736796345296 140493768033008 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26467] ppid=26454 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26467/stat : 26467 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14313459712 63180 18446744073709551615 4194304 4196468 140736796345296 140493766981584 140494651963291 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26468] ppid=26454 vsize=13977988 memory=-8774313645642428999 CPUtime=0.36 cores=0,2,4,6
/proc/26457/task/26468/stat : 26468 (java) S 26454 26457 2357 0 -1 1077944384 2257 0 0 0 36 0 0 0 20 0 15 0 11497470 14313459712 63180 18446744073709551615 4194304 4196468 140736796345296 140493765929712 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26469] ppid=26454 vsize=13977988 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/26457/task/26469/stat : 26469 (java) S 26454 26457 2357 0 -1 1077944384 1495 0 0 0 31 0 0 0 20 0 15 0 11497470 14313459712 63180 18446744073709551615 4194304 4196468 140736796345296 140493764877168 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26470] ppid=26454 vsize=13977988 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/26457/task/26470/stat : 26470 (java) S 26454 26457 2357 0 -1 1077944384 2467 0 0 0 40 0 0 0 20 0 15 0 11497470 14313459712 63180 18446744073709551615 4194304 4196468 140736796345296 140493763824112 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26471] ppid=26454 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14313459712 63180 18446744073709551615 4194304 4196468 140736796345296 140493762771808 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26472] ppid=26454 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497474 14313459712 63180 18446744073709551615 4194304 4196468 140736796345296 140493761718832 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 13977988 KiB

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

[pid=26457/tid=26471] ppid=26454 vsize=13982084 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493762771808 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26472] ppid=26454 vsize=13982084 memory=5412 CPUtime=0.19 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) S 26454 26457 2357 0 -1 1077944384 206 0 0 0 8 11 0 0 20 0 15 0 11497474 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493761718832 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
Current children cumulated CPU time: 348.15 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 2417244 KiB

[startup+337.601 s]
/proc/loadavg: 2.14 2.66 3.24 4/210 26601
/proc/meminfo: memFree=27268248/32770624 swapFree=67108860/67108860
[pid=26457] ppid=26454 vsize=13982084 memory=2417244 CPUtime=349.74 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26454 26457 2357 0 -1 1077944320 64658 0 0 0 34724 250 0 0 20 0 15 0 11497455 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140736796327840 140494651944695 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
/proc/26457/statm: 3495521 604311 3822 1 0 3484295 0
[pid=26457/tid=26459] ppid=26454 vsize=13982084 memory=288230613214036277 CPUtime=334.31 cores=0,2,4,6
/proc/26457/task/26459/stat : 26459 (java) R 26454 26457 2357 0 -1 4202560 29564 0 0 0 33417 14 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494656183104 140494301842339 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26460] ppid=26454 vsize=13982084 memory=0 CPUtime=2.83 cores=0,2,4,6
/proc/26457/task/26460/stat : 26460 (java) S 26454 26457 2357 0 -1 1077944384 3342 0 0 0 230 53 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494252305424 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26461] ppid=26454 vsize=13982084 memory=7161937699554212971 CPUtime=2.85 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26454 26457 2357 0 -1 1077944384 3728 0 0 0 230 55 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494251252880 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26462] ppid=26454 vsize=13982084 memory=15876 CPUtime=2.84 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26454 26457 2357 0 -1 1077944384 3069 0 0 0 231 53 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494250199824 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26463] ppid=26454 vsize=13982084 memory=4016 CPUtime=2.85 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26454 26457 2357 0 -1 1077944384 3197 0 0 0 229 56 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494249147280 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26464] ppid=26454 vsize=13982084 memory=2417244 CPUtime=0.24 cores=0,2,4,6
/proc/26457/task/26464/stat : 26464 (java) S 26454 26457 2357 0 -1 1077944384 3347 0 0 0 23 1 0 0 20 0 15 0 11497467 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493770139888 140494651955842 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26465] ppid=26454 vsize=13982084 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26465/stat : 26465 (java) S 26454 26457 2357 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11497467 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493769086176 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26466] ppid=26454 vsize=13982084 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26466/stat : 26466 (java) S 26454 26457 2357 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 11497467 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493768033024 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26467] ppid=26454 vsize=13982084 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26467/stat : 26467 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493766981584 140494651963291 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26468] ppid=26454 vsize=13982084 memory=1008 CPUtime=1.45 cores=0,2,4,6
/proc/26457/task/26468/stat : 26468 (java) S 26454 26457 2357 0 -1 1077944384 4469 0 0 0 144 1 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493765929712 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26469] ppid=26454 vsize=13982084 memory=2417244 CPUtime=1.35 cores=0,2,4,6
/proc/26457/task/26469/stat : 26469 (java) S 26454 26457 2357 0 -1 1077944384 5293 0 0 0 134 1 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493764877168 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26470] ppid=26454 vsize=13982084 memory=3100 CPUtime=0.73 cores=0,2,4,6
/proc/26457/task/26470/stat : 26470 (java) S 26454 26457 2357 0 -1 1077944384 7008 0 0 0 71 2 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493763824112 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26471] ppid=26454 vsize=13982084 memory=2417244 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493762771808 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26472] ppid=26454 vsize=13982084 memory=1156 CPUtime=0.19 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) S 26454 26457 2357 0 -1 1077944384 206 0 0 0 8 11 0 0 20 0 15 0 11497474 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493761718832 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
Current children cumulated CPU time: 349.74 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 2417244 KiB

[startup+338.001 s]*
/proc/loadavg: 2.14 2.66 3.24 4/210 26601
/proc/meminfo: memFree=27268248/32770624 swapFree=67108860/67108860
[pid=26457] ppid=26454 vsize=13982084 memory=2417244 CPUtime=350.15 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26454 26457 2357 0 -1 1077944320 64667 0 0 0 34765 250 0 0 20 0 15 0 11497455 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140736796327840 140494651944695 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
/proc/26457/statm: 3495521 604311 3822 1 0 3484295 0
[pid=26457/tid=26459] ppid=26454 vsize=13982084 memory=2012 CPUtime=334.71 cores=0,2,4,6
/proc/26457/task/26459/stat : 26459 (java) R 26454 26457 2357 0 -1 4202560 29573 0 0 0 33457 14 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494656183104 140494301842437 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26460] ppid=26454 vsize=13982084 memory=8688 CPUtime=2.83 cores=0,2,4,6
/proc/26457/task/26460/stat : 26460 (java) S 26454 26457 2357 0 -1 1077944384 3342 0 0 0 230 53 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494252305424 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26461] ppid=26454 vsize=13982084 memory=1200 CPUtime=2.85 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26454 26457 2357 0 -1 1077944384 3728 0 0 0 230 55 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494251252880 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26462] ppid=26454 vsize=13982084 memory=-8774313645642428999 CPUtime=2.84 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26454 26457 2357 0 -1 1077944384 3069 0 0 0 231 53 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494250199824 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26463] ppid=26454 vsize=13982084 memory=956 CPUtime=2.85 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26454 26457 2357 0 -1 1077944384 3197 0 0 0 229 56 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494249147280 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26464] ppid=26454 vsize=13982084 memory=2248 CPUtime=0.24 cores=0,2,4,6
/proc/26457/task/26464/stat : 26464 (java) S 26454 26457 2357 0 -1 1077944384 3347 0 0 0 23 1 0 0 20 0 15 0 11497467 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493770139888 140494651955842 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26465] ppid=26454 vsize=13982084 memory=4324 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26465/stat : 26465 (java) S 26454 26457 2357 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11497467 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493769086176 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26466] ppid=26454 vsize=13982084 memory=1592 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26466/stat : 26466 (java) S 26454 26457 2357 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 11497467 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493768033024 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26467] ppid=26454 vsize=13982084 memory=932 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26467/stat : 26467 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493766981584 140494651963291 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26468] ppid=26454 vsize=13982084 memory=2164 CPUtime=1.45 cores=0,2,4,6
/proc/26457/task/26468/stat : 26468 (java) S 26454 26457 2357 0 -1 1077944384 4469 0 0 0 144 1 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493765929712 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26469] ppid=26454 vsize=13982084 memory=844 CPUtime=1.35 cores=0,2,4,6
/proc/26457/task/26469/stat : 26469 (java) S 26454 26457 2357 0 -1 1077944384 5293 0 0 0 134 1 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493764877168 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26470] ppid=26454 vsize=13982084 memory=3900 CPUtime=0.73 cores=0,2,4,6
/proc/26457/task/26470/stat : 26470 (java) S 26454 26457 2357 0 -1 1077944384 7008 0 0 0 71 2 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493763824112 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26471] ppid=26454 vsize=13982084 memory=3080 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493762771808 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26472] ppid=26454 vsize=13982084 memory=2760 CPUtime=0.19 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) S 26454 26457 2357 0 -1 1077944384 206 0 0 0 8 11 0 0 20 0 15 0 11497474 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493761718832 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
Current children cumulated CPU time: 350.15 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 2417244 KiB

[startup+338.201 s]
/proc/loadavg: 2.14 2.66 3.24 4/210 26601
/proc/meminfo: memFree=27268248/32770624 swapFree=67108860/67108860
[pid=26457] ppid=26454 vsize=13982084 memory=2417244 CPUtime=350.34 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26454 26457 2357 0 -1 1077944320 64669 0 0 0 34784 250 0 0 20 0 15 0 11497455 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140736796327840 140494651944695 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
/proc/26457/statm: 3495521 604311 3822 1 0 3484295 0
[pid=26457/tid=26459] ppid=26454 vsize=13982084 memory=288230613214036277 CPUtime=334.91 cores=0,2,4,6
/proc/26457/task/26459/stat : 26459 (java) R 26454 26457 2357 0 -1 4202560 29575 0 0 0 33477 14 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494656183104 140494301742989 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26460] ppid=26454 vsize=13982084 memory=14128948577568424 CPUtime=2.83 cores=0,2,4,6
/proc/26457/task/26460/stat : 26460 (java) S 26454 26457 2357 0 -1 1077944384 3342 0 0 0 230 53 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494252305424 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26461] ppid=26454 vsize=13982084 memory=8616 CPUtime=2.85 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26454 26457 2357 0 -1 1077944384 3728 0 0 0 230 55 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494251252880 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26462] ppid=26454 vsize=13982084 memory=1240 CPUtime=2.84 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26454 26457 2357 0 -1 1077944384 3069 0 0 0 231 53 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494250199824 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26463] ppid=26454 vsize=13982084 memory=644 CPUtime=2.85 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26454 26457 2357 0 -1 1077944384 3197 0 0 0 229 56 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494249147280 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26464] ppid=26454 vsize=13982084 memory=1796 CPUtime=0.24 cores=0,2,4,6
/proc/26457/task/26464/stat : 26464 (java) S 26454 26457 2357 0 -1 1077944384 3347 0 0 0 23 1 0 0 20 0 15 0 11497467 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493770139888 140494651955842 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26465] ppid=26454 vsize=13982084 memory=956 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26465/stat : 26465 (java) S 26454 26457 2357 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11497467 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493769086176 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26466] ppid=26454 vsize=13982084 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26466/stat : 26466 (java) S 26454 26457 2357 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 11497467 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493768033024 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26467] ppid=26454 vsize=13982084 memory=4324 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26467/stat : 26467 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493766981584 140494651963291 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26468] ppid=26454 vsize=13982084 memory=1592 CPUtime=1.45 cores=0,2,4,6
/proc/26457/task/26468/stat : 26468 (java) S 26454 26457 2357 0 -1 1077944384 4469 0 0 0 144 1 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493765929712 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26469] ppid=26454 vsize=13982084 memory=932 CPUtime=1.35 cores=0,2,4,6
/proc/26457/task/26469/stat : 26469 (java) S 26454 26457 2357 0 -1 1077944384 5293 0 0 0 134 1 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493764877168 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26470] ppid=26454 vsize=13982084 memory=2164 CPUtime=0.73 cores=0,2,4,6
/proc/26457/task/26470/stat : 26470 (java) S 26454 26457 2357 0 -1 1077944384 7008 0 0 0 71 2 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493763824112 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26471] ppid=26454 vsize=13982084 memory=844 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493762771808 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26472] ppid=26454 vsize=13982084 memory=4060 CPUtime=0.19 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) S 26454 26457 2357 0 -1 1077944384 206 0 0 0 8 11 0 0 20 0 15 0 11497474 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493761718832 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
Current children cumulated CPU time: 350.34 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 2417244 KiB

[startup+338.301 s]
/proc/loadavg: 2.14 2.66 3.24 4/210 26601
/proc/meminfo: memFree=27268248/32770624 swapFree=67108860/67108860
[pid=26457] ppid=26454 vsize=13982084 memory=2417244 CPUtime=350.44 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26454 26457 2357 0 -1 1077944320 64672 0 0 0 34794 250 0 0 20 0 15 0 11497455 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140736796327840 140494651944695 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
/proc/26457/statm: 3495521 604311 3822 1 0 3484295 0
[pid=26457/tid=26459] ppid=26454 vsize=13982084 memory=2417244 CPUtime=335.01 cores=0,2,4,6
/proc/26457/task/26459/stat : 26459 (java) R 26454 26457 2357 0 -1 4202560 29578 0 0 0 33487 14 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494656183104 140494301843481 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26460] ppid=26454 vsize=13982084 memory=2417244 CPUtime=2.83 cores=0,2,4,6
/proc/26457/task/26460/stat : 26460 (java) S 26454 26457 2357 0 -1 1077944384 3342 0 0 0 230 53 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494252305424 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26461] ppid=26454 vsize=13982084 memory=2417244 CPUtime=2.85 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26454 26457 2357 0 -1 1077944384 3728 0 0 0 230 55 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494251252880 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26462] ppid=26454 vsize=13982084 memory=2417244 CPUtime=2.84 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26454 26457 2357 0 -1 1077944384 3069 0 0 0 231 53 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494250199824 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26463] ppid=26454 vsize=13982084 memory=2417244 CPUtime=2.85 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26454 26457 2357 0 -1 1077944384 3197 0 0 0 229 56 0 0 20 0 15 0 11497465 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140494249147280 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26464] ppid=26454 vsize=13982084 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/26457/task/26464/stat : 26464 (java) S 26454 26457 2357 0 -1 1077944384 3347 0 0 0 23 1 0 0 20 0 15 0 11497467 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493770139888 140494651955842 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26465] ppid=26454 vsize=13982084 memory=2417244 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26465/stat : 26465 (java) S 26454 26457 2357 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11497467 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493769086176 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26466] ppid=26454 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26466/stat : 26466 (java) S 26454 26457 2357 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 11497467 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493768033024 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26467] ppid=26454 vsize=13982084 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26467/stat : 26467 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493766981584 140494651963291 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26468] ppid=26454 vsize=13982084 memory=16448 CPUtime=1.45 cores=0,2,4,6
/proc/26457/task/26468/stat : 26468 (java) S 26454 26457 2357 0 -1 1077944384 4469 0 0 0 144 1 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493765929712 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26469] ppid=26454 vsize=13982084 memory=8616 CPUtime=1.35 cores=0,2,4,6
/proc/26457/task/26469/stat : 26469 (java) S 26454 26457 2357 0 -1 1077944384 5293 0 0 0 134 1 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493764877168 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26470] ppid=26454 vsize=13982084 memory=2417244 CPUtime=0.73 cores=0,2,4,6
/proc/26457/task/26470/stat : 26470 (java) S 26454 26457 2357 0 -1 1077944384 7008 0 0 0 71 2 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493763824112 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26471] ppid=26454 vsize=13982084 memory=1865224 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26454 26457 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11497470 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493762771808 140494651954901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
[pid=26457/tid=26472] ppid=26454 vsize=13982084 memory=956 CPUtime=0.19 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) S 26454 26457 2357 0 -1 1077944384 206 0 0 0 8 11 0 0 20 0 15 0 11497474 14317654016 604311 18446744073709551615 4194304 4196468 140736796345296 140493761718832 140494651955842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12357632 140736796352882 140736796353068 140736796353068 140736796356559 0
Current children cumulated CPU time: 350.44 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 2417244 KiB

Child status: 0
Real time (s): 338.373
CPU time (s): 350.532
CPU user time (s): 348.01
CPU system time (s): 2.52292
CPU usage (%): 103.593
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 2417244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 348.01
system time used= 2.52292
maximum resident set size= 2417596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66732
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10677
involuntary context switches= 306


# summary of solver processes directly reported to runsolver:
#   pid: 26457
#   total CPU time (s): 350.532
#   total CPU user time (s): 348.01
#   total CPU system time (s): 2.52292

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.79027 second user time and 3.36844 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-16 00:59:48
IDJOB=4274262
IDBENCH=138520
IDSOLVER=2666
FILE ID=node129/4274262-1502838824
RUNJOBID= node129-1502746532-7259
PBS_JOBID= 
Free space on /tmp= 61976 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-e0ddr2-1.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274262-1502838824/watcher-4274262-1502838824 -o /tmp/evaluation-result-4274262-1502838824/solver-4274262-1502838824 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502746532-7259 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 976249695 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274262-1502838824.xml

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

MD5SUM BENCH= f0da45100268329db1731396e5956751
RANDOM SEED=976249695

node129.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.61
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.61
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.61
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.61
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:        31305536 kB
MemAvailable:   31794688 kB
Buffers:          167032 kB
Cached:           609232 kB
SwapCached:            0 kB
Active:           624952 kB
Inactive:         427776 kB
Active(anon):     276908 kB
Inactive(anon):    16744 kB
Active(file):     348044 kB
Inactive(file):   411032 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42228 kB
Writeback:             4 kB
AnonPages:        276596 kB
Mapped:            45728 kB
Shmem:             17060 kB
Slab:             116952 kB
SReclaimable:      91820 kB
SUnreclaim:        25132 kB
KernelStack:        3408 kB
PageTables:         5376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1144544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61932 MiB
End job on node129 at 2017-08-16 01:05:26