Trace number 4274266

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 18.0851 8.3895798

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-ewddr2-3.xml
MD5SUM5ef074aeb11af1fe72f101ddf8b307c4
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 benchmark0.55292302
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains47
Minimum domain size107
Maximum domain size151
Distribution of domain sizes[{"size":107,"count":10},{"size":117,"count":10},{"size":118,"count":10},{"size":121,"count":10},{"size":129,"count":10},{"size":134,"count":10},{"size":142,"count":20},{"size":145,"count":10},{"size":151,"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.27/0.38	c version: 2017-07-26
0.27/0.38	c seed: 852812878
0.27/0.38	c timeout: 2520
0.27/0.38	c memlimit: 11000
0.27/0.38	c nbcore: 4
0.27/0.40	c Parsing instance...
17.25/8.09	c Parsing done, starting search...
17.93/8.36	s SATISFIABLE
17.93/8.36	v <instantiation>
17.93/8.36	v 	<list>
17.93/8.36	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
17.93/8.36	v 	</list>
17.93/8.36	v 	<values>
17.93/8.36	v 		11 10 16 17 25 26 34 35 48 49 4 10 22 23 34 33 64 63 77 78 34 35 43 42 53 54 84 85 88 87 20 21 25 24 42 43 52 51 63 62 55 10 61 62 67 66 108 109 118 117 122 121 147 148 158 157 170 171 182 181 82 83 94 93 104 105 124 123 129 130 104 103 108 109 117 116 133 134 145 144 126 125 130 131 141 140 157 158 169 168 46 65 74 56 82 83 96 97 104 105 
17.93/8.36	v 	</values>
17.93/8.36	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 (15193 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-4274266-1502838813/watcher-4274266-1502838813 -o /tmp/evaluation-result-4274266-1502838813/solver-4274266-1502838813 -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 852812878 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274266-1502838813.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
solver pid=26381, runsolver pid=26378
Current StackSize limit: 8192 KiB


[startup+0.101646 s]*
/proc/loadavg: 4.02 4.31 3.86 3/201 26388
/proc/meminfo: memFree=31301904/32770624 swapFree=67108860/67108860
[pid=26381] ppid=26378 vsize=13573664 memory=14868 CPUtime=0.02 cores=0,2,4,6
/proc/26381/stat : 26381 (java) S 26378 26381 2357 0 -1 1077944320 4090 0 0 0 2 0 0 0 20 0 9 0 11496387 13899431936 3717 18446744073709551615 4194304 4196468 140731472224512 140731472207056 139813900656375 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
/proc/26381/statm: 3393416 3717 2091 1 0 3382913 0
[pid=26381/tid=26383] ppid=26378 vsize=13573664 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/26381/task/26383/stat : 26383 (java) R 26378 26381 2357 0 -1 4202560 2724 0 0 0 1 0 0 0 20 0 9 0 11496395 13899431936 3717 18446744073709551615 4194304 4196468 140731472224512 139813904892136 139813884736862 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26384] ppid=26378 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26384/stat : 26384 (java) S 26378 26381 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 11496396 13899431936 3717 18446744073709551615 4194304 4196468 140731472224512 139813870369296 139813900666581 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26385] ppid=26378 vsize=13573664 memory=139947794921088 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26385/stat : 26385 (java) S 26378 26381 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 11496396 13899431936 3717 18446744073709551615 4194304 4196468 140731472224512 139813499988624 139813900666581 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26386] ppid=26378 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26386/stat : 26386 (java) S 26378 26381 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 11496396 13899431936 3717 18446744073709551615 4194304 4196468 140731472224512 139813498935568 139813900666581 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26387] ppid=26378 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26387/stat : 26387 (java) S 26378 26381 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 11496396 13899431936 3717 18446744073709551615 4194304 4196468 140731472224512 139813497883024 139813900666581 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26388] ppid=26378 vsize=13573664 memory=139947794921088 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26388/stat : 26388 (java) S 26378 26381 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 11496397 13899431936 3717 18446744073709551615 4194304 4196468 140731472224512 139812817550064 139813900667522 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26389] ppid=26378 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26389/stat : 26389 (java) S 26378 26381 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 11496398 13899431936 3717 18446744073709551615 4194304 4196468 140731472224512 139812816496288 139813900666581 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26390] ppid=26378 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26390/stat : 26390 (java) S 26378 26381 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 11496398 13899431936 3717 18446744073709551615 4194304 4196468 140731472224512 139812815443248 139813900666581 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 14868 KiB

[startup+0.209916 s]*
/proc/loadavg: 4.02 4.31 3.86 4/209 26396
/proc/meminfo: memFree=31289692/32770624 swapFree=67108860/67108860
[pid=26381] ppid=26378 vsize=13977904 memory=33860 CPUtime=0.11 cores=0,2,4,6
/proc/26381/stat : 26381 (java) S 26378 26381 2357 0 -1 1077944320 7757 0 0 0 10 1 0 0 20 0 15 0 11496387 14313373696 8465 18446744073709551615 4194304 4196468 140731472224512 140731472207056 139813900656375 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
/proc/26381/statm: 3494476 8465 3384 1 0 3483255 0
[pid=26381/tid=26383] ppid=26378 vsize=13977904 memory=7077796292425249400 CPUtime=0.09 cores=0,2,4,6
/proc/26381/task/26383/stat : 26383 (java) R 26378 26381 2357 0 -1 4202560 5710 0 0 0 8 1 0 0 20 0 15 0 11496395 14313373696 8465 18446744073709551615 4194304 4196468 140731472224512 139813904845824 139813893336093 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26384] ppid=26378 vsize=13977904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26384/stat : 26384 (java) S 26378 26381 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11496396 14313373696 8465 18446744073709551615 4194304 4196468 140731472224512 139813870369296 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26385] ppid=26378 vsize=13979532 memory=139947794921088 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26385/stat : 26385 (java) S 26378 26381 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11496396 14315040768 8465 18446744073709551615 4194304 4196468 140731472224512 139813499988624 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26386] ppid=26378 vsize=13979532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26386/stat : 26386 (java) S 26378 26381 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11496396 14315040768 8465 18446744073709551615 4194304 4196468 140731472224512 139813498935568 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26387] ppid=26378 vsize=13979532 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26387/stat : 26387 (java) S 26378 26381 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11496396 14315040768 8465 18446744073709551615 4194304 4196468 140731472224512 139813497883024 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26388] ppid=26378 vsize=13979532 memory=139947794921088 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26388/stat : 26388 (java) S 26378 26381 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11496397 14315040768 8465 18446744073709551615 4194304 4196468 140731472224512 139812817550064 139813900667522 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26389] ppid=26378 vsize=13979532 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26389/stat : 26389 (java) S 26378 26381 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11496398 14315040768 8465 18446744073709551615 4194304 4196468 140731472224512 139812816496288 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26390] ppid=26378 vsize=13979532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26390/stat : 26390 (java) S 26378 26381 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11496398 14315040768 8465 18446744073709551615 4194304 4196468 140731472224512 139812815443184 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26391] ppid=26378 vsize=13979532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26391/stat : 26391 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14315040768 8465 18446744073709551615 4194304 4196468 140731472224512 139812814391760 139813900674971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26392] ppid=26378 vsize=13979532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26392/stat : 26392 (java) S 26378 26381 2357 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 11496401 14315040768 8465 18446744073709551615 4194304 4196468 140731472224512 139812813338864 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26393] ppid=26378 vsize=13979532 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26393/stat : 26393 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14315040768 8465 18446744073709551615 4194304 4196468 140731472224512 139812812286320 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26394] ppid=26378 vsize=13979532 memory=139947794921088 CPUtime=0.01 cores=0,2,4,6
/proc/26381/task/26394/stat : 26394 (java) S 26378 26381 2357 0 -1 1077944384 362 0 0 0 1 0 0 0 20 0 15 0 11496401 14315040768 8465 18446744073709551615 4194304 4196468 140731472224512 139812811233264 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26395] ppid=26378 vsize=13979532 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26395/stat : 26395 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14315040768 8531 18446744073709551615 4194304 4196468 140731472224512 139812810180960 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26396] ppid=26378 vsize=13979532 memory=139947794921088 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26396/stat : 26396 (java) S 26378 26381 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11496405 14315040768 8531 18446744073709551615 4194304 4196468 140731472224512 139812809129008 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13977904 KiB
Current children cumulated memory: 33860 KiB

[startup+0.310175 s]*
/proc/loadavg: 4.02 4.31 3.86 3/209 26396
/proc/meminfo: memFree=31279116/32770624 swapFree=67108860/67108860
[pid=26381] ppid=26378 vsize=13975920 memory=40940 CPUtime=0.27 cores=0,2,4,6
/proc/26381/stat : 26381 (java) S 26378 26381 2357 0 -1 1077944320 10972 0 0 0 24 3 0 0 20 0 15 0 11496387 14311342080 10235 18446744073709551615 4194304 4196468 140731472224512 140731472207056 139813900656375 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
/proc/26381/statm: 3493980 10235 3544 1 0 3482759 0
[pid=26381/tid=26383] ppid=26378 vsize=13975920 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/26381/task/26383/stat : 26383 (java) R 26378 26381 2357 0 -1 4202560 8624 0 0 0 16 2 0 0 20 0 15 0 11496395 14311342080 10263 18446744073709551615 4194304 4196468 140731472224512 139813904856128 139813893373338 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26384] ppid=26378 vsize=13975920 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26384/stat : 26384 (java) S 26378 26381 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11496396 14311342080 10263 18446744073709551615 4194304 4196468 140731472224512 139813870369296 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26385] ppid=26378 vsize=13975920 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26385/stat : 26385 (java) S 26378 26381 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11496396 14311342080 10263 18446744073709551615 4194304 4196468 140731472224512 139813499988624 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26386] ppid=26378 vsize=13975920 memory=-8187100386482147110 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26386/stat : 26386 (java) S 26378 26381 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11496396 14311342080 10263 18446744073709551615 4194304 4196468 140731472224512 139813498935568 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26387] ppid=26378 vsize=13975920 memory=-7305533901252758645 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26387/stat : 26387 (java) S 26378 26381 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11496396 14311342080 10263 18446744073709551615 4194304 4196468 140731472224512 139813497883024 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26388] ppid=26378 vsize=13975920 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26388/stat : 26388 (java) S 26378 26381 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11496397 14311342080 10263 18446744073709551615 4194304 4196468 140731472224512 139812817550064 139813900667522 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26389] ppid=26378 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26389/stat : 26389 (java) S 26378 26381 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11496398 14311342080 10263 18446744073709551615 4194304 4196468 140731472224512 139812816496288 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26390] ppid=26378 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26390/stat : 26390 (java) S 26378 26381 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11496398 14311342080 10263 18446744073709551615 4194304 4196468 140731472224512 139812815443184 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26391] ppid=26378 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26391/stat : 26391 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14311342080 10263 18446744073709551615 4194304 4196468 140731472224512 139812814391760 139813900674971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26392] ppid=26378 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26381/task/26392/stat : 26392 (java) R 26378 26381 2357 0 -1 4202560 361 0 0 0 1 0 0 0 20 0 15 0 11496401 14311342080 10263 18446744073709551615 4194304 4196468 140731472224512 139812813319880 139813885538064 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26393] ppid=26378 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26381/task/26393/stat : 26393 (java) R 26378 26381 2357 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 15 0 11496401 14311342080 10263 18446744073709551615 4194304 4196468 140731472224512 139812812286320 139813900667522 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26394] ppid=26378 vsize=13975920 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/26381/task/26394/stat : 26394 (java) R 26378 26381 2357 0 -1 4202560 435 0 0 0 5 0 0 0 20 0 15 0 11496401 14311342080 10263 18446744073709551615 4194304 4196468 140731472224512 139812811233264 139813900668310 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26395] ppid=26378 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26395/stat : 26395 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14311342080 10263 18446744073709551615 4194304 4196468 140731472224512 139812810180960 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26396] ppid=26378 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26396/stat : 26396 (java) S 26378 26381 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11496405 14311342080 10263 18446744073709551615 4194304 4196468 140731472224512 139812809129008 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40940 KiB

[startup+0.700622 s]
/proc/loadavg: 4.02 4.31 3.86 5/209 26396
/proc/meminfo: memFree=31266200/32770624 swapFree=67108860/67108860
[pid=26381] ppid=26378 vsize=13977988 memory=68376 CPUtime=1.07 cores=0,2,4,6
/proc/26381/stat : 26381 (java) S 26378 26381 2357 0 -1 1077944320 13775 0 0 0 102 5 0 0 20 0 15 0 11496387 14313459712 17094 18446744073709551615 4194304 4196468 140731472224512 140731472207056 139813900656375 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
/proc/26381/statm: 3494497 17094 3732 1 0 3483271 0
[pid=26381/tid=26383] ppid=26378 vsize=13977988 memory=2538795435777 CPUtime=0.56 cores=0,2,4,6
/proc/26381/task/26383/stat : 26383 (java) R 26378 26381 2357 0 -1 4202560 10387 0 0 0 53 3 0 0 20 0 15 0 11496395 14313459712 17094 18446744073709551615 4194304 4196468 140731472224512 139813904876032 139813900678301 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26384] ppid=26378 vsize=13977988 memory=2560270272257 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26384/stat : 26384 (java) S 26378 26381 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11496396 14313459712 17094 18446744073709551615 4194304 4196468 140731472224512 139813870369296 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26385] ppid=26378 vsize=13977988 memory=2568860206849 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26385/stat : 26385 (java) S 26378 26381 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11496396 14313459712 17094 18446744073709551615 4194304 4196468 140731472224512 139813499988624 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26386] ppid=26378 vsize=13977988 memory=448874192 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26386/stat : 26386 (java) S 26378 26381 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11496396 14313459712 17094 18446744073709551615 4194304 4196468 140731472224512 139813498935568 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26387] ppid=26378 vsize=13977988 memory=-8556738499077758064 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26387/stat : 26387 (java) S 26378 26381 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11496396 14313459712 17094 18446744073709551615 4194304 4196468 140731472224512 139813497883024 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26388] ppid=26378 vsize=13977988 memory=7956285308106002773 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26388/stat : 26388 (java) S 26378 26381 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11496397 14313459712 17094 18446744073709551615 4194304 4196468 140731472224512 139812817550064 139813900667522 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26389] ppid=26378 vsize=13977988 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26389/stat : 26389 (java) S 26378 26381 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11496398 14313459712 17094 18446744073709551615 4194304 4196468 140731472224512 139812816496288 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26390] ppid=26378 vsize=13977988 memory=279895368560352 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26390/stat : 26390 (java) S 26378 26381 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11496398 14313459712 17094 18446744073709551615 4194304 4196468 140731472224512 139812815443184 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26391] ppid=26378 vsize=13977988 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26391/stat : 26391 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14313459712 17094 18446744073709551615 4194304 4196468 140731472224512 139812814391760 139813900674971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26392] ppid=26378 vsize=13977988 memory=14128948577568424 CPUtime=0.12 cores=0,2,4,6
/proc/26381/task/26392/stat : 26392 (java) R 26378 26381 2357 0 -1 4202560 763 0 0 0 12 0 0 0 20 0 15 0 11496401 14313459712 17094 18446744073709551615 4194304 4196468 140731472224512 139812813324032 139813884124410 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26393] ppid=26378 vsize=13977988 memory=8688 CPUtime=0.11 cores=0,2,4,6
/proc/26381/task/26393/stat : 26393 (java) R 26378 26381 2357 0 -1 4202560 472 0 0 0 11 0 0 0 20 0 15 0 11496401 14313459712 17094 18446744073709551615 4194304 4196468 140731472224512 139812812271760 139813885058564 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26394] ppid=26378 vsize=13977988 memory=1200 CPUtime=0.24 cores=0,2,4,6
/proc/26381/task/26394/stat : 26394 (java) S 26378 26381 2357 0 -1 1077944384 771 0 0 0 24 0 0 0 20 0 15 0 11496401 14313459712 17094 18446744073709551615 4194304 4196468 140731472224512 139812811233264 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26395] ppid=26378 vsize=13977988 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26395/stat : 26395 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14313459712 17094 18446744073709551615 4194304 4196468 140731472224512 139812810180960 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26396] ppid=26378 vsize=13977988 memory=4016 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26396/stat : 26396 (java) S 26378 26381 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11496405 14313459712 17094 18446744073709551615 4194304 4196468 140731472224512 139812809129008 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 68376 KiB

[startup+1.50079 s]
/proc/loadavg: 4.02 4.31 3.86 4/209 26396
/proc/meminfo: memFree=31207728/32770624 swapFree=67108860/67108860
[pid=26381] ppid=26378 vsize=13977988 memory=251568 CPUtime=2.59 cores=0,2,4,6
/proc/26381/stat : 26381 (java) S 26378 26381 2357 0 -1 1077944320 18495 0 0 0 245 14 0 0 20 0 15 0 11496387 14313459712 62892 18446744073709551615 4194304 4196468 140731472224512 140731472207056 139813900656375 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
/proc/26381/statm: 3494497 62892 3774 1 0 3483271 0
[pid=26381/tid=26383] ppid=26378 vsize=13977988 memory=95 CPUtime=1.29 cores=0,2,4,6
/proc/26381/task/26383/stat : 26383 (java) R 26378 26381 2357 0 -1 4202560 11266 0 0 0 123 6 0 0 20 0 15 0 11496395 14313459712 62892 18446744073709551615 4194304 4196468 140731472224512 139813904893808 139813545365828 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26384] ppid=26378 vsize=13977988 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/26381/task/26384/stat : 26384 (java) S 26378 26381 2357 0 -1 1077944384 283 0 0 0 5 1 0 0 20 0 15 0 11496396 14313459712 62892 18446744073709551615 4194304 4196468 140731472224512 139813870369296 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26385] ppid=26378 vsize=13977988 memory=115 CPUtime=0.06 cores=0,2,4,6
/proc/26381/task/26385/stat : 26385 (java) S 26378 26381 2357 0 -1 1077944384 71 0 0 0 5 1 0 0 20 0 15 0 11496396 14313459712 62892 18446744073709551615 4194304 4196468 140731472224512 139813499988624 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26386] ppid=26378 vsize=13977988 memory=21 CPUtime=0.06 cores=0,2,4,6
/proc/26381/task/26386/stat : 26386 (java) S 26378 26381 2357 0 -1 1077944384 96 0 0 0 5 1 0 0 20 0 15 0 11496396 14313459712 62892 18446744073709551615 4194304 4196468 140731472224512 139813498935568 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26387] ppid=26378 vsize=13977988 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/26381/task/26387/stat : 26387 (java) S 26378 26381 2357 0 -1 1077944384 90 0 0 0 5 1 0 0 20 0 15 0 11496396 14313459712 62892 18446744073709551615 4194304 4196468 140731472224512 139813497883024 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26388] ppid=26378 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26388/stat : 26388 (java) S 26378 26381 2357 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 15 0 11496397 14313459712 62892 18446744073709551615 4194304 4196468 140731472224512 139812817550064 139813900667522 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26389] ppid=26378 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26389/stat : 26389 (java) S 26378 26381 2357 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 11496398 14313459712 62892 18446744073709551615 4194304 4196468 140731472224512 139812816496352 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26390] ppid=26378 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26390/stat : 26390 (java) S 26378 26381 2357 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11496398 14313459712 62892 18446744073709551615 4194304 4196468 140731472224512 139812815443200 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26391] ppid=26378 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26391/stat : 26391 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14313459712 62892 18446744073709551615 4194304 4196468 140731472224512 139812814391760 139813900674971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26392] ppid=26378 vsize=13977988 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/26381/task/26392/stat : 26392 (java) S 26378 26381 2357 0 -1 1077944384 1877 0 0 0 30 0 0 0 20 0 15 0 11496401 14313459712 62892 18446744073709551615 4194304 4196468 140731472224512 139812813338864 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26393] ppid=26378 vsize=13977988 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/26381/task/26393/stat : 26393 (java) S 26378 26381 2357 0 -1 1077944384 1228 0 0 0 28 0 0 0 20 0 15 0 11496401 14313459712 62892 18446744073709551615 4194304 4196468 140731472224512 139812812286320 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26394] ppid=26378 vsize=13977988 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/26381/task/26394/stat : 26394 (java) S 26378 26381 2357 0 -1 1077944384 2039 0 0 0 40 0 0 0 20 0 15 0 11496401 14313459712 62892 18446744073709551615 4194304 4196468 140731472224512 139812811233264 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0

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

[pid=26381/tid=26395] ppid=26378 vsize=13982084 memory=24 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26395/stat : 26395 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14317654016 383449 18446744073709551615 4194304 4196468 140731472224512 139812810180960 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26396] ppid=26378 vsize=13982084 memory=5 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26396/stat : 26396 (java) S 26378 26381 2357 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 11496405 14317654016 383449 18446744073709551615 4194304 4196468 140731472224512 139812809129008 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
Current children cumulated CPU time: 12.45 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1533796 KiB

[startup+7.20062 s]
/proc/loadavg: 4.02 4.31 3.86 6/209 26396
/proc/meminfo: memFree=29458568/32770624 swapFree=67108860/67108860
[pid=26381] ppid=26378 vsize=13982084 memory=1860092 CPUtime=15.57 cores=0,2,4,6
/proc/26381/stat : 26381 (java) S 26378 26381 2357 0 -1 1077944320 36140 0 0 0 1387 170 0 0 20 0 15 0 11496387 14317654016 465023 18446744073709551615 4194304 4196468 140731472224512 140731472207056 139813900656375 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
/proc/26381/statm: 3495521 465023 3809 1 0 3484295 0
[pid=26381/tid=26383] ppid=26378 vsize=13982084 memory=80 CPUtime=4.64 cores=0,2,4,6
/proc/26381/task/26383/stat : 26383 (java) S 26378 26381 2357 0 -1 1077944384 15710 0 0 0 452 12 0 0 20 0 15 0 11496395 14317654016 465023 18446744073709551615 4194304 4196468 140731472224512 139813904890624 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26384] ppid=26378 vsize=13982084 memory=-8774313645642428999 CPUtime=2.09 cores=0,2,4,6
/proc/26381/task/26384/stat : 26384 (java) R 26378 26381 2357 0 -1 4202560 1203 0 0 0 172 37 0 0 20 0 15 0 11496396 14317654016 465023 18446744073709551615 4194304 4196468 140731472224512 139813870369416 139813893284583 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26385] ppid=26378 vsize=13982084 memory=288230613214036277 CPUtime=2.12 cores=0,2,4,6
/proc/26381/task/26385/stat : 26385 (java) R 26378 26381 2357 0 -1 4202560 1208 0 0 0 174 38 0 0 20 0 15 0 11496396 14317654016 465023 18446744073709551615 4194304 4196468 140731472224512 139813499988432 139813893284583 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26386] ppid=26378 vsize=13982084 memory=14128948577568424 CPUtime=2.13 cores=0,2,4,6
/proc/26381/task/26386/stat : 26386 (java) R 26378 26381 2357 0 -1 4202560 1269 0 0 0 176 37 0 0 20 0 15 0 11496396 14317654016 465023 18446744073709551615 4194304 4196468 140731472224512 139813498935456 139813885652928 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26387] ppid=26378 vsize=13982084 memory=0 CPUtime=2.11 cores=0,2,4,6
/proc/26381/task/26387/stat : 26387 (java) R 26378 26381 2357 0 -1 4202560 1249 0 0 0 172 39 0 0 20 0 15 0 11496396 14317654016 465023 18446744073709551615 4194304 4196468 140731472224512 139813497882832 139813893284583 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26388] ppid=26378 vsize=13982084 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/26381/task/26388/stat : 26388 (java) S 26378 26381 2357 0 -1 1077944384 1725 0 0 0 16 0 0 0 20 0 15 0 11496397 14317654016 465023 18446744073709551615 4194304 4196468 140731472224512 139812817548608 139813900666581 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26389] ppid=26378 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26389/stat : 26389 (java) S 26378 26381 2357 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11496398 14317654016 465023 18446744073709551615 4194304 4196468 140731472224512 139812816496352 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26390] ppid=26378 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26390/stat : 26390 (java) S 26378 26381 2357 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11496398 14317654016 465023 18446744073709551615 4194304 4196468 140731472224512 139812815443200 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26391] ppid=26378 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26391/stat : 26391 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14317654016 465023 18446744073709551615 4194304 4196468 140731472224512 139812814391760 139813900674971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26392] ppid=26378 vsize=13982084 memory=0 CPUtime=0.8 cores=0,2,4,6
/proc/26381/task/26392/stat : 26392 (java) S 26378 26381 2357 0 -1 1077944384 3024 0 0 0 80 0 0 0 20 0 15 0 11496401 14317654016 465023 18446744073709551615 4194304 4196468 140731472224512 139812813338864 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26393] ppid=26378 vsize=13982084 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/26381/task/26393/stat : 26393 (java) S 26378 26381 2357 0 -1 1077944384 2621 0 0 0 77 0 0 0 20 0 15 0 11496401 14317654016 465023 18446744073709551615 4194304 4196468 140731472224512 139812812286320 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26394] ppid=26378 vsize=13982084 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/26381/task/26394/stat : 26394 (java) S 26378 26381 2357 0 -1 1077944384 6675 0 0 0 64 1 0 0 20 0 15 0 11496401 14317654016 465023 18446744073709551615 4194304 4196468 140731472224512 139812811233264 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26395] ppid=26378 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26395/stat : 26395 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14317654016 465023 18446744073709551615 4194304 4196468 140731472224512 139812810180960 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26396] ppid=26378 vsize=13982084 memory=1768960 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26396/stat : 26396 (java) S 26378 26381 2357 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 11496405 14317654016 465023 18446744073709551615 4194304 4196468 140731472224512 139812809129008 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
Current children cumulated CPU time: 15.57 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1860092 KiB

[startup+8.00078 s]*
/proc/loadavg: 4.02 4.31 3.86 3/209 26396
/proc/meminfo: memFree=29456708/32770624 swapFree=67108860/67108860
[pid=26381] ppid=26378 vsize=13982084 memory=1862108 CPUtime=17.25 cores=0,2,4,6
/proc/26381/stat : 26381 (java) S 26378 26381 2357 0 -1 1077944320 37663 0 0 0 1554 171 0 0 20 0 15 0 11496387 14317654016 465527 18446744073709551615 4194304 4196468 140731472224512 140731472207056 139813900656375 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
/proc/26381/statm: 3495521 465527 3809 1 0 3484295 0
[pid=26381/tid=26383] ppid=26378 vsize=13982084 memory=6944656592455097440 CPUtime=5.01 cores=0,2,4,6
/proc/26381/task/26383/stat : 26383 (java) R 26378 26381 2357 0 -1 4202560 16615 0 0 0 489 12 0 0 20 0 15 0 11496395 14317654016 465527 18446744073709551615 4194304 4196468 140731472224512 139813904889992 139813547559250 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26384] ppid=26378 vsize=13982084 memory=-8774313645642428999 CPUtime=2.38 cores=0,2,4,6
/proc/26381/task/26384/stat : 26384 (java) S 26378 26381 2357 0 -1 1077944384 1238 0 0 0 201 37 0 0 20 0 15 0 11496396 14317654016 465527 18446744073709551615 4194304 4196468 140731472224512 139813870369296 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26385] ppid=26378 vsize=13982084 memory=1292 CPUtime=2.41 cores=0,2,4,6
/proc/26381/task/26385/stat : 26385 (java) S 26378 26381 2357 0 -1 1077944384 1258 0 0 0 203 38 0 0 20 0 15 0 11496396 14317654016 465527 18446744073709551615 4194304 4196468 140731472224512 139813499988624 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26386] ppid=26378 vsize=13982084 memory=2424 CPUtime=2.42 cores=0,2,4,6
/proc/26381/task/26386/stat : 26386 (java) S 26378 26381 2357 0 -1 1077944384 1298 0 0 0 205 37 0 0 20 0 15 0 11496396 14317654016 465527 18446744073709551615 4194304 4196468 140731472224512 139813498935568 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26387] ppid=26378 vsize=13982084 memory=1732 CPUtime=2.4 cores=0,2,4,6
/proc/26381/task/26387/stat : 26387 (java) S 26378 26381 2357 0 -1 1077944384 1279 0 0 0 201 39 0 0 20 0 15 0 11496396 14317654016 465527 18446744073709551615 4194304 4196468 140731472224512 139813497883024 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26388] ppid=26378 vsize=13982084 memory=1008 CPUtime=0.29 cores=0,2,4,6
/proc/26381/task/26388/stat : 26388 (java) S 26378 26381 2357 0 -1 1077944384 2194 0 0 0 29 0 0 0 20 0 15 0 11496397 14317654016 465527 18446744073709551615 4194304 4196468 140731472224512 139812817550064 139813900667522 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26389] ppid=26378 vsize=13982084 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26389/stat : 26389 (java) S 26378 26381 2357 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11496398 14317654016 465527 18446744073709551615 4194304 4196468 140731472224512 139812816496352 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26390] ppid=26378 vsize=13982084 memory=10932 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26390/stat : 26390 (java) S 26378 26381 2357 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11496398 14317654016 465527 18446744073709551615 4194304 4196468 140731472224512 139812815443200 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26391] ppid=26378 vsize=13982084 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26391/stat : 26391 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14317654016 465527 18446744073709551615 4194304 4196468 140731472224512 139812814391760 139813900674971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26392] ppid=26378 vsize=13982084 memory=1440 CPUtime=0.81 cores=0,2,4,6
/proc/26381/task/26392/stat : 26392 (java) S 26378 26381 2357 0 -1 1077944384 3028 0 0 0 81 0 0 0 20 0 15 0 11496401 14317654016 465527 18446744073709551615 4194304 4196468 140731472224512 139812813338864 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26393] ppid=26378 vsize=13982084 memory=5412 CPUtime=0.77 cores=0,2,4,6
/proc/26381/task/26393/stat : 26393 (java) S 26378 26381 2357 0 -1 1077944384 2622 0 0 0 77 0 0 0 20 0 15 0 11496401 14317654016 465527 18446744073709551615 4194304 4196468 140731472224512 139812812286320 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26394] ppid=26378 vsize=13982084 memory=792 CPUtime=0.66 cores=0,2,4,6
/proc/26381/task/26394/stat : 26394 (java) S 26378 26381 2357 0 -1 1077944384 6675 0 0 0 65 1 0 0 20 0 15 0 11496401 14317654016 465527 18446744073709551615 4194304 4196468 140731472224512 139812811233264 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26395] ppid=26378 vsize=13982084 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26395/stat : 26395 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14317654016 465527 18446744073709551615 4194304 4196468 140731472224512 139812810180960 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26396] ppid=26378 vsize=13982084 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26396/stat : 26396 (java) S 26378 26381 2357 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 11496405 14317654016 465527 18446744073709551615 4194304 4196468 140731472224512 139812809129008 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 44 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
Current children cumulated CPU time: 17.25 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1862108 KiB

[startup+8.20261 s]
/proc/loadavg: 4.02 4.31 3.86 3/209 26396
/proc/meminfo: memFree=29456708/32770624 swapFree=67108860/67108860
[pid=26381] ppid=26378 vsize=13982084 memory=1862648 CPUtime=17.64 cores=0,2,4,6
/proc/26381/stat : 26381 (java) S 26378 26381 2357 0 -1 1077944320 38491 0 0 0 1593 171 0 0 20 0 15 0 11496387 14317654016 465662 18446744073709551615 4194304 4196468 140731472224512 140731472207056 139813900656375 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
/proc/26381/statm: 3495521 465662 3816 1 0 3484295 0
[pid=26381/tid=26383] ppid=26378 vsize=13982084 memory=288230613214036277 CPUtime=5.21 cores=0,2,4,6
/proc/26381/task/26383/stat : 26383 (java) R 26378 26381 2357 0 -1 4202560 17345 0 0 0 509 12 0 0 20 0 15 0 11496395 14317654016 465662 18446744073709551615 4194304 4196468 140731472224512 139813904893088 139813548852176 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26384] ppid=26378 vsize=13982084 memory=14128948577568424 CPUtime=2.38 cores=0,2,4,6
/proc/26381/task/26384/stat : 26384 (java) S 26378 26381 2357 0 -1 1077944384 1238 0 0 0 201 37 0 0 20 0 15 0 11496396 14317654016 465662 18446744073709551615 4194304 4196468 140731472224512 139813870369296 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26385] ppid=26378 vsize=13982084 memory=2424 CPUtime=2.41 cores=0,2,4,6
/proc/26381/task/26385/stat : 26385 (java) S 26378 26381 2357 0 -1 1077944384 1258 0 0 0 203 38 0 0 20 0 15 0 11496396 14317654016 465662 18446744073709551615 4194304 4196468 140731472224512 139813499988624 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26386] ppid=26378 vsize=13982084 memory=1220516 CPUtime=2.42 cores=0,2,4,6
/proc/26381/task/26386/stat : 26386 (java) S 26378 26381 2357 0 -1 1077944384 1298 0 0 0 205 37 0 0 20 0 15 0 11496396 14317654016 465662 18446744073709551615 4194304 4196468 140731472224512 139813498935568 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26387] ppid=26378 vsize=13982084 memory=1008 CPUtime=2.4 cores=0,2,4,6
/proc/26381/task/26387/stat : 26387 (java) S 26378 26381 2357 0 -1 1077944384 1279 0 0 0 201 39 0 0 20 0 15 0 11496396 14317654016 465662 18446744073709551615 4194304 4196468 140731472224512 139813497883024 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26388] ppid=26378 vsize=13982084 memory=6298115112235258216 CPUtime=0.29 cores=0,2,4,6
/proc/26381/task/26388/stat : 26388 (java) S 26378 26381 2357 0 -1 1077944384 2194 0 0 0 29 0 0 0 20 0 15 0 11496397 14317654016 465662 18446744073709551615 4194304 4196468 140731472224512 139812817550064 139813900667522 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26389] ppid=26378 vsize=13982084 memory=7090190176467642725 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26389/stat : 26389 (java) S 26378 26381 2357 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11496398 14317654016 465662 18446744073709551615 4194304 4196468 140731472224512 139812816496352 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26390] ppid=26378 vsize=13982084 memory=7591211228310825829 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26390/stat : 26390 (java) S 26378 26381 2357 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11496398 14317654016 465662 18446744073709551615 4194304 4196468 140731472224512 139812815443200 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26391] ppid=26378 vsize=13982084 memory=7230921007607278949 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26391/stat : 26391 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14317654016 465662 18446744073709551615 4194304 4196468 140731472224512 139812814391760 139813900674971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26392] ppid=26378 vsize=13982084 memory=7158309302693356390 CPUtime=0.91 cores=0,2,4,6
/proc/26381/task/26392/stat : 26392 (java) R 26378 26381 2357 0 -1 4202560 3075 0 0 0 90 1 0 0 20 0 15 0 11496401 14317654016 465662 18446744073709551615 4194304 4196468 140731472224512 139812813338864 139813880373511 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26393] ppid=26378 vsize=13982084 memory=7679937539659563834 CPUtime=0.86 cores=0,2,4,6
/proc/26381/task/26393/stat : 26393 (java) R 26378 26381 2357 0 -1 4202560 2641 0 0 0 85 1 0 0 20 0 15 0 11496401 14317654016 465662 18446744073709551615 4194304 4196468 140731472224512 139812812268032 139813881292312 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26394] ppid=26378 vsize=13982084 memory=1329904169539632284 CPUtime=0.68 cores=0,2,4,6
/proc/26381/task/26394/stat : 26394 (java) S 26378 26381 2357 0 -1 1077944384 6708 0 0 0 67 1 0 0 20 0 15 0 11496401 14317654016 465662 18446744073709551615 4194304 4196468 140731472224512 139812811233264 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26395] ppid=26378 vsize=13982084 memory=-7240599193972929574 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26395/stat : 26395 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14317654016 465662 18446744073709551615 4194304 4196468 140731472224512 139812810180960 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26396] ppid=26378 vsize=13982084 memory=8688 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26396/stat : 26396 (java) S 26378 26381 2357 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 11496405 14317654016 465662 18446744073709551615 4194304 4196468 140731472224512 139812809129008 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
Current children cumulated CPU time: 17.64 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1862648 KiB

[startup+8.30072 s]
/proc/loadavg: 4.02 4.31 3.86 3/209 26396
/proc/meminfo: memFree=29456708/32770624 swapFree=67108860/67108860
[pid=26381] ppid=26378 vsize=13982084 memory=1862740 CPUtime=17.93 cores=0,2,4,6
/proc/26381/stat : 26381 (java) S 26378 26381 2357 0 -1 1077944320 38604 0 0 0 1622 171 0 0 20 0 15 0 11496387 14317654016 465685 18446744073709551615 4194304 4196468 140731472224512 140731472207056 139813900656375 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
/proc/26381/statm: 3495521 465685 3818 1 0 3484295 0
[pid=26381/tid=26383] ppid=26378 vsize=13982084 memory=1862328 CPUtime=5.3 cores=0,2,4,6
/proc/26381/task/26383/stat : 26383 (java) R 26378 26381 2357 0 -1 4202560 17390 0 0 0 518 12 0 0 20 0 15 0 11496395 14317654016 465685 18446744073709551615 4194304 4196468 140731472224512 139813904891832 139813549273638 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26384] ppid=26378 vsize=13982084 memory=1862108 CPUtime=2.38 cores=0,2,4,6
/proc/26381/task/26384/stat : 26384 (java) S 26378 26381 2357 0 -1 1077944384 1238 0 0 0 201 37 0 0 20 0 15 0 11496396 14317654016 465685 18446744073709551615 4194304 4196468 140731472224512 139813870369296 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26385] ppid=26378 vsize=13982084 memory=279895368431712 CPUtime=2.41 cores=0,2,4,6
/proc/26381/task/26385/stat : 26385 (java) S 26378 26381 2357 0 -1 1077944384 1258 0 0 0 203 38 0 0 20 0 15 0 11496396 14317654016 465685 18446744073709551615 4194304 4196468 140731472224512 139813499988624 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26386] ppid=26378 vsize=13982084 memory=15876 CPUtime=2.42 cores=0,2,4,6
/proc/26381/task/26386/stat : 26386 (java) S 26378 26381 2357 0 -1 1077944384 1298 0 0 0 205 37 0 0 20 0 15 0 11496396 14317654016 465685 18446744073709551615 4194304 4196468 140731472224512 139813498935568 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26387] ppid=26378 vsize=13982084 memory=4016 CPUtime=2.4 cores=0,2,4,6
/proc/26381/task/26387/stat : 26387 (java) S 26378 26381 2357 0 -1 1077944384 1279 0 0 0 201 39 0 0 20 0 15 0 11496396 14317654016 465685 18446744073709551615 4194304 4196468 140731472224512 139813497883024 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26388] ppid=26378 vsize=13982084 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/26381/task/26388/stat : 26388 (java) S 26378 26381 2357 0 -1 1077944384 2194 0 0 0 29 0 0 0 20 0 15 0 11496397 14317654016 465685 18446744073709551615 4194304 4196468 140731472224512 139812817550064 139813900667522 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26389] ppid=26378 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26389/stat : 26389 (java) S 26378 26381 2357 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11496398 14317654016 465685 18446744073709551615 4194304 4196468 140731472224512 139812816496352 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26390] ppid=26378 vsize=13982084 memory=56 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26390/stat : 26390 (java) S 26378 26381 2357 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11496398 14317654016 465685 18446744073709551615 4194304 4196468 140731472224512 139812815443200 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26391] ppid=26378 vsize=13982084 memory=665512 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26391/stat : 26391 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14317654016 465685 18446744073709551615 4194304 4196468 140731472224512 139812814391760 139813900674971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26392] ppid=26378 vsize=13982084 memory=0 CPUtime=1 cores=0,2,4,6
/proc/26381/task/26392/stat : 26392 (java) S 26378 26381 2357 0 -1 1077944384 3129 0 0 0 99 1 0 0 20 0 15 0 11496401 14317654016 465685 18446744073709551615 4194304 4196468 140731472224512 139812813338864 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26393] ppid=26378 vsize=13982084 memory=4132774494331964790 CPUtime=0.96 cores=0,2,4,6
/proc/26381/task/26393/stat : 26393 (java) R 26378 26381 2357 0 -1 4202560 2651 0 0 0 95 1 0 0 20 0 15 0 11496401 14317654016 465685 18446744073709551615 4194304 4196468 140731472224512 139812812267920 139813879902795 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26394] ppid=26378 vsize=13982084 memory=1862108 CPUtime=0.68 cores=0,2,4,6
/proc/26381/task/26394/stat : 26394 (java) S 26378 26381 2357 0 -1 1077944384 6711 0 0 0 67 1 0 0 20 0 15 0 11496401 14317654016 465685 18446744073709551615 4194304 4196468 140731472224512 139812811233264 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26395] ppid=26378 vsize=13982084 memory=-5345911753256963030 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26395/stat : 26395 (java) S 26378 26381 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11496401 14317654016 465685 18446744073709551615 4194304 4196468 140731472224512 139812810180960 139813900666581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
[pid=26381/tid=26396] ppid=26378 vsize=13982084 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26381/task/26396/stat : 26396 (java) S 26378 26381 2357 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 11496405 14317654016 465685 18446744073709551615 4194304 4196468 140731472224512 139812809129008 139813900667522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 23044096 140731472232818 140731472233004 140731472233004 140731472236495 0
Current children cumulated CPU time: 17.93 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1862740 KiB

Child status: 0
Real time (s): 8.38958
CPU time (s): 18.0851
CPU user time (s): 16.3575
CPU system time (s): 1.72762
CPU usage (%): 215.567
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 1862740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.3575
system time used= 1.72762
maximum resident set size= 1863664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38733
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= 3260
involuntary context switches= 112


# summary of solver processes directly reported to runsolver:
#   pid: 26381
#   total CPU time (s): 18.0851
#   total CPU user time (s): 16.3575
#   total CPU system time (s): 1.72762

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.070559 second user time and 0.120075 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-16 00:59:37
IDJOB=4274266
IDBENCH=138504
IDSOLVER=2666
FILE ID=node129/4274266-1502838813
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-ewddr2-3.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-4274266-1502838813/watcher-4274266-1502838813 -o /tmp/evaluation-result-4274266-1502838813/solver-4274266-1502838813 -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 852812878 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274266-1502838813.xml

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

MD5SUM BENCH= 5ef074aeb11af1fe72f101ddf8b307c4
RANDOM SEED=852812878

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:        31306752 kB
MemAvailable:   31795764 kB
Buffers:          166972 kB
Cached:           609504 kB
SwapCached:            0 kB
Active:           625080 kB
Inactive:         427740 kB
Active(anon):     277140 kB
Inactive(anon):    16744 kB
Active(file):     347940 kB
Inactive(file):   410996 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41968 kB
Writeback:             0 kB
AnonPages:        276824 kB
Mapped:            45740 kB
Shmem:             17060 kB
Slab:             116712 kB
SReclaimable:      91820 kB
SUnreclaim:        24892 kB
KernelStack:        3424 kB
PageTables:         5420 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 00:59:46