Trace number 4270113

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)OPT932 98.208397 94.591202

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-00.xml
MD5SUMc033178a1c92732c6616d8bd8ee8c714
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark932
Best CPU time to get the best result obtained on this benchmark5.9264202
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270113-1502622626.xml"  -tl '264s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4270113-1502622626.xml, -tl, 264s, -p, 1, -x, 0]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
0.65/0.53	c solve instance...
0.65/0.54	o 481 
0.65/0.54	o 540 
0.65/0.55	o 567 
0.65/0.55	o 645 
0.65/0.55	o 648 
0.65/0.55	o 665 
0.65/0.55	o 668 
0.65/0.56	o 677 
0.65/0.57	o 701 
0.65/0.58	o 708 
0.65/0.58	o 715 
0.65/0.58	o 739 
0.65/0.60	o 741 
0.65/0.60	o 756 
0.65/0.60	o 761 
0.65/0.60	o 783 
0.65/0.60	o 786 
0.65/0.60	o 827 
1.24/0.72	o 835 
1.24/0.74	o 839 
2.75/1.28	o 841 
2.75/1.28	o 866 
3.67/1.59	o 876 
5.11/2.58	o 882 
5.21/2.67	o 892 
8.12/5.30	o 895 
8.32/5.58	o 897 
8.32/5.58	o 899 
8.32/5.59	o 906 
10.55/7.72	o 912 
10.55/7.75	o 917 
13.57/10.77	o 929 
13.67/10.85	o 932 
98.10/94.58	s OPTIMUM FOUND
98.10/94.58	v <instantiation>
98.10/94.58	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
98.10/94.58	v 	<values>1 1 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 1 0 0 </values>
98.10/94.58	v </instantiation>

Verifier Data

OK	932

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 (15216 MiB free)
  memory of node 1: 16384 MiB (14779 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270113-1502622626/watcher-4270113-1502622626 -o /tmp/evaluation-result-4270113-1502622626/solver-4270113-1502622626 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502615937-28320 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1261245511 HOME/instance-4270113-1502622626.xml 

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

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

solver pid=1124, runsolver pid=1121

[startup+0.10017 s]*
/proc/loadavg: 2.00 2.01 1.95 3/202 1131
/proc/meminfo: memFree=30711620/32770624 swapFree=67108860/67108860
[pid=1124] ppid=1121 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1124/stat : 1124 (xcsp3-exec) S 1121 1124 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64455973 9740288 344 18446744073709551615 4194304 5098028 140723178547968 140723178546072 140381132694140 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 15319040 140723178553726 140723178553930 140723178553930 140723178557419 0
/proc/1124/statm: 2378 344 289 221 0 87 0
[pid=1126] ppid=1124 vsize=13358712 memory=14236 CPUtime=0 cores=0,2,4,6
/proc/1126/stat : 1126 (java) S 1124 1124 17093 0 -1 1077944320 3353 0 0 0 0 0 0 0 20 0 6 0 64455982 13679321088 3559 18446744073709551615 4194304 4196468 140723378668240 140723378650784 139657273356023 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
/proc/1126/statm: 3339678 3559 1891 1 0 3329175 0
[pid=1126/tid=1127] ppid=1124 vsize=13358712 memory=7022364594140610616 CPUtime=0.01 cores=0,2,4,6
/proc/1126/task/1127/stat : 1127 (java) R 1124 1124 17093 0 -1 4202560 2175 0 0 0 1 0 0 0 20 0 6 0 64455982 13679321088 4137 18446744073709551615 4194304 4196468 140723378668240 139657277592144 139657273377949 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1128] ppid=1124 vsize=13358712 memory=4294981025 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1128/stat : 1128 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 64455983 13679321088 4137 18446744073709551615 4194304 4196468 140723378668240 139657238636944 139657273366229 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1129] ppid=1124 vsize=13358712 memory=140452494632339 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1129/stat : 1129 (java) S 1124 1124 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 64455983 13679321088 4137 18446744073709551615 4194304 4196468 140723378668240 139656872331536 139657273366229 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1130] ppid=1124 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1130/stat : 1130 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 64455983 13679321088 4137 18446744073709551615 4194304 4196468 140723378668240 139656871279248 139657273366229 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1131] ppid=1124 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1131/stat : 1131 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 64455983 13679321088 4137 18446744073709551615 4194304 4196468 140723378668240 139656870226448 139657273366229 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15612 KiB

[startup+0.210212 s]*
/proc/loadavg: 2.00 2.01 1.95 4/211 1140
/proc/meminfo: memFree=30700152/32770624 swapFree=67108860/67108860
[pid=1124] ppid=1121 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1124/stat : 1124 (xcsp3-exec) S 1121 1124 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64455973 9740288 344 18446744073709551615 4194304 5098028 140723178547968 140723178546072 140381132694140 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 15319040 140723178553726 140723178553930 140723178553930 140723178557419 0
/proc/1124/statm: 2378 344 289 221 0 87 0
[pid=1126] ppid=1124 vsize=13974352 memory=26836 CPUtime=0.09 cores=0,2,4,6
/proc/1126/stat : 1126 (java) S 1124 1124 17093 0 -1 1077944320 5115 0 0 0 8 1 0 0 20 0 15 0 64455982 14309736448 6709 18446744073709551615 4194304 4196468 140723378668240 140723378650784 139657273356023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
/proc/1126/statm: 3493588 6709 2754 1 0 3482964 0
[pid=1126/tid=1127] ppid=1124 vsize=13974352 memory=7022364594140610616 CPUtime=0.07 cores=0,2,4,6
/proc/1126/task/1127/stat : 1127 (java) R 1124 1124 17093 0 -1 4202560 3286 0 0 0 7 0 0 0 20 0 15 0 64455982 14309736448 6709 18446744073709551615 4194304 4196468 140723378668240 139657277587632 139657257436510 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1128] ppid=1124 vsize=13974352 memory=4294981025 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1128/stat : 1128 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64455983 14309736448 6709 18446744073709551615 4194304 4196468 140723378668240 139657238636944 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1129] ppid=1124 vsize=13974352 memory=140452494632339 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1129/stat : 1129 (java) S 1124 1124 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64455983 14309736448 6709 18446744073709551615 4194304 4196468 140723378668240 139656872331536 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1130] ppid=1124 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1130/stat : 1130 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64455983 14309736448 6709 18446744073709551615 4194304 4196468 140723378668240 139656871279248 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1131] ppid=1124 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1131/stat : 1131 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64455983 14309736448 6709 18446744073709551615 4194304 4196468 140723378668240 139656870226448 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1132] ppid=1124 vsize=13974352 memory=140452494608000 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1132/stat : 1132 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64455984 14309736448 6709 18446744073709551615 4194304 4196468 140723378668240 139656751925872 139657273367170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1133] ppid=1124 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1133/stat : 1133 (java) S 1124 1124 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64455985 14309736448 6709 18446744073709551615 4194304 4196468 140723378668240 139656750871840 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1134] ppid=1124 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1134/stat : 1134 (java) S 1124 1124 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64455985 14309736448 6709 18446744073709551615 4194304 4196468 140723378668240 139656749819504 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1135] ppid=1124 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1135/stat : 1135 (java) S 1124 1124 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64455987 14309736448 6709 18446744073709551615 4194304 4196468 140723378668240 139656748767824 139657273374619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1136] ppid=1124 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1136/stat : 1136 (java) S 1124 1124 17093 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 64455987 14309736448 6709 18446744073709551615 4194304 4196468 140723378668240 139656747714672 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1137] ppid=1124 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1137/stat : 1137 (java) S 1124 1124 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64455987 14309736448 6709 18446744073709551615 4194304 4196468 140723378668240 139656746661872 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1138] ppid=1124 vsize=13974352 memory=140452494608000 CPUtime=0.01 cores=0,2,4,6
/proc/1126/task/1138/stat : 1138 (java) S 1124 1124 17093 0 -1 1077944384 254 0 0 0 1 0 0 0 20 0 15 0 64455987 14309736448 6709 18446744073709551615 4194304 4196468 140723378668240 139656745609584 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1139] ppid=1124 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1139/stat : 1139 (java) S 1124 1124 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64455988 14309736448 6709 18446744073709551615 4194304 4196468 140723378668240 139656744557024 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1140] ppid=1124 vsize=13974352 memory=140452494608000 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1140/stat : 1140 (java) S 1124 1124 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64455992 14309736448 6709 18446744073709551615 4194304 4196468 140723378668240 139656743504816 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28212 KiB

[startup+0.310432 s]*
/proc/loadavg: 2.00 2.01 1.95 4/211 1140
/proc/meminfo: memFree=30687696/32770624 swapFree=67108860/67108860
[pid=1124] ppid=1121 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1124/stat : 1124 (xcsp3-exec) S 1121 1124 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64455973 9740288 344 18446744073709551615 4194304 5098028 140723178547968 140723178546072 140381132694140 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 15319040 140723178553726 140723178553930 140723178553930 140723178557419 0
/proc/1124/statm: 2378 344 289 221 0 87 0
[pid=1126] ppid=1124 vsize=13974352 memory=37476 CPUtime=0.28 cores=0,2,4,6
/proc/1126/stat : 1126 (java) S 1124 1124 17093 0 -1 1077944320 8914 0 0 0 26 2 0 0 20 0 15 0 64455982 14309736448 9369 18446744073709551615 4194304 4196468 140723378668240 140723378650784 139657273356023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
/proc/1126/statm: 3493588 9369 2978 1 0 3482964 0
[pid=1126/tid=1127] ppid=1124 vsize=13974352 memory=1398720917958146503 CPUtime=0.17 cores=0,2,4,6
/proc/1126/task/1127/stat : 1127 (java) R 1124 1124 17093 0 -1 4202560 6107 0 0 0 16 1 0 0 20 0 15 0 64455982 14309736448 9369 18446744073709551615 4194304 4196468 140723378668240 139657277582336 139657273377949 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1128] ppid=1124 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1128/stat : 1128 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64455983 14309736448 9369 18446744073709551615 4194304 4196468 140723378668240 139657238636944 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1129] ppid=1124 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1129/stat : 1129 (java) S 1124 1124 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64455983 14309736448 9369 18446744073709551615 4194304 4196468 140723378668240 139656872331536 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1130] ppid=1124 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1130/stat : 1130 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64455983 14309736448 9369 18446744073709551615 4194304 4196468 140723378668240 139656871279248 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1131] ppid=1124 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1131/stat : 1131 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64455983 14309736448 9369 18446744073709551615 4194304 4196468 140723378668240 139656870226448 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1132] ppid=1124 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1132/stat : 1132 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64455984 14309736448 9369 18446744073709551615 4194304 4196468 140723378668240 139656751925872 139657273367170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1133] ppid=1124 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1133/stat : 1133 (java) S 1124 1124 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64455985 14309736448 9369 18446744073709551615 4194304 4196468 140723378668240 139656750871840 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1134] ppid=1124 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1134/stat : 1134 (java) S 1124 1124 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64455985 14309736448 9369 18446744073709551615 4194304 4196468 140723378668240 139656749819504 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1135] ppid=1124 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1135/stat : 1135 (java) S 1124 1124 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64455987 14309736448 9369 18446744073709551615 4194304 4196468 140723378668240 139656748767824 139657273374619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1136] ppid=1124 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1126/task/1136/stat : 1136 (java) R 1124 1124 17093 0 -1 4202560 472 0 0 0 1 0 0 0 20 0 15 0 64455987 14309736448 9369 18446744073709551615 4194304 4196468 140723378668240 139656747714672 139657273367958 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1137] ppid=1124 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1126/task/1137/stat : 1137 (java) S 1124 1124 17093 0 -1 1077944384 289 0 0 0 1 0 0 0 20 0 15 0 64455987 14309736448 9369 18446744073709551615 4194304 4196468 140723378668240 139656746661872 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1138] ppid=1124 vsize=13974352 memory=140452494608000 CPUtime=0.06 cores=0,2,4,6
/proc/1126/task/1138/stat : 1138 (java) S 1124 1124 17093 0 -1 1077944384 757 0 0 0 6 0 0 0 20 0 15 0 64455987 14309736448 9369 18446744073709551615 4194304 4196468 140723378668240 139656745609584 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1139] ppid=1124 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1139/stat : 1139 (java) S 1124 1124 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64455988 14309736448 9369 18446744073709551615 4194304 4196468 140723378668240 139656744557024 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1140] ppid=1124 vsize=13974352 memory=140452494608000 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1140/stat : 1140 (java) S 1124 1124 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64455992 14309736448 9369 18446744073709551615 4194304 4196468 140723378668240 139656743504816 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38852 KiB

[startup+0.70098 s]
/proc/loadavg: 2.00 2.01 1.95 5/211 1140
/proc/meminfo: memFree=30676144/32770624 swapFree=67108860/67108860
[pid=1124] ppid=1121 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1124/stat : 1124 (xcsp3-exec) S 1121 1124 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64455973 9740288 344 18446744073709551615 4194304 5098028 140723178547968 140723178546072 140381132694140 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 15319040 140723178553726 140723178553930 140723178553930 140723178557419 0
/proc/1124/statm: 2378 344 289 221 0 87 0
[pid=1126] ppid=1124 vsize=13980732 memory=64708 CPUtime=1.24 cores=0,2,4,6
/proc/1126/stat : 1126 (java) S 1124 1124 17093 0 -1 1077944320 13959 0 0 0 119 5 0 0 20 0 15 0 64455982 14316269568 16177 18446744073709551615 4194304 4196468 140723378668240 140723378650784 139657273356023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
/proc/1126/statm: 3495183 16177 3176 1 0 3483476 0
[pid=1126/tid=1127] ppid=1124 vsize=13980732 memory=4294968417 CPUtime=0.55 cores=0,2,4,6
/proc/1126/task/1127/stat : 1127 (java) R 1124 1124 17093 0 -1 4202560 8026 0 0 0 52 3 0 0 20 0 15 0 64455982 14316269568 16177 18446744073709551615 4194304 4196468 140723378668240 139657277593360 139657254199010 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1128] ppid=1124 vsize=13980732 memory=102 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1128/stat : 1128 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64455983 14316269568 16177 18446744073709551615 4194304 4196468 140723378668240 139657238636944 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1129] ppid=1124 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1129/stat : 1129 (java) S 1124 1124 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64455983 14316269568 16177 18446744073709551615 4194304 4196468 140723378668240 139656872331536 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1130] ppid=1124 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1130/stat : 1130 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64455983 14316269568 16177 18446744073709551615 4194304 4196468 140723378668240 139656871279248 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1131] ppid=1124 vsize=13980732 memory=12200 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1131/stat : 1131 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64455983 14316269568 16177 18446744073709551615 4194304 4196468 140723378668240 139656870226448 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1132] ppid=1124 vsize=13980732 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1132/stat : 1132 (java) S 1124 1124 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64455984 14316269568 16177 18446744073709551615 4194304 4196468 140723378668240 139656751925872 139657273367170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1133] ppid=1124 vsize=13980732 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1133/stat : 1133 (java) S 1124 1124 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64455985 14316269568 16177 18446744073709551615 4194304 4196468 140723378668240 139656750871840 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1134] ppid=1124 vsize=13980732 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1134/stat : 1134 (java) S 1124 1124 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64455985 14316269568 16177 18446744073709551615 4194304 4196468 140723378668240 139656749819504 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1135] ppid=1124 vsize=13980732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1135/stat : 1135 (java) S 1124 1124 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64455987 14316269568 16177 18446744073709551615 4194304 4196468 140723378668240 139656748767824 139657273374619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1136] ppid=1124 vsize=13980732 memory=10960 CPUtime=0.22 cores=0,2,4,6
/proc/1126/task/1136/stat : 1136 (java) R 1124 1124 17093 0 -1 4202560 1599 0 0 0 22 0 0 0 20 0 15 0 64455987 14316269568 16177 18446744073709551615 4194304 4196468 140723378668240 139656747696376 139657259420664 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1137] ppid=1124 vsize=13980732 memory=15876 CPUtime=0.21 cores=0,2,4,6
/proc/1126/task/1137/stat : 1137 (java) R 1124 1124 17093 0 -1 4202560 1806 0 0 0 21 0 0 0 20 0 15 0 64455987 14316269568 16177 18446744073709551615 4194304 4196468 140723378668240 139656746645080 139657257752702 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1138] ppid=1124 vsize=13980732 memory=4028 CPUtime=0.22 cores=0,2,4,6
/proc/1126/task/1138/stat : 1138 (java) S 1124 1124 17093 0 -1 1077944384 1264 0 0 0 22 0 0 0 20 0 15 0 64455987 14316269568 16177 18446744073709551615 4194304 4196468 140723378668240 139656745609584 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1139] ppid=1124 vsize=13980732 memory=8865 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1139/stat : 1139 (java) S 1124 1124 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64455988 14316269568 16177 18446744073709551615 4194304 4196468 140723378668240 139656744557024 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1140] ppid=1124 vsize=13980732 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1140/stat : 1140 (java) S 1124 1124 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64455992 14316269568 16177 18446744073709551615 4194304 4196468 140723378668240 139656743504816 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 66084 KiB

[startup+1.50081 s]
/proc/loadavg: 2.00 2.01 1.95 5/211 1140
/proc/meminfo: memFree=30620008/32770624 swapFree=67108860/67108860
[pid=1124] ppid=1121 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1124/stat : 1124 (xcsp3-exec) S 1121 1124 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64455973 9740288 344 18446744073709551615 4194304 5098028 140723178547968 140723178546072 140381132694140 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 15319040 140723178553726 140723178553930 140723178553930 140723178557419 0
/proc/1124/statm: 2378 344 289 221 0 87 0
[pid=1126] ppid=1124 vsize=13980732 memory=120252 CPUtime=3.67 cores=0,2,4,6
/proc/1126/stat : 1126 (java) S 1124 1124 17093 0 -1 1077944320 39605 0 0 0 359 8 0 0 20 0 15 0 64455982 14316269568 30063 18446744073709551615 4194304 4196468 140723378668240 140723378650784 139657273356023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
/proc/1126/statm: 3495183 30063 3185 1 0 3483476 0
[pid=1126/tid=1127] ppid=1124 vsize=13980732 memory=305 CPUtime=1.35 cores=0,2,4,6
/proc/1126/task/1127/stat : 1127 (java) R 1124 1124 17093 0 -1 4202560 8155 0 0 0 132 3 0 0 20 0 15 0 64455982 14316269568 30063 18446744073709551615 4194304 4196468 140723378668240 139657277591920 139656917565986 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1128] ppid=1124 vsize=13980732 memory=280904685603520 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1128/stat : 1128 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64455983 14316269568 30063 18446744073709551615 4194304 4196468 140723378668240 139657238636944 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1129] ppid=1124 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1129/stat : 1129 (java) S 1124 1124 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64455983 14316269568 30063 18446744073709551615 4194304 4196468 140723378668240 139656872331536 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1130] ppid=1124 vsize=13980732 memory=55 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1130/stat : 1130 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64455983 14316269568 30063 18446744073709551615 4194304 4196468 140723378668240 139656871279248 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1131] ppid=1124 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1131/stat : 1131 (java) S 1124 1124 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64455983 14316269568 30063 18446744073709551615 4194304 4196468 140723378668240 139656870226448 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1132] ppid=1124 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1132/stat : 1132 (java) S 1124 1124 17093 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 64455984 14316269568 30063 18446744073709551615 4194304 4196468 140723378668240 139656751925872 139657273367170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1133] ppid=1124 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1133/stat : 1133 (java) S 1124 1124 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64455985 14316269568 30063 18446744073709551615 4194304 4196468 140723378668240 139656750871840 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1134] ppid=1124 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/1124/stat : 1124 (xcsp3-exec) S 1121 1124 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64455973 9740288 344 18446744073709551615 4194304 5098028 140723178547968 140723178546072 140381132694140 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 15319040 140723178553726 140723178553930 140723178553930 140723178557419 0
/proc/1124/statm: 2378 344 289 221 0 87 0
[pid=1126] ppid=1124 vsize=13980732 memory=213936 CPUtime=97.2 cores=0,2,4,6
/proc/1126/stat : 1126 (java) S 1124 1124 17093 0 -1 1077944320 54180 0 0 0 9700 20 0 0 20 0 15 0 64455982 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 140723378650784 139657273356023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
/proc/1126/statm: 3495183 53484 3221 1 0 3483476 0
[pid=1126/tid=1127] ppid=1124 vsize=13980732 memory=1444 CPUtime=92.87 cores=0,2,4,6
/proc/1126/task/1127/stat : 1127 (java) R 1124 1124 17093 0 -1 4202560 11700 0 0 0 9282 5 0 0 20 0 15 0 64455982 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139657277595696 139656917485059 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1128] ppid=1124 vsize=13980732 memory=1228 CPUtime=0.24 cores=0,2,4,6
/proc/1126/task/1128/stat : 1128 (java) S 1124 1124 17093 0 -1 1077944384 920 0 0 0 22 2 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139657238636944 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1129] ppid=1124 vsize=13980732 memory=12200 CPUtime=0.24 cores=0,2,4,6
/proc/1126/task/1129/stat : 1129 (java) S 1124 1124 17093 0 -1 1077944384 1247 0 0 0 22 2 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656872331536 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1130] ppid=1124 vsize=13980732 memory=1992 CPUtime=0.23 cores=0,2,4,6
/proc/1126/task/1130/stat : 1130 (java) S 1124 1124 17093 0 -1 1077944384 1272 0 0 0 22 1 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656871279248 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1131] ppid=1124 vsize=13980732 memory=1204 CPUtime=0.23 cores=0,2,4,6
/proc/1126/task/1131/stat : 1131 (java) S 1124 1124 17093 0 -1 1077944384 538 0 0 0 21 2 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656870226448 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1132] ppid=1124 vsize=13980732 memory=1000 CPUtime=0.22 cores=0,2,4,6
/proc/1126/task/1132/stat : 1132 (java) S 1124 1124 17093 0 -1 1077944384 1316 0 0 0 21 1 0 0 20 0 15 0 64455984 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656751925872 139657273367170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1133] ppid=1124 vsize=13980732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1133/stat : 1133 (java) S 1124 1124 17093 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 64455985 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656750871840 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1134] ppid=1124 vsize=13980732 memory=10960 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1134/stat : 1134 (java) S 1124 1124 17093 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 64455985 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656749819504 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1135] ppid=1124 vsize=13980732 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1135/stat : 1135 (java) S 1124 1124 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656748767824 139657273374619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1136] ppid=1124 vsize=13980732 memory=4048 CPUtime=1.4 cores=0,2,4,6
/proc/1126/task/1136/stat : 1136 (java) S 1124 1124 17093 0 -1 1077944384 12474 0 0 0 138 2 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656747714672 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1137] ppid=1124 vsize=13980732 memory=20536 CPUtime=1.36 cores=0,2,4,6
/proc/1126/task/1137/stat : 1137 (java) S 1124 1124 17093 0 -1 1077944384 19284 0 0 0 134 2 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656746661872 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1138] ppid=1124 vsize=13980732 memory=1156 CPUtime=0.3 cores=0,2,4,6
/proc/1126/task/1138/stat : 1138 (java) S 1124 1124 17093 0 -1 1077944384 3650 0 0 0 30 0 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656745609584 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1139] ppid=1124 vsize=13980732 memory=2920 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1139/stat : 1139 (java) S 1124 1124 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64455988 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656744557024 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1140] ppid=1124 vsize=13980732 memory=1376 CPUtime=0.04 cores=0,2,4,6
/proc/1126/task/1140/stat : 1140 (java) S 1124 1124 17093 0 -1 1077944384 430 0 0 0 2 2 0 0 20 0 15 0 64455992 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656743504816 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
Current children cumulated CPU time: 97.2 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 215312 KiB

[startup+94.0007 s]*
/proc/loadavg: 1.84 1.97 1.95 3/211 1299
/proc/meminfo: memFree=31180092/32770624 swapFree=67108860/67108860
[pid=1124] ppid=1121 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1124/stat : 1124 (xcsp3-exec) S 1121 1124 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64455973 9740288 344 18446744073709551615 4194304 5098028 140723178547968 140723178546072 140381132694140 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 15319040 140723178553726 140723178553930 140723178553930 140723178557419 0
/proc/1124/statm: 2378 344 289 221 0 87 0
[pid=1126] ppid=1124 vsize=13980732 memory=213936 CPUtime=97.61 cores=0,2,4,6
/proc/1126/stat : 1126 (java) S 1124 1124 17093 0 -1 1077944320 54183 0 0 0 9741 20 0 0 20 0 15 0 64455982 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 140723378650784 139657273356023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
/proc/1126/statm: 3495183 53484 3221 1 0 3483476 0
[pid=1126/tid=1127] ppid=1124 vsize=13980732 memory=1398720917958146503 CPUtime=93.28 cores=0,2,4,6
/proc/1126/task/1127/stat : 1127 (java) R 1124 1124 17093 0 -1 4202560 11701 0 0 0 9323 5 0 0 20 0 15 0 64455982 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139657277595296 139657254762294 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1128] ppid=1124 vsize=13980732 memory=4126316290023845779 CPUtime=0.24 cores=0,2,4,6
/proc/1126/task/1128/stat : 1128 (java) S 1124 1124 17093 0 -1 1077944384 920 0 0 0 22 2 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139657238636944 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1129] ppid=1124 vsize=13980732 memory=932 CPUtime=0.24 cores=0,2,4,6
/proc/1126/task/1129/stat : 1129 (java) S 1124 1124 17093 0 -1 1077944384 1248 0 0 0 22 2 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656872331536 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1130] ppid=1124 vsize=13980732 memory=1624 CPUtime=0.23 cores=0,2,4,6
/proc/1126/task/1130/stat : 1130 (java) S 1124 1124 17093 0 -1 1077944384 1272 0 0 0 22 1 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656871279248 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1131] ppid=1124 vsize=13980732 memory=2160 CPUtime=0.23 cores=0,2,4,6
/proc/1126/task/1131/stat : 1131 (java) S 1124 1124 17093 0 -1 1077944384 539 0 0 0 21 2 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656870226448 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1132] ppid=1124 vsize=13980732 memory=844 CPUtime=0.22 cores=0,2,4,6
/proc/1126/task/1132/stat : 1132 (java) S 1124 1124 17093 0 -1 1077944384 1316 0 0 0 21 1 0 0 20 0 15 0 64455984 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656751925872 139657273367170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1133] ppid=1124 vsize=13980732 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1133/stat : 1133 (java) S 1124 1124 17093 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 64455985 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656750871840 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1134] ppid=1124 vsize=13980732 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1134/stat : 1134 (java) S 1124 1124 17093 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 64455985 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656749819504 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1135] ppid=1124 vsize=13980732 memory=2752 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1135/stat : 1135 (java) S 1124 1124 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656748767824 139657273374619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1136] ppid=1124 vsize=13980732 memory=2752 CPUtime=1.4 cores=0,2,4,6
/proc/1126/task/1136/stat : 1136 (java) S 1124 1124 17093 0 -1 1077944384 12474 0 0 0 138 2 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656747714672 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1137] ppid=1124 vsize=13980732 memory=4068 CPUtime=1.36 cores=0,2,4,6
/proc/1126/task/1137/stat : 1137 (java) S 1124 1124 17093 0 -1 1077944384 19284 0 0 0 134 2 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656746661872 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1138] ppid=1124 vsize=13980732 memory=12200 CPUtime=0.3 cores=0,2,4,6
/proc/1126/task/1138/stat : 1138 (java) S 1124 1124 17093 0 -1 1077944384 3650 0 0 0 30 0 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656745609584 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1139] ppid=1124 vsize=13980732 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1139/stat : 1139 (java) S 1124 1124 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64455988 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656744557024 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1140] ppid=1124 vsize=13980732 memory=15876 CPUtime=0.04 cores=0,2,4,6
/proc/1126/task/1140/stat : 1140 (java) S 1124 1124 17093 0 -1 1077944384 430 0 0 0 2 2 0 0 20 0 15 0 64455992 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656743504816 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
Current children cumulated CPU time: 97.61 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 215312 KiB

[startup+94.4008 s]
/proc/loadavg: 1.84 1.97 1.95 3/211 1299
/proc/meminfo: memFree=31180092/32770624 swapFree=67108860/67108860
[pid=1124] ppid=1121 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1124/stat : 1124 (xcsp3-exec) S 1121 1124 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64455973 9740288 344 18446744073709551615 4194304 5098028 140723178547968 140723178546072 140381132694140 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 15319040 140723178553726 140723178553930 140723178553930 140723178557419 0
/proc/1124/statm: 2378 344 289 221 0 87 0
[pid=1126] ppid=1124 vsize=13980732 memory=213936 CPUtime=98 cores=0,2,4,6
/proc/1126/stat : 1126 (java) S 1124 1124 17093 0 -1 1077944320 54187 0 0 0 9780 20 0 0 20 0 15 0 64455982 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 140723378650784 139657273356023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
/proc/1126/statm: 3495183 53484 3221 1 0 3483476 0
[pid=1126/tid=1127] ppid=1124 vsize=13980732 memory=960 CPUtime=93.67 cores=0,2,4,6
/proc/1126/task/1127/stat : 1127 (java) R 1124 1124 17093 0 -1 4202560 11702 0 0 0 9362 5 0 0 20 0 15 0 64455982 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139657277595696 139656917485280 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1128] ppid=1124 vsize=13980732 memory=1156 CPUtime=0.24 cores=0,2,4,6
/proc/1126/task/1128/stat : 1128 (java) S 1124 1124 17093 0 -1 1077944384 921 0 0 0 22 2 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139657238636944 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1129] ppid=1124 vsize=13980732 memory=2776 CPUtime=0.24 cores=0,2,4,6
/proc/1126/task/1129/stat : 1129 (java) S 1124 1124 17093 0 -1 1077944384 1248 0 0 0 22 2 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656872331536 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1130] ppid=1124 vsize=13980732 memory=36388 CPUtime=0.23 cores=0,2,4,6
/proc/1126/task/1130/stat : 1130 (java) S 1124 1124 17093 0 -1 1077944384 1272 0 0 0 22 1 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656871279248 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1131] ppid=1124 vsize=13980732 memory=1296 CPUtime=0.23 cores=0,2,4,6
/proc/1126/task/1131/stat : 1131 (java) S 1124 1124 17093 0 -1 1077944384 539 0 0 0 21 2 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656870226448 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1132] ppid=1124 vsize=13980732 memory=2420 CPUtime=0.22 cores=0,2,4,6
/proc/1126/task/1132/stat : 1132 (java) S 1124 1124 17093 0 -1 1077944384 1316 0 0 0 21 1 0 0 20 0 15 0 64455984 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656751925872 139657273367170 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1133] ppid=1124 vsize=13980732 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1133/stat : 1133 (java) S 1124 1124 17093 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 64455985 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656750871840 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1134] ppid=1124 vsize=13980732 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1134/stat : 1134 (java) S 1124 1124 17093 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 64455985 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656749819504 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1135] ppid=1124 vsize=13980732 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1135/stat : 1135 (java) S 1124 1124 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656748767824 139657273374619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1136] ppid=1124 vsize=13980732 memory=796 CPUtime=1.4 cores=0,2,4,6
/proc/1126/task/1136/stat : 1136 (java) S 1124 1124 17093 0 -1 1077944384 12474 0 0 0 138 2 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656747714672 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1137] ppid=1124 vsize=13980732 memory=10960 CPUtime=1.36 cores=0,2,4,6
/proc/1126/task/1137/stat : 1137 (java) S 1124 1124 17093 0 -1 1077944384 19284 0 0 0 134 2 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656746661872 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1138] ppid=1124 vsize=13980732 memory=15876 CPUtime=0.3 cores=0,2,4,6
/proc/1126/task/1138/stat : 1138 (java) S 1124 1124 17093 0 -1 1077944384 3650 0 0 0 30 0 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656745609584 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1139] ppid=1124 vsize=13980732 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1139/stat : 1139 (java) S 1124 1124 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64455988 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656744557024 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1140] ppid=1124 vsize=13980732 memory=20536 CPUtime=0.04 cores=0,2,4,6
/proc/1126/task/1140/stat : 1140 (java) S 1124 1124 17093 0 -1 1077944384 432 0 0 0 2 2 0 0 20 0 15 0 64455992 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656743504816 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
Current children cumulated CPU time: 98 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 215312 KiB

[startup+94.5008 s]
/proc/loadavg: 1.84 1.97 1.95 3/211 1299
/proc/meminfo: memFree=31180092/32770624 swapFree=67108860/67108860
[pid=1124] ppid=1121 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1124/stat : 1124 (xcsp3-exec) S 1121 1124 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64455973 9740288 344 18446744073709551615 4194304 5098028 140723178547968 140723178546072 140381132694140 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 15319040 140723178553726 140723178553930 140723178553930 140723178557419 0
/proc/1124/statm: 2378 344 289 221 0 87 0
[pid=1126] ppid=1124 vsize=13980732 memory=213936 CPUtime=98.1 cores=0,2,4,6
/proc/1126/stat : 1126 (java) S 1124 1124 17093 0 -1 1077944320 54187 0 0 0 9790 20 0 0 20 0 15 0 64455982 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 140723378650784 139657273356023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
/proc/1126/statm: 3495183 53484 3221 1 0 3483476 0
[pid=1126/tid=1127] ppid=1124 vsize=13980732 memory=213936 CPUtime=93.77 cores=0,2,4,6
/proc/1126/task/1127/stat : 1127 (java) R 1124 1124 17093 0 -1 4202560 11702 0 0 0 9372 5 0 0 20 0 15 0 64455982 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139657277595696 139656917484949 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1128] ppid=1124 vsize=13980732 memory=213936 CPUtime=0.24 cores=0,2,4,6
/proc/1126/task/1128/stat : 1128 (java) S 1124 1124 17093 0 -1 1077944384 921 0 0 0 22 2 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139657238636944 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1129] ppid=1124 vsize=13980732 memory=1376 CPUtime=0.24 cores=0,2,4,6
/proc/1126/task/1129/stat : 1129 (java) S 1124 1124 17093 0 -1 1077944384 1248 0 0 0 22 2 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656872331536 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1130] ppid=1124 vsize=13980732 memory=213936 CPUtime=0.23 cores=0,2,4,6
/proc/1126/task/1130/stat : 1130 (java) S 1124 1124 17093 0 -1 1077944384 1272 0 0 0 22 1 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656871279248 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1131] ppid=1124 vsize=13980732 memory=1376 CPUtime=0.23 cores=0,2,4,6
/proc/1126/task/1131/stat : 1131 (java) S 1124 1124 17093 0 -1 1077944384 539 0 0 0 21 2 0 0 20 0 15 0 64455983 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656870226448 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1132] ppid=1124 vsize=13980732 memory=4028 CPUtime=0.22 cores=0,2,4,6
/proc/1126/task/1132/stat : 1132 (java) S 1124 1124 17093 0 -1 1077944384 1316 0 0 0 21 1 0 0 20 0 15 0 64455984 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656751925872 139657273367170 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1133] ppid=1124 vsize=13980732 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1133/stat : 1133 (java) S 1124 1124 17093 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 64455985 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656750871840 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1134] ppid=1124 vsize=13980732 memory=36388 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1134/stat : 1134 (java) S 1124 1124 17093 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 64455985 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656749819504 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1135] ppid=1124 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1135/stat : 1135 (java) S 1124 1124 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656748767824 139657273374619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1136] ppid=1124 vsize=13980732 memory=1376 CPUtime=1.4 cores=0,2,4,6
/proc/1126/task/1136/stat : 1136 (java) S 1124 1124 17093 0 -1 1077944384 12474 0 0 0 138 2 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656747714672 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1137] ppid=1124 vsize=13980732 memory=1376 CPUtime=1.36 cores=0,2,4,6
/proc/1126/task/1137/stat : 1137 (java) S 1124 1124 17093 0 -1 1077944384 19284 0 0 0 134 2 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656746661872 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1138] ppid=1124 vsize=13980732 memory=213936 CPUtime=0.3 cores=0,2,4,6
/proc/1126/task/1138/stat : 1138 (java) S 1124 1124 17093 0 -1 1077944384 3650 0 0 0 30 0 0 0 20 0 15 0 64455987 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656745609584 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1139] ppid=1124 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1126/task/1139/stat : 1139 (java) S 1124 1124 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64455988 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656744557024 139657273366229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
[pid=1126/tid=1140] ppid=1124 vsize=13980732 memory=210736 CPUtime=0.04 cores=0,2,4,6
/proc/1126/task/1140/stat : 1140 (java) S 1124 1124 17093 0 -1 1077944384 432 0 0 0 2 2 0 0 20 0 15 0 64455992 14316269568 53484 18446744073709551615 4194304 4196468 140723378668240 139656743504816 139657273367170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140723378676151 140723378676326 140723378676326 140723378679759 0
Current children cumulated CPU time: 98.1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 215312 KiB

Child status: 0
Real time (s): 94.5912
CPU time (s): 98.2084
CPU user time (s): 97.9939
CPU system time (s): 0.214474
CPU usage (%): 103.824
Max. virtual memory (cumulated for all children) (KiB): 13994572
Max. memory (cumulated for all children) (KiB): 233064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.9939
system time used= 0.214474
maximum resident set size= 231692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55610
page faults= 0
swaps= 0
block input operations= 0
block output operations= 216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9202
involuntary context switches= 268


# summary of solver processes directly reported to runsolver:
#   pid: 1124
#   total CPU time (s): 98.2084
#   total CPU user time (s): 97.9939
#   total CPU system time (s): 0.214474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.628275 second user time and 0.928401 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 12:56:18
IDJOB=4270113
IDBENCH=133508
IDSOLVER=2661
FILE ID=node127/4270113-1502622626
RUNJOBID= node127-1502615937-28320
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-00.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270113-1502622626/watcher-4270113-1502622626 -o /tmp/evaluation-result-4270113-1502622626/solver-4270113-1502622626 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502615937-28320 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1261245511 HOME/instance-4270113-1502622626.xml

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

MD5SUM BENCH= c033178a1c92732c6616d8bd8ee8c714
RANDOM SEED=1261245511

node127.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.92
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.92
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.92
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.92
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:        30715824 kB
MemAvailable:   31139404 kB
Buffers:          190860 kB
Cached:           529068 kB
SwapCached:            0 kB
Active:          1435732 kB
Inactive:         193424 kB
Active(anon):     858784 kB
Inactive(anon):    83888 kB
Active(file):     576948 kB
Inactive(file):   109536 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7880 kB
Writeback:             0 kB
AnonPages:        909236 kB
Mapped:            58820 kB
Shmem:             33444 kB
Slab:             131348 kB
SReclaimable:     105864 kB
SUnreclaim:        25484 kB
KernelStack:        3408 kB
PageTables:         6684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2403720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    782336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-13 12:57:53