Trace number 4281136

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
choco-solver 4.0.5 par (2017-08-18)SAT 232.957 136.431

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.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281136-1503171165.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4281136-1503171165.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
223.81/135.20	c solve instance...
232.38/136.36	s SATISFIABLE
232.38/136.36	v <instantiation>
232.38/136.36	v 	<list>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 </list>
232.38/136.36	v 	<values>0 1 6 5 14 15 23 22 31 32 14 0 20 21 32 31 40 71 81 73 36 37 50 51 61 60 74 75 91 92 0 15 20 21 40 41 50 49 59 60 30 0 36 37 74 75 90 89 108 107 45 44 61 60 149 148 161 162 173 174 4 5 53 71 90 89 102 103 119 120 31 15 63 64 102 103 119 118 135 134 35 15 81 71 132 133 149 148 164 163 91 71 100 101 119 118 132 133 150 151 </values>
232.38/136.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 (10019 MiB free)
  memory of node 1: 16384 MiB (12203 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281136-1503171165/watcher-4281136-1503171165 -o /tmp/evaluation-result-4281136-1503171165/solver-4281136-1503171165 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503170305-27035 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 49968704 HOME/instance-4281136-1503171165.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=27052, runsolver pid=27049
Current StackSize limit: 8192 KiB


[startup+0.100126 s]*
/proc/loadavg: 8.40 8.21 8.24 2/199 27073
/proc/meminfo: memFree=22740280/32770624 swapFree=67108860/67108860
[pid=27052] ppid=27049 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27052/stat : 27052 (xcsp3-exec) S 27049 27052 27008 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150197488 9740288 345 33554432000 4194304 5098028 140734642028224 140734642026328 140155824374396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18567168 140734642029670 140734642029879 140734642029879 140734642032619 0
/proc/27052/statm: 2378 345 289 221 0 87 0
[pid=27054] ppid=27052 vsize=25999808 memory=26208 CPUtime=0.12 cores=0-7
/proc/27054/stat : 27054 (java) S 27052 27052 27008 0 -1 1077944320 5485 0 0 0 11 1 0 0 20 0 20 0 150197488 26623803392 6552 33554432000 4194304 4196468 140737137668192 140737137650736 139972493401847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
/proc/27054/statm: 6499952 6552 2845 1 0 6488269 0
[pid=27054/tid=27055] ppid=27052 vsize=25999808 memory=7681904497038106012 CPUtime=0.08 cores=0-7
/proc/27054/task/27055/stat : 27055 (java) R 27052 27052 27008 0 -1 4202560 3483 0 0 0 8 0 0 0 20 0 20 0 150197488 26623803392 6552 33554432000 4194304 4196468 140737137668192 139972497622656 139972493413782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27056] ppid=27052 vsize=25999808 memory=732370743612165093 CPUtime=0 cores=0-7
/proc/27054/task/27056/stat : 27056 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197489 26623803392 6552 33554432000 4194304 4196468 140737137668192 139972449954192 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27057] ppid=27052 vsize=25999808 memory=140605274711680 CPUtime=0 cores=0-7
/proc/27054/task/27057/stat : 27057 (java) S 27052 27052 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150197489 26623803392 6552 33554432000 4194304 4196468 140737137668192 139972448901392 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27058] ppid=27052 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27058/stat : 27058 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197489 26623803392 6552 33554432000 4194304 4196468 140737137668192 139972049500816 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27059] ppid=27052 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27059/stat : 27059 (java) S 27052 27052 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150197489 26623803392 6552 33554432000 4194304 4196468 140737137668192 139972048448016 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27060] ppid=27052 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27060/stat : 27060 (java) S 27052 27052 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150197489 26623803392 6552 33554432000 4194304 4196468 140737137668192 139972047395728 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27061] ppid=27052 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/27054/task/27061/stat : 27061 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197489 26623803392 6552 33554432000 4194304 4196468 140737137668192 139972046342928 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27062] ppid=27052 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27062/stat : 27062 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197489 26623803392 6552 33554432000 4194304 4196468 140737137668192 139972045290640 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27063] ppid=27052 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27063/stat : 27063 (java) S 27052 27052 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150197489 26623803392 6552 33554432000 4194304 4196468 140737137668192 139972044237840 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27064] ppid=27052 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27064/stat : 27064 (java) S 27052 27052 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150197491 26623803392 6552 33554432000 4194304 4196468 140737137668192 139971889211504 139972493412994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27065] ppid=27052 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27065/stat : 27065 (java) S 27052 27052 27008 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150197491 26623803392 6552 33554432000 4194304 4196468 140737137668192 139971888157472 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27066] ppid=27052 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27066/stat : 27066 (java) S 27052 27052 27008 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150197491 26623803392 6552 33554432000 4194304 4196468 140737137668192 139971887105136 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27067] ppid=27052 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27067/stat : 27067 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197494 26623803392 6552 33554432000 4194304 4196468 140737137668192 139971886053456 139972493420443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27068] ppid=27052 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27068/stat : 27068 (java) S 27052 27052 27008 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 150197494 26623803392 6552 33554432000 4194304 4196468 140737137668192 139971885001328 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27069] ppid=27052 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27069/stat : 27069 (java) S 27052 27052 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150197494 26623803392 6552 33554432000 4194304 4196468 140737137668192 139971883948528 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27070] ppid=27052 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27070/stat : 27070 (java) S 27052 27052 27008 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 150197494 26623803392 6552 33554432000 4194304 4196468 140737137668192 139971882896240 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27071] ppid=27052 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/27054/task/27071/stat : 27071 (java) S 27052 27052 27008 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 20 0 150197494 26623803392 6552 33554432000 4194304 4196468 140737137668192 139971881843440 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27072] ppid=27052 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27072/stat : 27072 (java) S 27052 27052 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150197494 26623803392 6552 33554432000 4194304 4196468 140737137668192 139971880790368 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27073] ppid=27052 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/27054/task/27073/stat : 27073 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197494 26623803392 6552 33554432000 4194304 4196468 140737137668192 139971879737648 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27588 KiB

[startup+0.210324 s]*
/proc/loadavg: 8.40 8.21 8.24 2/199 27073
/proc/meminfo: memFree=22728992/32770624 swapFree=67108860/67108860
[pid=27052] ppid=27049 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27052/stat : 27052 (xcsp3-exec) S 27049 27052 27008 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150197488 9740288 345 33554432000 4194304 5098028 140734642028224 140734642026328 140155824374396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18567168 140734642029670 140734642029879 140734642029879 140734642032619 0
/proc/27052/statm: 2378 345 289 221 0 87 0
[pid=27054] ppid=27052 vsize=26004064 memory=38524 CPUtime=0.33 cores=0-7
/proc/27054/stat : 27054 (java) S 27052 27052 27008 0 -1 1077944320 8240 0 0 0 31 2 0 0 20 0 20 0 150197488 26628161536 9631 33554432000 4194304 4196468 140737137668192 140737137650736 139972493401847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
/proc/27054/statm: 6501016 9631 3036 1 0 6488269 0
[pid=27054/tid=27055] ppid=27052 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/27054/task/27055/stat : 27055 (java) R 27052 27052 27008 0 -1 4202560 5391 0 0 0 18 1 0 0 20 0 20 0 150197488 26628161536 9631 33554432000 4194304 4196468 140737137668192 139972497624752 139972477482334 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27056] ppid=27052 vsize=26004064 memory=281210424387320 CPUtime=0 cores=0-7
/proc/27054/task/27056/stat : 27056 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 9631 33554432000 4194304 4196468 140737137668192 139972449954192 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27057] ppid=27052 vsize=26004064 memory=140605274711680 CPUtime=0 cores=0-7
/proc/27054/task/27057/stat : 27057 (java) S 27052 27052 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 9631 33554432000 4194304 4196468 140737137668192 139972448901392 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27058] ppid=27052 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27058/stat : 27058 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 9631 33554432000 4194304 4196468 140737137668192 139972049500816 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27059] ppid=27052 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27059/stat : 27059 (java) S 27052 27052 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 9631 33554432000 4194304 4196468 140737137668192 139972048448016 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27060] ppid=27052 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27060/stat : 27060 (java) S 27052 27052 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 9631 33554432000 4194304 4196468 140737137668192 139972047395728 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27061] ppid=27052 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27054/task/27061/stat : 27061 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 9631 33554432000 4194304 4196468 140737137668192 139972046342928 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27062] ppid=27052 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27062/stat : 27062 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 9631 33554432000 4194304 4196468 140737137668192 139972045290640 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27063] ppid=27052 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27063/stat : 27063 (java) S 27052 27052 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 9631 33554432000 4194304 4196468 140737137668192 139972044237840 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27064] ppid=27052 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27064/stat : 27064 (java) S 27052 27052 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150197491 26628194304 9631 33554432000 4194304 4196468 140737137668192 139971889211504 139972493412994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27065] ppid=27052 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27065/stat : 27065 (java) S 27052 27052 27008 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150197491 26628194304 9631 33554432000 4194304 4196468 140737137668192 139971888157472 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27066] ppid=27052 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27066/stat : 27066 (java) S 27052 27052 27008 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150197491 26628194304 9652 33554432000 4194304 4196468 140737137668192 139971887105136 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27067] ppid=27052 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27067/stat : 27067 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197494 26628161536 9652 33554432000 4194304 4196468 140737137668192 139971886053456 139972493420443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27068] ppid=27052 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/27054/task/27068/stat : 27068 (java) S 27052 27052 27008 0 -1 1077944384 515 0 0 0 2 0 0 0 20 0 20 0 150197494 26628161536 9652 33554432000 4194304 4196468 140737137668192 139971885001328 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27069] ppid=27052 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/27054/task/27069/stat : 27069 (java) S 27052 27052 27008 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 20 0 150197494 26628161536 9652 33554432000 4194304 4196468 140737137668192 139971883948528 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27070] ppid=27052 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/27054/task/27070/stat : 27070 (java) S 27052 27052 27008 0 -1 1077944384 142 0 0 0 1 0 0 0 20 0 20 0 150197494 26628161536 9652 33554432000 4194304 4196468 140737137668192 139971882896240 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27071] ppid=27052 vsize=26004064 memory=0 CPUtime=0.08 cores=0-7
/proc/27054/task/27071/stat : 27071 (java) S 27052 27052 27008 0 -1 1077944384 777 0 0 0 8 0 0 0 20 0 20 0 150197494 26628161536 9652 33554432000 4194304 4196468 140737137668192 139971881843440 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27072] ppid=27052 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27072/stat : 27072 (java) S 27052 27052 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150197494 26628161536 9652 33554432000 4194304 4196468 140737137668192 139971880790368 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27073] ppid=27052 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/27054/task/27073/stat : 27073 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197494 26628194304 9652 33554432000 4194304 4196468 140737137668192 139971879737648 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 39904 KiB

[startup+0.310246 s]*
/proc/loadavg: 8.40 8.21 8.24 3/199 27073
/proc/meminfo: memFree=22724092/32770624 swapFree=67108860/67108860
[pid=27052] ppid=27049 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27052/stat : 27052 (xcsp3-exec) S 27049 27052 27008 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150197488 9740288 345 33554432000 4194304 5098028 140734642028224 140734642026328 140155824374396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18567168 140734642029670 140734642029879 140734642029879 140734642032619 0
/proc/27052/statm: 2378 345 289 221 0 87 0
[pid=27054] ppid=27052 vsize=26004064 memory=43420 CPUtime=0.51 cores=0-7
/proc/27054/stat : 27054 (java) S 27052 27052 27008 0 -1 1077944320 9180 0 0 0 48 3 0 0 20 0 20 0 150197488 26628161536 10855 33554432000 4194304 4196468 140737137668192 140737137650736 139972493401847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
/proc/27054/statm: 6501016 10855 3054 1 0 6488269 0
[pid=27054/tid=27055] ppid=27052 vsize=26004064 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/27054/task/27055/stat : 27055 (java) R 27052 27052 27008 0 -1 4202560 6056 0 0 0 28 2 0 0 20 0 20 0 150197488 26628161536 10855 33554432000 4194304 4196468 140737137668192 139972497640632 139972493413782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27056] ppid=27052 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27056/stat : 27056 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 10855 33554432000 4194304 4196468 140737137668192 139972449954192 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27057] ppid=27052 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27057/stat : 27057 (java) S 27052 27052 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 10855 33554432000 4194304 4196468 140737137668192 139972448901392 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27058] ppid=27052 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27058/stat : 27058 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 10855 33554432000 4194304 4196468 140737137668192 139972049500816 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27059] ppid=27052 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27059/stat : 27059 (java) S 27052 27052 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 10855 33554432000 4194304 4196468 140737137668192 139972048448016 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27060] ppid=27052 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/27054/task/27060/stat : 27060 (java) S 27052 27052 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 10855 33554432000 4194304 4196468 140737137668192 139972047395728 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27061] ppid=27052 vsize=26004064 memory=140605149770671 CPUtime=0 cores=0-7
/proc/27054/task/27061/stat : 27061 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 10855 33554432000 4194304 4196468 140737137668192 139972046342928 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27062] ppid=27052 vsize=26004064 memory=140605149772976 CPUtime=0 cores=0-7
/proc/27054/task/27062/stat : 27062 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 10855 33554432000 4194304 4196468 140737137668192 139972045290640 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27063] ppid=27052 vsize=26004064 memory=140605149775280 CPUtime=0 cores=0-7
/proc/27054/task/27063/stat : 27063 (java) S 27052 27052 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150197489 26628161536 10855 33554432000 4194304 4196468 140737137668192 139972044237840 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27064] ppid=27052 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27064/stat : 27064 (java) S 27052 27052 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150197491 26628161536 10855 33554432000 4194304 4196468 140737137668192 139971889211504 139972493412994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27065] ppid=27052 vsize=26004064 memory=281210299557520 CPUtime=0 cores=0-7
/proc/27054/task/27065/stat : 27065 (java) S 27052 27052 27008 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150197491 26628161536 10855 33554432000 4194304 4196468 140737137668192 139971888157472 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27066] ppid=27052 vsize=26004064 memory=281210299564432 CPUtime=0 cores=0-7
/proc/27054/task/27066/stat : 27066 (java) S 27052 27052 27008 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150197491 26628161536 10855 33554432000 4194304 4196468 140737137668192 139971887105136 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27067] ppid=27052 vsize=26004064 memory=281210299505712 CPUtime=0 cores=0-7
/proc/27054/task/27067/stat : 27067 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197494 26628161536 10855 33554432000 4194304 4196468 140737137668192 139971886053456 139972493420443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27068] ppid=27052 vsize=26004064 memory=281210299578256 CPUtime=0.02 cores=0-7
/proc/27054/task/27068/stat : 27068 (java) S 27052 27052 27008 0 -1 1077944384 515 0 0 0 2 0 0 0 20 0 20 0 150197494 26628161536 10855 33554432000 4194304 4196468 140737137668192 139971885001328 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27069] ppid=27052 vsize=26004064 memory=281210299585168 CPUtime=0.01 cores=0-7
/proc/27054/task/27069/stat : 27069 (java) R 27052 27052 27008 0 -1 4202560 115 0 0 0 1 0 0 0 20 0 20 0 150197494 26628161536 10855 33554432000 4194304 4196468 140737137668192 139971883948528 139972486386889 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27070] ppid=27052 vsize=26004064 memory=281210299582864 CPUtime=0.02 cores=0-7
/proc/27054/task/27070/stat : 27070 (java) S 27052 27052 27008 0 -1 1077944384 264 0 0 0 2 0 0 0 20 0 20 0 150197494 26628161536 10855 33554432000 4194304 4196468 140737137668192 139971882896240 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27071] ppid=27052 vsize=26004064 memory=281210299599024 CPUtime=0.13 cores=0-7
/proc/27054/task/27071/stat : 27071 (java) R 27052 27052 27008 0 -1 4202560 921 0 0 0 13 0 0 0 20 0 20 0 150197494 26628161536 10855 33554432000 4194304 4196468 140737137668192 139971881843440 139972486507539 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27072] ppid=27052 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27072/stat : 27072 (java) S 27052 27052 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150197494 26628161536 10855 33554432000 4194304 4196468 140737137668192 139971880790368 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27073] ppid=27052 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27054/task/27073/stat : 27073 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197494 26628161536 10855 33554432000 4194304 4196468 140737137668192 139971879737648 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 44800 KiB

[startup+0.70099 s]
/proc/loadavg: 8.05 8.14 8.22 4/199 27073
/proc/meminfo: memFree=22706504/32770624 swapFree=67108860/67108860
[pid=27052] ppid=27049 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27052/stat : 27052 (xcsp3-exec) S 27049 27052 27008 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150197488 9740288 345 33554432000 4194304 5098028 140734642028224 140734642026328 140155824374396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18567168 140734642029670 140734642029879 140734642029879 140734642032619 0
/proc/27052/statm: 2378 345 289 221 0 87 0
[pid=27054] ppid=27052 vsize=26006188 memory=101884 CPUtime=1.56 cores=0-7
/proc/27054/stat : 27054 (java) S 27052 27052 27008 0 -1 1077944320 12006 0 0 0 151 5 0 0 20 0 20 0 150197488 26630336512 25471 33554432000 4194304 4196468 140737137668192 140737137650736 139972493401847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
/proc/27054/statm: 6501547 25471 3201 1 0 6488781 0
[pid=27054/tid=27055] ppid=27052 vsize=26006188 memory=281210299893888 CPUtime=0.67 cores=0-7
/proc/27054/task/27055/stat : 27055 (java) R 27052 27052 27008 0 -1 4202560 6698 0 0 0 64 3 0 0 20 0 20 0 150197488 26630336512 25471 33554432000 4194304 4196468 140737137668192 139972497635680 139972132446349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27056] ppid=27052 vsize=26006188 memory=5111011083407 CPUtime=0 cores=0-7
/proc/27054/task/27056/stat : 27056 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197489 26630336512 25471 33554432000 4194304 4196468 140737137668192 139972449954192 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27057] ppid=27052 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27057/stat : 27057 (java) S 27052 27052 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150197489 26630336512 25471 33554432000 4194304 4196468 140737137668192 139972448901392 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27058] ppid=27052 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/27054/task/27058/stat : 27058 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197489 26630336512 25471 33554432000 4194304 4196468 140737137668192 139972049500816 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0

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

[pid=27054/tid=27060] ppid=27052 vsize=26006188 memory=11543364 CPUtime=12.25 cores=0-7
/proc/27054/task/27060/stat : 27060 (java) S 27052 27052 27008 0 -1 1077944384 8817 0 0 0 983 242 0 0 20 0 20 0 150197489 26630336512 2885952 33554432000 4194304 4196468 140737137668192 139972047395728 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27061] ppid=27052 vsize=26006188 memory=11543364 CPUtime=12.2 cores=0-7
/proc/27054/task/27061/stat : 27061 (java) S 27052 27052 27008 0 -1 1077944384 9658 0 0 0 993 227 0 0 20 0 20 0 150197489 26630336512 2885952 33554432000 4194304 4196468 140737137668192 139972046342928 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27062] ppid=27052 vsize=26006188 memory=1380 CPUtime=12.11 cores=0-7
/proc/27054/task/27062/stat : 27062 (java) S 27052 27052 27008 0 -1 1077944384 9380 0 0 0 976 235 0 0 20 0 20 0 150197489 26630336512 2885952 33554432000 4194304 4196468 140737137668192 139972045290640 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27063] ppid=27052 vsize=26006188 memory=11543376 CPUtime=12.22 cores=0-7
/proc/27054/task/27063/stat : 27063 (java) S 27052 27052 27008 0 -1 1077944384 7951 0 0 0 976 246 0 0 20 0 20 0 150197489 26630336512 2885952 33554432000 4194304 4196468 140737137668192 139972044237840 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27064] ppid=27052 vsize=26006188 memory=1380 CPUtime=1.39 cores=0-7
/proc/27054/task/27064/stat : 27064 (java) S 27052 27052 27008 0 -1 1077944384 21289 0 0 0 132 7 0 0 20 0 20 0 150197491 26630336512 2885952 33554432000 4194304 4196468 140737137668192 139971889211504 139972493412994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27065] ppid=27052 vsize=26006188 memory=164 CPUtime=0 cores=0-7
/proc/27054/task/27065/stat : 27065 (java) S 27052 27052 27008 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 150197491 26630336512 2885952 33554432000 4194304 4196468 140737137668192 139971888157536 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27066] ppid=27052 vsize=26006188 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/27054/task/27066/stat : 27066 (java) S 27052 27052 27008 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 20 0 150197491 26630336512 2885952 33554432000 4194304 4196468 140737137668192 139971887105152 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27067] ppid=27052 vsize=26006188 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/27054/task/27067/stat : 27067 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197494 26630336512 2885952 33554432000 4194304 4196468 140737137668192 139971886053456 139972493420443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27068] ppid=27052 vsize=26006188 memory=6656426216303648864 CPUtime=0.97 cores=0-7
/proc/27054/task/27068/stat : 27068 (java) R 27052 27052 27008 0 -1 4202560 8000 0 0 0 96 1 0 0 20 0 20 0 150197494 26630336512 2885952 33554432000 4194304 4196468 140737137668192 139971885001328 139972476898635 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27069] ppid=27052 vsize=26006188 memory=6944656592455360604 CPUtime=0.91 cores=0-7
/proc/27054/task/27069/stat : 27069 (java) S 27052 27052 27008 0 -1 1077944384 8593 0 0 0 90 1 0 0 20 0 20 0 150197494 26630336512 2885952 33554432000 4194304 4196468 140737137668192 139971883948528 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27070] ppid=27052 vsize=26006188 memory=1236 CPUtime=0.71 cores=0-7
/proc/27054/task/27070/stat : 27070 (java) S 27052 27052 27008 0 -1 1077944384 6713 0 0 0 70 1 0 0 20 0 20 0 150197494 26630336512 2885952 33554432000 4194304 4196468 140737137668192 139971882896240 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27071] ppid=27052 vsize=26006188 memory=2464 CPUtime=0.57 cores=0-7
/proc/27054/task/27071/stat : 27071 (java) S 27052 27052 27008 0 -1 1077944384 5118 0 0 0 57 0 0 0 20 0 20 0 150197494 26630336512 2885952 33554432000 4194304 4196468 140737137668192 139971881843440 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27072] ppid=27052 vsize=26006188 memory=1580 CPUtime=0 cores=0-7
/proc/27054/task/27072/stat : 27072 (java) S 27052 27052 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150197494 26630336512 2885952 33554432000 4194304 4196468 140737137668192 139971880790368 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27073] ppid=27052 vsize=26006188 memory=928 CPUtime=0.06 cores=0-7
/proc/27054/task/27073/stat : 27073 (java) S 27052 27052 27008 0 -1 1077944384 389 0 0 0 3 3 0 0 20 0 20 0 150197494 26630336512 2885952 33554432000 4194304 4196468 140737137668192 139971879737648 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
Current children cumulated CPU time: 222.95 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 11545188 KiB

[startup+135.201 s]
/proc/loadavg: 1.91 5.69 7.30 2/199 27080
/proc/meminfo: memFree=11205512/32770624 swapFree=67108860/67108860
[pid=27052] ppid=27049 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27052/stat : 27052 (xcsp3-exec) S 27049 27052 27008 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150197488 9740288 345 33554432000 4194304 5098028 140734642028224 140734642026328 140155824374396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18567168 140734642029670 140734642029879 140734642029879 140734642032619 0
/proc/27052/statm: 2378 345 289 221 0 87 0
[pid=27054] ppid=27052 vsize=26006188 memory=11544464 CPUtime=223.81 cores=0-7
/proc/27054/stat : 27054 (java) S 27052 27052 27008 0 -1 1077944320 152543 0 0 0 20341 2040 0 0 20 0 20 0 150197488 26630336512 2886116 33554432000 4194304 4196468 140737137668192 140737137650736 139972493401847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
/proc/27054/statm: 6501547 2886116 3279 1 0 6488781 0
[pid=27054/tid=27055] ppid=27052 vsize=26006188 memory=6791534058613427641 CPUtime=121.4 cores=0-7
/proc/27054/task/27055/stat : 27055 (java) D 27052 27052 27008 0 -1 1077944384 32147 0 0 0 12042 98 0 0 20 0 20 0 150197488 26630336512 2886116 33554432000 4194304 4196468 140737137668192 139972497637968 139972493423773 0 4 0 16800975 18446744072101654052 0 0 -1 0 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27056] ppid=27052 vsize=26006188 memory=0 CPUtime=12.23 cores=0-7
/proc/27054/task/27056/stat : 27056 (java) S 27052 27052 27008 0 -1 1077944384 7382 0 0 0 977 246 0 0 20 0 20 0 150197489 26630336512 2886116 33554432000 4194304 4196468 140737137668192 139972449954192 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27057] ppid=27052 vsize=26006188 memory=0 CPUtime=12.28 cores=0-7
/proc/27054/task/27057/stat : 27057 (java) S 27052 27052 27008 0 -1 1077944384 7899 0 0 0 979 249 0 0 20 0 20 0 150197489 26630336512 2886116 33554432000 4194304 4196468 140737137668192 139972448901392 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27058] ppid=27052 vsize=26006188 memory=0 CPUtime=12.22 cores=0-7
/proc/27054/task/27058/stat : 27058 (java) S 27052 27052 27008 0 -1 1077944384 7796 0 0 0 986 236 0 0 20 0 20 0 150197489 26630336512 2886116 33554432000 4194304 4196468 140737137668192 139972049500816 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27059] ppid=27052 vsize=26006188 memory=3089 CPUtime=12.06 cores=0-7
/proc/27054/task/27059/stat : 27059 (java) S 27052 27052 27008 0 -1 1077944384 9649 0 0 0 966 240 0 0 20 0 20 0 150197489 26630336512 2886116 33554432000 4194304 4196468 140737137668192 139972048448016 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27060] ppid=27052 vsize=26006188 memory=1936 CPUtime=12.25 cores=0-7
/proc/27054/task/27060/stat : 27060 (java) S 27052 27052 27008 0 -1 1077944384 8817 0 0 0 983 242 0 0 20 0 20 0 150197489 26630336512 2886116 33554432000 4194304 4196468 140737137668192 139972047395728 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27061] ppid=27052 vsize=26006188 memory=1224 CPUtime=12.2 cores=0-7
/proc/27054/task/27061/stat : 27061 (java) S 27052 27052 27008 0 -1 1077944384 9658 0 0 0 993 227 0 0 20 0 20 0 150197489 26630336512 2886116 33554432000 4194304 4196468 140737137668192 139972046342928 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27062] ppid=27052 vsize=26006188 memory=1716 CPUtime=12.11 cores=0-7
/proc/27054/task/27062/stat : 27062 (java) S 27052 27052 27008 0 -1 1077944384 9380 0 0 0 976 235 0 0 20 0 20 0 150197489 26630336512 2886116 33554432000 4194304 4196468 140737137668192 139972045290640 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27063] ppid=27052 vsize=26006188 memory=10636 CPUtime=12.22 cores=0-7
/proc/27054/task/27063/stat : 27063 (java) S 27052 27052 27008 0 -1 1077944384 7951 0 0 0 976 246 0 0 20 0 20 0 150197489 26630336512 2886116 33554432000 4194304 4196468 140737137668192 139972044237840 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27064] ppid=27052 vsize=26006188 memory=1200 CPUtime=1.39 cores=0-7
/proc/27054/task/27064/stat : 27064 (java) S 27052 27052 27008 0 -1 1077944384 21289 0 0 0 132 7 0 0 20 0 20 0 150197491 26630336512 2886116 33554432000 4194304 4196468 140737137668192 139971889211504 139972493412994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27065] ppid=27052 vsize=26006188 memory=15876 CPUtime=0 cores=0-7
/proc/27054/task/27065/stat : 27065 (java) S 27052 27052 27008 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 150197491 26630336512 2886116 33554432000 4194304 4196468 140737137668192 139971888157536 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27066] ppid=27052 vsize=26006188 memory=4044 CPUtime=0 cores=0-7
/proc/27054/task/27066/stat : 27066 (java) S 27052 27052 27008 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 20 0 150197491 26630336512 2886117 33554432000 4194304 4196468 140737137668192 139971887105152 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27067] ppid=27052 vsize=26006188 memory=1380 CPUtime=0 cores=0-7
/proc/27054/task/27067/stat : 27067 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150197494 26630336512 2886117 33554432000 4194304 4196468 140737137668192 139971886053456 139972493420443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27068] ppid=27052 vsize=26006188 memory=11543376 CPUtime=1.03 cores=0-7
/proc/27054/task/27068/stat : 27068 (java) S 27052 27052 27008 0 -1 1077944384 8204 0 0 0 102 1 0 0 20 0 20 0 150197494 26630336512 2886117 33554432000 4194304 4196468 140737137668192 139971885001328 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27069] ppid=27052 vsize=26006188 memory=4044 CPUtime=0.91 cores=0-7
/proc/27054/task/27069/stat : 27069 (java) S 27052 27052 27008 0 -1 1077944384 8593 0 0 0 90 1 0 0 20 0 20 0 150197494 26630336512 2886117 33554432000 4194304 4196468 140737137668192 139971883948528 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27070] ppid=27052 vsize=26006188 memory=16444 CPUtime=0.72 cores=0-7
/proc/27054/task/27070/stat : 27070 (java) S 27052 27052 27008 0 -1 1077944384 6745 0 0 0 71 1 0 0 20 0 20 0 150197494 26630336512 2886117 33554432000 4194304 4196468 140737137668192 139971882896240 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27071] ppid=27052 vsize=26006188 memory=24228 CPUtime=0.57 cores=0-7
/proc/27054/task/27071/stat : 27071 (java) R 27052 27052 27008 0 -1 4202560 5264 0 0 0 57 0 0 0 20 0 20 0 150197494 26630336512 2886117 33554432000 4194304 4196468 140737137668192 139971881843248 139972474965399 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27072] ppid=27052 vsize=26006188 memory=1796 CPUtime=0 cores=0-7
/proc/27054/task/27072/stat : 27072 (java) S 27052 27052 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150197494 26630336512 2886117 33554432000 4194304 4196468 140737137668192 139971880790368 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27073] ppid=27052 vsize=26006188 memory=11543504 CPUtime=0.06 cores=0-7
/proc/27054/task/27073/stat : 27073 (java) S 27052 27052 27008 0 -1 1077944384 389 0 0 0 3 3 0 0 20 0 20 0 150197494 26630336512 2886117 33554432000 4194304 4196468 140737137668192 139971879737648 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
Current children cumulated CPU time: 223.81 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 11545844 KiB

[startup+136.008 s]*
/proc/loadavg: 2.24 5.70 7.30 11/207 27088
/proc/meminfo: memFree=11202880/32770624 swapFree=67108860/67108860
[pid=27052] ppid=27049 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27052/stat : 27052 (xcsp3-exec) S 27049 27052 27008 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150197488 9740288 345 33554432000 4194304 5098028 140734642028224 140734642026328 140155824374396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18567168 140734642029670 140734642029879 140734642029879 140734642032619 0
/proc/27052/statm: 2378 345 289 221 0 87 0
[pid=27054] ppid=27052 vsize=26538700 memory=11545844 CPUtime=230.12 cores=0-7
/proc/27054/stat : 27054 (java) S 27052 27052 27008 0 -1 1077944320 154349 0 0 0 20971 2041 0 0 20 0 28 0 150197488 27175628800 2886461 33554432000 4194304 4196468 140737137668192 140737137650736 139972493401847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
/proc/27054/statm: 6634675 2886461 3281 1 0 6621909 0
[pid=27054/tid=27055] ppid=27052 vsize=26538700 memory=6791534058613427641 CPUtime=121.42 cores=0-7
/proc/27054/task/27055/stat : 27055 (java) S 27052 27052 27008 0 -1 1077944384 32430 0 0 0 12044 98 0 0 20 0 28 0 150197488 27175628800 2886461 33554432000 4194304 4196468 140737137668192 139972497642624 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27056] ppid=27052 vsize=26538700 memory=-7003737579269690708 CPUtime=12.23 cores=0-7
/proc/27054/task/27056/stat : 27056 (java) S 27052 27052 27008 0 -1 1077944384 7382 0 0 0 977 246 0 0 20 0 28 0 150197489 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139972449954192 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27057] ppid=27052 vsize=26538700 memory=1424 CPUtime=12.28 cores=0-7
/proc/27054/task/27057/stat : 27057 (java) S 27052 27052 27008 0 -1 1077944384 7899 0 0 0 979 249 0 0 20 0 28 0 150197489 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139972448901392 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27058] ppid=27052 vsize=26538700 memory=1936 CPUtime=12.22 cores=0-7
/proc/27054/task/27058/stat : 27058 (java) S 27052 27052 27008 0 -1 1077944384 7796 0 0 0 986 236 0 0 20 0 28 0 150197489 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139972049500816 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27059] ppid=27052 vsize=26538700 memory=1224 CPUtime=12.06 cores=0-7
/proc/27054/task/27059/stat : 27059 (java) S 27052 27052 27008 0 -1 1077944384 9649 0 0 0 966 240 0 0 20 0 28 0 150197489 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139972048448016 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27060] ppid=27052 vsize=26538700 memory=1580 CPUtime=12.25 cores=0-7
/proc/27054/task/27060/stat : 27060 (java) S 27052 27052 27008 0 -1 1077944384 8817 0 0 0 983 242 0 0 20 0 28 0 150197489 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139972047395728 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27061] ppid=27052 vsize=26538700 memory=928 CPUtime=12.2 cores=0-7
/proc/27054/task/27061/stat : 27061 (java) S 27052 27052 27008 0 -1 1077944384 9658 0 0 0 993 227 0 0 20 0 28 0 150197489 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139972046342928 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27062] ppid=27052 vsize=26538700 memory=2244 CPUtime=12.11 cores=0-7
/proc/27054/task/27062/stat : 27062 (java) S 27052 27052 27008 0 -1 1077944384 9380 0 0 0 976 235 0 0 20 0 28 0 150197489 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139972045290640 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27063] ppid=27052 vsize=26538700 memory=4124 CPUtime=12.22 cores=0-7
/proc/27054/task/27063/stat : 27063 (java) S 27052 27052 27008 0 -1 1077944384 7951 0 0 0 976 246 0 0 20 0 28 0 150197489 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139972044237840 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27064] ppid=27052 vsize=26538700 memory=2196 CPUtime=1.39 cores=0-7
/proc/27054/task/27064/stat : 27064 (java) S 27052 27052 27008 0 -1 1077944384 21295 0 0 0 132 7 0 0 20 0 28 0 150197491 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971889211504 139972493412994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27065] ppid=27052 vsize=26538700 memory=7540 CPUtime=0 cores=0-7
/proc/27054/task/27065/stat : 27065 (java) S 27052 27052 27008 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 28 0 150197491 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971888157536 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27066] ppid=27052 vsize=26538700 memory=840 CPUtime=0 cores=0-7
/proc/27054/task/27066/stat : 27066 (java) S 27052 27052 27008 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 28 0 150197491 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971887105152 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27067] ppid=27052 vsize=26538700 memory=4096 CPUtime=0 cores=0-7
/proc/27054/task/27067/stat : 27067 (java) S 27052 27052 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150197494 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971886053456 139972493420443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27068] ppid=27052 vsize=26538700 memory=1692 CPUtime=1.33 cores=0-7
/proc/27054/task/27068/stat : 27068 (java) S 27052 27052 27008 0 -1 1077944384 8321 0 0 0 132 1 0 0 20 0 28 0 150197494 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971885001328 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27069] ppid=27052 vsize=26538700 memory=916 CPUtime=1.25 cores=0-7
/proc/27054/task/27069/stat : 27069 (java) S 27052 27052 27008 0 -1 1077944384 8663 0 0 0 124 1 0 0 20 0 28 0 150197494 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971883948528 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27070] ppid=27052 vsize=26538700 memory=3888 CPUtime=1.07 cores=0-7
/proc/27054/task/27070/stat : 27070 (java) R 27052 27052 27008 0 -1 4202560 7258 0 0 0 106 1 0 0 20 0 28 0 150197494 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971882882336 139972472648026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27071] ppid=27052 vsize=26538700 memory=1156 CPUtime=0.66 cores=0-7
/proc/27054/task/27071/stat : 27071 (java) S 27052 27052 27008 0 -1 1077944384 5565 0 0 0 65 1 0 0 20 0 28 0 150197494 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971881843440 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27072] ppid=27052 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/27054/task/27072/stat : 27072 (java) S 27052 27052 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150197494 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971880790368 139972493412053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27073] ppid=27052 vsize=26538700 memory=1380 CPUtime=0.06 cores=0-7
/proc/27054/task/27073/stat : 27073 (java) S 27052 27052 27008 0 -1 1077944384 389 0 0 0 3 3 0 0 20 0 28 0 150197494 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971879737648 139972493412994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27081] ppid=27052 vsize=26538700 memory=11543504 CPUtime=0.54 cores=0-7
/proc/27054/task/27081/stat : 27081 (java) R 27052 27052 27008 0 -1 4202560 53 0 0 0 54 0 0 0 20 0 28 0 150211010 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971871728744 139972135655601 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27082] ppid=27052 vsize=26538700 memory=256791799714661 CPUtime=0.61 cores=0-7
/proc/27054/task/27082/stat : 27082 (java) R 27052 27052 27008 0 -1 4202560 35 0 0 0 61 0 0 0 20 0 28 0 150211010 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971870676920 139972135943701 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27083] ppid=27052 vsize=26538700 memory=256791799714662 CPUtime=0.73 cores=0-7
/proc/27054/task/27083/stat : 27083 (java) R 27052 27052 27008 0 -1 4202560 48 0 0 0 73 0 0 0 20 0 28 0 150211010 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971869622168 139972135655282 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27084] ppid=27052 vsize=26538700 memory=1380 CPUtime=0.7 cores=0-7
/proc/27054/task/27084/stat : 27084 (java) R 27052 27052 27008 0 -1 4202560 87 0 0 0 70 0 0 0 20 0 28 0 150211010 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971868569880 139972135943212 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27085] ppid=27052 vsize=26538700 memory=11543504 CPUtime=0.59 cores=0-7
/proc/27054/task/27085/stat : 27085 (java) R 27052 27052 27008 0 -1 4202560 119 0 0 0 59 0 0 0 20 0 28 0 150211010 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971867519752 139972135655601 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27086] ppid=27052 vsize=26538700 memory=256791799714665 CPUtime=0.69 cores=0-7
/proc/27054/task/27086/stat : 27086 (java) R 27052 27052 27008 0 -1 4202560 106 0 0 0 69 0 0 0 20 0 28 0 150211010 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971866466648 139972135655601 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27087] ppid=27052 vsize=26538700 memory=1380 CPUtime=0.62 cores=0-7
/proc/27054/task/27087/stat : 27087 (java) R 27052 27052 27008 0 -1 4202560 33 0 0 0 62 0 0 0 20 0 28 0 150211010 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971865413768 139972135655601 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
[pid=27054/tid=27088] ppid=27052 vsize=26538700 memory=11543504 CPUtime=0.7 cores=0-7
/proc/27054/task/27088/stat : 27088 (java) R 27052 27052 27008 0 -1 4202560 27 0 0 0 70 0 0 0 20 0 28 0 150211010 27175628800 2886468 33554432000 4194304 4196468 140737137668192 139971864358184 139972135941891 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8626176 140737137673362 140737137673539 140737137673539 140737137676239 0
Current children cumulated CPU time: 230.12 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 11547224 KiB

[startup+136.401 s]
/proc/loadavg: 2.24 5.70 7.30 11/207 27088
/proc/meminfo: memFree=11202880/32770624 swapFree=67108860/67108860
[pid=27052] ppid=27049 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27052/stat : 27052 (xcsp3-exec) S 27049 27052 27008 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150197488 9740288 345 33554432000 4194304 5098028 140734642028224 140734642026328 140155824374396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18567168 140734642029670 140734642029879 140734642029879 140734642032619 0
/proc/27052/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 0
Real time (s): 136.431
CPU time (s): 232.957
CPU user time (s): 212.485
CPU system time (s): 20.4719
CPU usage (%): 170.751
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 11547896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 212.485
system time used= 20.4719
maximum resident set size= 11546916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155387
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9629
involuntary context switches= 1817


# summary of solver processes directly reported to runsolver:
#   pid: 27052
#   total CPU time (s): 232.957
#   total CPU user time (s): 212.485
#   total CPU system time (s): 20.4719

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.01341 second user time and 1.25939 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-19 21:18:25
IDJOB=4281136
IDBENCH=138504
IDSOLVER=2675
FILE ID=node150/4281136-1503171165
RUNJOBID= node150-1503170305-27035
PBS_JOBID= 20630838
Free space on /tmp= 61904 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-ewddr2-3.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281136-1503171165/watcher-4281136-1503171165 -o /tmp/evaluation-result-4281136-1503171165/solver-4281136-1503171165 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503170305-27035 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 49968704 HOME/instance-4281136-1503171165.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 5ef074aeb11af1fe72f101ddf8b307c4
RANDOM SEED=49968704

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        22756632 kB
MemAvailable:   31961000 kB
Buffers:          334676 kB
Cached:          9149024 kB
SwapCached:            0 kB
Active:          2746432 kB
Inactive:        6790248 kB
Active(anon):      54808 kB
Inactive(anon):    34240 kB
Active(file):    2691624 kB
Inactive(file):  6756008 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7792 kB
Writeback:             0 kB
AnonPages:         60160 kB
Mapped:            51396 kB
Shmem:             33416 kB
Slab:             171304 kB
SReclaimable:     145144 kB
SUnreclaim:        26160 kB
KernelStack:        3136 kB
PageTables:         5116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61896 MiB
End job on node150 at 2017-08-19 21:20:42